Skip to content

Commit

Permalink
Updated .gitconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Sep 1, 2018
1 parent 289b48a commit 619578b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitconfig
@@ -1,5 +1,6 @@
[core]
editor = vim
filemode = true
[user]
name = Vincent Composieux
email = vincent@composieux.fr
Expand Down Expand Up @@ -87,3 +88,8 @@
pushNonFastForward = false
implicitIdentity = false
detachedHead = false
[credential]
helper = cache --timeout 7200
[pager]
diff = diff-so-fancy | less --tabs=1,5 -RFX
show = diff-so-fancy | less --tabs=1,5 -RFX

0 comments on commit 619578b

Please sign in to comment.