This commit is contained in:
Matthew Ryan Dillon 2023-01-25 19:21:12 -07:00
parent c7dcdf7784
commit 1dfcb6068f
3 changed files with 7 additions and 9 deletions

View file

@ -50,8 +50,8 @@
b = "!git for-each-ref --sort='-authordate' --format='%(authordate)%09%(objectname:short)%09%(refname)' refs/heads | sed -e 's-refs/heads/--'"
# list aliases
la = "!git config -l | grep alias | cut -c 7-"
[credential]
helper = osxkeychain
# [credential]
# helper = osxkeychain
[pull]
rebase = true
[init]