Compare commits

..

No commits in common. "59886442cb5eb20f32ed164d1181f8bfbdaddd07" and "8b077316d4974f6aeee5cb2c83a7c624c558f0c6" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View file

@ -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