- Added gitconfig
This commit is contained in:
parent
4aad0f4b9f
commit
011f4c3248
1 changed files with 10 additions and 0 deletions
10
gitconfig
Normal file
10
gitconfig
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[user]
|
||||||
|
name = dbroqua
|
||||||
|
email = dbroqua@mousur.org
|
||||||
|
[gc]
|
||||||
|
autoDetach = false
|
||||||
|
[core]
|
||||||
|
autocrlf = input
|
||||||
|
|
||||||
|
[alias]
|
||||||
|
tree = log --graph --decorate --pretty=raw --abbrev-commit
|
Loading…
Reference in a new issue