diff options
author | Tharre <tharre3@gmail.com> | 2015-12-08 17:14:46 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:39 +0000 |
commit | a4012e8ab3aff720e30f2bde87b99f74656c8ca0 (patch) | |
tree | 2bf23dd1db80f12a50738dc3d658da4810673c83 /shell | |
parent | 8d9fd27dd6bfda735778fb15598caaec9e1d373d (diff) | |
download | dotfiles-a4012e8ab3aff720e30f2bde87b99f74656c8ca0.tar.gz dotfiles-a4012e8ab3aff720e30f2bde87b99f74656c8ca0.tar.xz dotfiles-a4012e8ab3aff720e30f2bde87b99f74656c8ca0.zip |
git: add 'la' alias
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/_gitconfig b/shell/_gitconfig index 051b995..78ac758 100644 --- a/shell/_gitconfig +++ b/shell/_gitconfig @@ -5,6 +5,7 @@ default = simple [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit + la = log --oneline --decorate --all --graph [branch] autosetuprebase = always [merge] |