mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
New alias in git plugin
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
1ea8ef9daf
commit
82a886184b
1 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,8 @@ alias gpoat='git push origin --all && git push origin --tags'
|
|||
compdef _git gpoat=git-push
|
||||
alias gmt='git mergetool --no-prompt'
|
||||
compdef _git gmt=git-mergetool
|
||||
alias gmtvim='git mergetool --no-prompt --tool=vimdiff'
|
||||
compdef _git gmtvim=git-mergetool
|
||||
|
||||
alias gg='git gui citool'
|
||||
compdef _git gg='git gui'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue