mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(git): add merge squash alias (gms) (#10937)
This commit is contained in:
parent
e906a3130e
commit
ad99f0c164
2 changed files with 2 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ alias gmtl='git mergetool --no-prompt'
|
|||
alias gmtlvim='git mergetool --no-prompt --tool=vimdiff'
|
||||
alias gmum='git merge upstream/$(git_main_branch)'
|
||||
alias gma='git merge --abort'
|
||||
alias gms="git merge --squash"
|
||||
|
||||
alias gp='git push'
|
||||
alias gpd='git push --dry-run'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue