diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-02-29 20:17:14 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-02-29 20:17:45 -0500 |
| commit | 42a68b98bacc30428466fb3cc1ee8b3687a3f14b (patch) | |
| tree | 65a6fde886cbb2342fa1841de728b2ae1683a9a3 /git/.gitconfig | |
| parent | 6922101af031fff3ed464c1472936b8ab8ac0fbe (diff) | |
| download | dotfiles-42a68b98bacc30428466fb3cc1ee8b3687a3f14b.tar.gz | |
Go config
Diffstat (limited to 'git/.gitconfig')
| -rw-r--r-- | git/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 5f03756..eb93fc9 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -7,6 +7,7 @@ editor = vim excludesfile = ~/.git_ignore whitespace = cr-at-eol + quotepath = false [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- [push] |
