mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-13 16:32:40 +01:00
Compare commits
2 commits
b312934879
...
3f93f0b3e9
Author | SHA1 | Date | |
---|---|---|---|
3f93f0b3e9 | |||
a1b2ac27f9 |
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
s = status -sb
|
||||
ign = ! "curl -L -s https://www.gitignore.io/api/$@"
|
||||
syn = ! "git pull --rebase && git push"
|
||||
gone = ! "git fetch -p && git for-each-ref --format '%(refname:short) %(upstream:track)' | awk '$2 == \"[gone]\" {print $1}' | xargs -r git branch -D"
|
||||
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"
|
||||
praise = blame
|
||||
pushf = push --force-with-lease --force-if-includes
|
||||
cobf = ! "f() { git branch -D $1 && git switch -c $1; }; f"
|
||||
|
@ -110,8 +110,10 @@
|
|||
insteadOf = "https://github.com/"
|
||||
insteadOf = "gh:"
|
||||
|
||||
{{- if eq .chezmoi.os "darwin" }}
|
||||
[credential]
|
||||
helper = osxkeychain
|
||||
{{ end }}
|
||||
|
||||
[include]
|
||||
path = host.config
|
||||
|
|
Loading…
Reference in a new issue