Skip to content

Commit 5e82ba0

Browse files
committed
change git merge alias 'gm' to 'gmg'
1 parent 507d793 commit 5e82ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashrc.d/.vcs_git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alias gco="git checkout"
1515
alias gcob="git checkout -b"
1616
alias gt="git stash"
1717
alias gta="git stash apply"
18-
alias gm="git merge"
18+
alias gmg="git merge"
1919
alias gr="git rebase"
2020
alias gl="git log --oneline --decorate --graph"
2121
alias gsh="git show"

0 commit comments

Comments
 (0)