diff options
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..6550dd6 --- /dev/null +++ b/gitconfig @@ -0,0 +1,5 @@ +[user] + email = matiaslina@openmailbox.org + name = Matias Linares +[alias] + lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit |