aliases: git: change 'gw' to 'gwc' to avoid collision with gradle plugin

* 'gw' is currently aliased to 'git whatchanged' but that collides
  with the gradle wrapper plugin, which defines a 'gw' function.
pull/966/head
Álvaro Brey 2017-05-22 10:18:15 +02:00
parent f341d1e7c5
commit f6629e8343
No known key found for this signature in database
GPG Key ID: CFE28F23E51968FA
1 changed files with 1 additions and 1 deletions

View File

@ -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"