You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/git/package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@
131
131
"config.checkoutType.local": "Local branches",
132
132
"config.checkoutType.tags": "Tags",
133
133
"config.checkoutType.remote": "Remote branches",
134
+
"config.defaultBranchName": "The name of the default branch (ex: main, trunk, development) when initializing a new git repository. When set to empty, the default branch name configured in git will be used.",
134
135
"config.branchPrefix": "Prefix used when creating a new branch.",
135
136
"config.branchProtection": "List of protected branches. By default, a prompt is shown before changes are committed to a protected branch. The prompt can be controlled using the `#git.branchProtectionPrompt#` setting.",
136
137
"config.branchProtectionPrompt": "Controls whether a prompt is being shown before changes are committed to a protected branch.",
0 commit comments