This commit is contained in:
Joao Moreno
2017-05-04 16:04:30 +02:00
parent b94f56f7cc
commit af6f8aa748
4 changed files with 5 additions and 10 deletions

View File

@@ -38,5 +38,5 @@
"config.checkoutType": "Controls what type of branches are listed when running `Checkout to...`. `all` shows all refs, `local` shows only the local branchs, `tags` shows only tags and `remote` shows only remote branches.",
"config.ignoreLegacyWarning": "Ignores the legacy Git warning",
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository",
"config.cloneDirectory": "When cloning a new repository, the default location will be set to this directory"
"config.defaultCloneDirectory": "The default location where to clone a git repository"
}