Изменения

Перейти к: навигация, поиск

Gitconfig

337 байтов добавлено, 22:06, 9 сентября 2023
м
Нет описания правки
ci = commit -a
co = checkout
branches = branch-a
br = branch
up = checkout
ls = ls-tree --name-only HEAD glog = log --graph --all --name-status --decorate log1 = log --oneline --abbrev-commit --all--graph --decorate --color lol = log --graph --pretty=format:\"%C(yellow)%h%Creset%C(cyan)%C(bold)%d%Creset %C(cyan)(%cr)%Creset %C(green)%ce%Creset %s\" dif = diff HEAD
[color]
ui = auto
changed = green
untracked = cyan
[i18nmerge] commitencoding defaultToUpstream = utf-8true
[push]
default = simple
autoSetupRemote = true
[pull]
rebase = true
[svn]
pushmergeinfo = true
[pager]
status st = trueyes
[url "ssh://git@github.com"]
pushinsteadof = https://github.com
[mergesubmodule] defaultToUpstream recurse = true
</pre>

Навигация