mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +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
|
||||
pushbranch = ! "git push -o merge_request.create -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…
Reference in a new issue