maint: clean up gitconfig
This commit is contained in:
parent
0044a32fae
commit
9388a62e0c
1 changed files with 4 additions and 6 deletions
|
@ -48,8 +48,6 @@
|
||||||
b = "!git for-each-ref --sort='-authordate' --format='%(authordate)%09%(objectname:short)%09%(refname)' refs/heads | sed -e 's-refs/heads/--'"
|
b = "!git for-each-ref --sort='-authordate' --format='%(authordate)%09%(objectname:short)%09%(refname)' refs/heads | sed -e 's-refs/heads/--'"
|
||||||
# list aliases
|
# list aliases
|
||||||
la = "!git config -l | grep alias | cut -c 7-"
|
la = "!git config -l | grep alias | cut -c 7-"
|
||||||
[push]
|
|
||||||
default = upstream
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = osxkeychain
|
helper = osxkeychain
|
||||||
[pull]
|
[pull]
|
||||||
|
|
Loading…
Add table
Reference in a new issue