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:
@@ -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
|
Reference in New Issue
Block a user