Compare commits

..

No commits in common. "3f93f0b3e9f3d664f8a151ee1dd00585a65fb865" and "b312934879b6de3eb33b1ec4b42d6d2de5c3dec7" have entirely different histories.

View file

@ -35,7 +35,7 @@
s = status -sb s = status -sb
ign = ! "curl -L -s https://www.gitignore.io/api/$@" ign = ! "curl -L -s https://www.gitignore.io/api/$@"
syn = ! "git pull --rebase && git push" syn = ! "git pull --rebase && git push"
gone = ! "git fetch -p && git for-each-ref --format '%(refname:short) %(upstream:track)' | awk '$2 == \"[gone]\" {print $1}' | grep -v master | grep -v develop | xargs -r git branch -D" gone = ! "git fetch -p && git for-each-ref --format '%(refname:short) %(upstream:track)' | awk '$2 == \"[gone]\" {print $1}' | xargs -r git branch -D"
praise = blame praise = blame
pushf = push --force-with-lease --force-if-includes pushf = push --force-with-lease --force-if-includes
cobf = ! "f() { git branch -D $1 && git switch -c $1; }; f" cobf = ! "f() { git branch -D $1 && git switch -c $1; }; f"
@ -110,10 +110,8 @@
insteadOf = "https://github.com/" insteadOf = "https://github.com/"
insteadOf = "gh:" insteadOf = "gh:"
{{- if eq .chezmoi.os "darwin" }}
[credential] [credential]
helper = osxkeychain helper = osxkeychain
{{ end }}
[include] [include]
path = host.config path = host.config