.gitconfig updated

This commit is contained in:
Kolan Sh 2019-03-19 11:52:43 +03:00
parent 7566d7aa6f
commit 755bb5b060
1 changed files with 6 additions and 12 deletions

View File

@ -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