Skip to content

Commit

Permalink
Add an alias for git log --oneline
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuhei Kagawa committed Jun 21, 2019
1 parent f099cfe commit 3d31ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
cp = cherry-pick
b = branch
l = log
lp = log -p
lo = log --oneline
lp = log --patch
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
lga = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
a = add -p
Expand Down

0 comments on commit 3d31ade

Please sign in to comment.