Add support for Stash (Include Untracked)

This commit is contained in:
Raoul D'Cunha
2017-09-20 17:06:52 +12:00
parent f7962f0682
commit 21aac84936
5 changed files with 41 additions and 7 deletions

View File

@@ -38,6 +38,7 @@
"command.publish": "Publish Branch",
"command.showOutput": "Show Git Output",
"command.ignore": "Add File to .gitignore",
"command.stashIncludeUntracked": "Stash (Include Untracked)",
"command.stash": "Stash",
"command.stashPop": "Pop Stash...",
"command.stashPopLatest": "Pop Latest Stash",