From 77c8657a867e67032d4abf9f17854197262448de Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 27 Sep 2018 09:37:31 +0200 Subject: [PATCH] improve setting description related to #50394 --- extensions/git/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index 86d1af8dd75..4d73891f818 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -99,7 +99,7 @@ "config.ignoredRepositories": "List of git repositories to ignore.", "config.scanRepositories": "List of paths to search for git repositories in.", "config.showProgress": "Controls whether git actions should show progress.", - "config.rebaseWhenSync": "Use rebase instead of merge when running the sync command.", + "config.rebaseWhenSync": "Force git to use rebase when running the sync command.", "config.confirmEmptyCommits": "Always confirm the creation of empty commits.", "config.fetchOnPull": "Fetch all branches when pulling or just the current one.", "config.allowForcePush": "Controls whether force push (with or without lease) is enabled.", -- GitLab