Clean git configuration
git ten was useless and the username/email settings are better off in the local configuration
This commit is contained in:
parent
06262e6089
commit
55fc2ed08f
1 changed files with 0 additions and 4 deletions
|
@ -13,9 +13,5 @@
|
||||||
default = matching
|
default = matching
|
||||||
[alias]
|
[alias]
|
||||||
adog = log --all --decorate --oneline --graph
|
adog = log --all --decorate --oneline --graph
|
||||||
ten = log --all --decorate --oneline --graph -10
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgSign = true
|
gpgSign = true
|
||||||
[user]
|
|
||||||
name = DarkWiiPlayer
|
|
||||||
email = darkwiiplayer@hotmail.com
|
|
||||||
|
|
Loading…
Reference in a new issue