We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4216e5 + 76ba7fa commit bc20556Copy full SHA for bc20556
Documentation/config.txt
@@ -220,12 +220,12 @@ Example
220
; affected by the condition
221
[includeIf "gitdir:/path/to/group/"]
222
path = foo.inc
223
-----
224
225
- ; include only if we are in a worktree where foo-branch is
226
- ; currently checked out
227
- [includeIf "onbranch:foo-branch"]
228
- path = foo.inc
+; include only if we are in a worktree where foo-branch is
+; currently checked out
+[includeIf "onbranch:foo-branch"]
+ path = foo.inc
+----
229
230
Values
231
~~~~~~
0 commit comments