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
;; This section only does "set" config, a removed config key from this section won't be removed from git config automatically
703
+
;; This section only does "set" config, a removed config key from this section won't be removed from git config automatically. The format is `some.configKey = value`.
Copy file name to clipboardExpand all lines: docs/content/doc/administration/config-cheat-sheet.en-us.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1071,10 +1071,9 @@ Default templates for project boards:
1071
1071
### Git - Config options (`git.config`)
1072
1072
1073
1073
The key/value pairs in this section will be used as git config.
1074
-
This section only does "set" config, a removed config key from this section won't be removed from git config automatically.
1074
+
This section only does "set" config, a removed config key from this section won't be removed from git config automatically. The format is `some.configKey = value`.
0 commit comments