Skip to content

Commit

Permalink
sometimes I keep state secrets in unpushed branches, what.
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Apr 23, 2010
1 parent e3b671a commit ad0452a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/aliases.zsh
Expand Up @@ -2,7 +2,7 @@ function git(){hub "$@"}
alias gl='git pull'
alias glog="git log --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"
alias glr='git pull --rebase'
alias gp='git push'
alias gp='git push origin HEAD'
alias gd='git diff'
alias gc='git commit'
alias gca='git commit -a'
Expand Down

0 comments on commit ad0452a

Please sign in to comment.