.gitconfig updated
This commit is contained in:
parent
536310e3a0
commit
881c4f4a2f
18
.gitconfig
18
.gitconfig
|
@ -15,9 +15,9 @@
|
||||||
|
|
||||||
[color "diff"]
|
[color "diff"]
|
||||||
meta = yellow
|
meta = yellow
|
||||||
frag = magenta bold
|
# frag = magenta bold
|
||||||
old = red bold
|
# old = red bold
|
||||||
new = green bold
|
# new = green bold
|
||||||
|
|
||||||
[color "status"]
|
[color "status"]
|
||||||
added = yellow
|
added = yellow
|
||||||
|
@ -28,19 +28,10 @@
|
||||||
tag = magenta
|
tag = magenta
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
unstage = reset HEAD --
|
|
||||||
st = status
|
st = status
|
||||||
s = status -uno
|
s = status -uno
|
||||||
ci = commit
|
ci = commit
|
||||||
di = diff -b
|
|
||||||
co = checkout
|
co = checkout
|
||||||
up = checkout
|
|
||||||
update = checkout
|
|
||||||
l = log
|
|
||||||
hgrevert = checkout
|
|
||||||
strip = reset --hard
|
|
||||||
branches = branch -a
|
|
||||||
pull = fetch
|
|
||||||
glog = log --graph --stat --decorate
|
glog = log --graph --stat --decorate
|
||||||
|
|
||||||
[instaweb]
|
[instaweb]
|
||||||
|
@ -69,3 +60,6 @@
|
||||||
|
|
||||||
[http]
|
[http]
|
||||||
sslverify = false
|
sslverify = false
|
||||||
|
|
||||||
|
[branch]
|
||||||
|
autoSetupMerge = always
|
||||||
|
|
Loading…
Reference in New Issue