mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-05 06:13:59 +01:00
Add git cobf
This commit is contained in:
parent
c6c501e576
commit
fbb6fe154f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue