added .gitconfig
This commit is contained in:
parent
264115a2d3
commit
1b002136f9
16
.gitconfig
Normal file
16
.gitconfig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[alias]
|
||||||
|
lg = log --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%cr)%Creset %C(bold blue)%an%Creset%C(yellow)%d%Creset %s' --abbrev-commit
|
||||||
|
stat = status -sb
|
||||||
|
[color]
|
||||||
|
ui = true
|
||||||
|
[user]
|
||||||
|
email = tommy.mont@gmail.com
|
||||||
|
name = tmont
|
||||||
|
[push]
|
||||||
|
default = upstream
|
||||||
|
[merge]
|
||||||
|
tool = diffuse
|
||||||
|
[mergetool]
|
||||||
|
keepBackup = false
|
||||||
|
[core]
|
||||||
|
pager = less -x4
|
Loading…
Reference in New Issue
Block a user