1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 00:02:19 +00:00

Securing gitconfig, adding nm fix

This commit is contained in:
J. Fernando Sánchez
2015-03-15 23:29:01 +01:00
parent 55a553e490
commit d7923606ef
3 changed files with 19 additions and 2 deletions

View File

@@ -5,8 +5,9 @@
tool = vimdiff
[alias]
d = difftool
[github]
user = balkian
[include]
path = ~/.gitconfig_secret
[color]
ui = true
@@ -16,3 +17,6 @@ lg2 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan
lg = !"git lg1"
[core]
excludesfile = /home/jfernando/.gitignore_global
[include]
path = ~/.gitconfig_secret