mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-13 02:03:59 +01:00
Remove push options from git alias
This commit is contained in:
parent
573bc9bc4e
commit
88e3ae87f5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
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
|
||||
pushbranch = ! "git push -o merge_request.create -u origin $(git rev-parse --abbrev-ref HEAD)"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue