Skip to content

Commit 910c00c

Browse files
kvaneeshJunio C Hamano
authored andcommitted
Add config example with respect to branch
Update config.txt with example with respect to branch config variable. This give a better idea regarding how branch names are expected. Signed-off-by: Aneesh Kumar K.V <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 38c594d commit 910c00c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/config.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Example
3131
external = "/usr/local/bin/gnu-diff -u"
3232
renames = true
3333

34+
[branch "devel"]
35+
remote = origin
36+
merge = refs/heads/devel
37+
38+
3439
Variables
3540
~~~~~~~~~
3641

0 commit comments

Comments
 (0)