mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-03-11 04:34:10 +01:00
Compare commits
No commits in common. "59886442cb5eb20f32ed164d1181f8bfbdaddd07" and "8b077316d4974f6aeee5cb2c83a7c624c558f0c6" have entirely different histories.
59886442cb
...
8b077316d4
2 changed files with 3 additions and 1 deletions
|
@ -36,7 +36,9 @@
|
|||
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"
|
||||
praise = blame
|
||||
pushf = push --force-with-lease --force-if-includes
|
||||
pushbranch = ! "git push -u origin $(git rev-parse --abbrev-ref HEAD)"
|
||||
pushu = pushbranch
|
||||
pushf = push -f
|
||||
cobf = ! "f() { git branch -D $1 && git switch -c $1; }; f"
|
||||
sw = switch
|
||||
swc = switch
|
||||
|
|
Loading…
Add table
Reference in a new issue