Skip to content

Commit 366eb3a

Browse files
author
Ira Abramov
committed
git aliases: removed needless space, added alias for mergetool.
1 parent 9ebfd53 commit 366eb3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aliases/available/git.aliases.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
alias g='git'
1111
alias get='git'
12-
alias got='git '
12+
alias got='git'
1313

1414
# add
1515
alias ga='git add'
@@ -111,6 +111,7 @@ alias gm='git merge'
111111
alias gma='git merge --abort'
112112
alias gmc='git merge --continue'
113113
alias gms='git merge --squash'
114+
alias gmt='git mergetool'
114115

115116
# mv
116117
alias gmv='git mv'

0 commit comments

Comments
 (0)