1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Short alias for 'git log'

This commit is contained in:
2015-05-06 06:54:41 +02:00
parent abe50677a5
commit a56f5008b5

View File

@@ -61,6 +61,7 @@ alias so=git
alias gd='git diff'
alias gc='git commit'
alias gca='git commit -a'
alias gl='git log'
alias gst='git status'
alias gu='git pull --all'
alias gp='git push --all --follow-tags'