mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-14 10:43:56 +01:00
Add pushf git alias
This commit is contained in:
parent
f5b5f67c89
commit
03904b6709
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
praise = blame
|
praise = blame
|
||||||
pushbranch = ! "git push -o merge_request.create -u origin $(git rev-parse --abbrev-ref HEAD)"
|
pushbranch = ! "git push -o merge_request.create -u origin $(git rev-parse --abbrev-ref HEAD)"
|
||||||
pushu = pushbranch
|
pushu = pushbranch
|
||||||
|
pushf = push -f
|
||||||
cobf = ! "f() { git branch -D $1 && git switch -c $1; }; f"
|
cobf = ! "f() { git branch -D $1 && git switch -c $1; }; f"
|
||||||
sw = switch
|
sw = switch
|
||||||
swc = switch
|
swc = switch
|
||||||
|
|
Loading…
Reference in a new issue