Merge pull request #966 from ontherunvaro/patch-1
aliases: git: change 'gw' to 'gwc' to avoid collision with gradle pluginpull/969/head
commit
f9c4f9e63a
|
|
@ -58,7 +58,7 @@ alias gll='git log --graph --pretty=oneline --abbrev-commit'
|
|||
alias gg="git log --graph --pretty=format:'%C(bold)%h%Creset%C(magenta)%d%Creset %s %C(yellow)<%an> %C(cyan)(%cr)%Creset' --abbrev-commit --date=relative"
|
||||
alias ggs="gg --stat"
|
||||
alias gsl="git shortlog -sn"
|
||||
alias gw="git whatchanged"
|
||||
alias gwc="git whatchanged"
|
||||
alias gt="git tag"
|
||||
alias gta="git tag -a"
|
||||
alias gtd="git tag -d"
|
||||
|
|
|
|||
Loading…
Reference in New Issue