Update gitconfig with space fixes
This commit is contained in:
@@ -79,9 +79,9 @@
|
|||||||
# branch
|
# branch
|
||||||
br = branch -vv
|
br = branch -vv
|
||||||
# branches sort by last commit date
|
# branches sort by last commit date
|
||||||
brc= branch -vv --sort=committerdate
|
brc = branch -vv --sort=committerdate
|
||||||
# remote branches
|
# remote branches
|
||||||
brr= branch -vv -r
|
brr = branch -vv -r
|
||||||
# all branches
|
# all branches
|
||||||
bra = branch -vv -a
|
bra = branch -vv -a
|
||||||
# shortcut for status
|
# shortcut for status
|
||||||
|
|||||||
Reference in New Issue
Block a user