Skip to content

Commit

Permalink
Git alias to view my commit log.
Browse files Browse the repository at this point in the history
  • Loading branch information
oggy committed Dec 18, 2015
1 parent d160fca commit 9ca724d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc.d/git.sh
Expand Up @@ -21,6 +21,7 @@ alias gdc='git diff -b --cached'
alias gf='git fetch'
alias gh='git help'
alias gl='git log'
alias glag="git log --author=$(git config user.email) --no-merges"
alias glp='git log -p'
alias gmf='git merge --ff-only'
alias gmv='git mv'
Expand Down

0 comments on commit 9ca724d

Please sign in to comment.