Support gca
We already have `gcan`... looks like `gca` was already defined by some ZSH git extension. This further weakens my dependency on that extension, which I think is a good things.
This commit is contained in:
parent
161a09e6df
commit
f4e3e98594
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ alias g="git"
|
|||
alias glp='git log --graph --pretty=format:"%Cred%h%Creset -%Cblue %an %Creset - %C(yellow)%d%Creset %s %Cgreen(%cr)%Creset" --abbrev-commit --date=relative'
|
||||
alias git="hub"
|
||||
alias gprom="git pull --rebase origin master"
|
||||
alias gca="git commit --amend"
|
||||
alias gcan="git commit --amend --no-edit"
|
||||
alias gpf="git push --force"
|
||||
alias gpff="git push --force --no-verify"
|
||||
|
|
Loading…
Reference in a new issue