summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 4873314db906727062386b5d6e236b87c091d4f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[init]
	defaultBranch = master
[push]
    autoSetupRemote = true    
[commit]
    verbose = true
[pager]
	log = false
[user]
	email = mail@mhsn.net
	name = mhsn
[alias]
	adog = log --all --decorate --oneline --graph