Add commands

This commit is contained in:
Krzysztof Cieślak
2017-06-20 22:54:14 +02:00
parent 4cd45c49bd
commit 13484ae98d
3 changed files with 85 additions and 1 deletions

View File

@@ -37,6 +37,9 @@
"command.publish": "Publish Branch",
"command.showOutput": "Show Git Output",
"command.ignore": "Add File to .gitignore",
"command.stash": "Stash",
"command.stashPop": "Stash Pop",
"command.stashPopLatest": "Stash Pop Latest",
"config.enabled": "Whether git is enabled",
"config.path": "Path to the git executable",
"config.autorefresh": "Whether auto refreshing is enabled",