summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.zshrc5
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
 
8e911f761cb4593706bfeb721b478bf4e7ea7c6&follow=1'>Factor out common parts of downgrade messagesJune McEnroe 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe