Add git cobf

This commit is contained in:
Gabriel Augendre 2022-02-09 09:23:20 +01:00
parent c6c501e576
commit fbb6fe154f

View file

@ -29,6 +29,7 @@
praise = blame praise = blame
pushbranch = ! "git push -u origin $(git rev-parse --abbrev-ref HEAD)" pushbranch = ! "git push -u origin $(git rev-parse --abbrev-ref HEAD)"
pushu = pushbranch pushu = pushbranch
cobf = ! "f() { git branch -D $1 && git switch -c $1; }; f"
sw = switch sw = switch
swc = switch swc = switch
balance = blame balance = blame