mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
git difftool alias
This commit is contained in:
parent
1e165b72ef
commit
03375a7937
1 changed files with 1 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ alias gl='git pull'
|
|||
alias gup='git fetch && git rebase'
|
||||
alias gp='git push'
|
||||
alias gd='git diff | less'
|
||||
alias gdt='git difftool'
|
||||
alias gdv='git diff -w "$@" | vim -R -'
|
||||
alias gc='git commit -v'
|
||||
alias gca='git commit -v -a'
|
||||
|
|
@ -14,8 +15,6 @@ alias gba='git branch -a'
|
|||
alias gcount='git shortlog -sn'
|
||||
alias gcp='git cherry-pick'
|
||||
alias gsub='git submodule'
|
||||
|
||||
=======
|
||||
alias glg='git log --stat --max-count=5'
|
||||
|
||||
# Git and svn mix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue