diff options
author | June McEnroe <june@causal.agency> | 2016-01-14 11:17:07 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-01-14 11:17:07 -0500 |
commit | 9d9d61adf92249aff92d91b07399ab52a35e35b0 (patch) | |
tree | e835f8a1138be1f60d31e5eb5fc5695a0440bf2b | |
parent | Hash SSH known hosts (diff) | |
download | src-9d9d61adf92249aff92d91b07399ab52a35e35b0.tar.gz src-9d9d61adf92249aff92d91b07399ab52a35e35b0.zip |
Remove unused git aliases
-rw-r--r-- | .zshrc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc index 7fa8f3b4..ec27c88e 100644 --- a/.zshrc +++ b/.zshrc @@ -99,9 +99,7 @@ alias gca='git commit --amend' alias gcl='git clone' alias gco='git checkout' alias gd='git diff' -alias gi='git init' -alias gl='git log' -alias glg="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --color" +alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --color" alias gm='git merge' alias gmv='git mv' alias gp='git push' @@ -116,7 +114,6 @@ alias gst='git stash' alias gt='git tag' alias gu='git pull' alias gf='git fetch' -alias gbl='git blame' alias hu=heroku |