Fix typo in main-branch git alias
This commit is contained in:
parent
8af6493680
commit
f190392692
@ -7,7 +7,7 @@
|
||||
[alias]
|
||||
# main-branch outputs 'main' if there is a main branch, otherwise it outputs
|
||||
# 'master'
|
||||
main-branch = "!if git rev-parse --verify main 2>1 >/dev/null; then echo 'main'; else echo 'master'; fi"
|
||||
main-branch = "!if git rev-parse --verify main 2>&1 >/dev/null; then echo 'main'; else echo 'master'; fi"
|
||||
|
||||
#Shows diff in log
|
||||
ll = log --stat --abbrev-commit
|
||||
|
Loading…
Reference in New Issue
Block a user