diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-06-07 11:39:20 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-06-07 11:39:20 +0200 |
commit | 44e73b9b7b3a7771c8913865ef3340e68934f839 (patch) | |
tree | 60b4c9bd2148c42b542e2c55df021b51423af326 | |
parent | 475402ab4dc796b8e69542587d0926d5e3d30c7a (diff) | |
download | dotfiles-44e73b9b7b3a7771c8913865ef3340e68934f839.tar.gz dotfiles-44e73b9b7b3a7771c8913865ef3340e68934f839.tar.bz2 dotfiles-44e73b9b7b3a7771c8913865ef3340e68934f839.zip |
.gitconfig: Tweak `l` alias
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [alias] - # View the SHA, description, and history graph of the latest 20 commits - l = log --pretty=oneline -n 20 --graph + # View abbreviated SHA, description, and history graph of the latest 20 commits + l = log --pretty=oneline -n 20 --graph --abbrev-commit # View the current working tree status using the short format s = status -s # Show the diff between the latest commit and the current state |