МК
Size: a a a
МК
ВН
ВН
МК
ВН
k
git glog = git log --graph --pretty --decorate --all
ВН
ВН
k
alias gd='git diff'
alias gs='git status'
alias gl='git log --graph --pretty --decorate --all'
ВН
[alias]
st = status
ci = commit -a
co = checkout
br = branch
up = checkout
glog = log --graph --decorate --pretty --all
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[merge]
defaultToUpstream = true
[push]
default = simple
[pager]
st = yes
[url "ssh://git@github.com"]
pushinsteadof = https://github.com
[core]
autocrlf = input
quotepath = false
ВН
ВН
КБ
ВН
SM
P
AO
AO