1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/etc/conf/.gitconfig
2019-10-30 13:30:40 +08:00

25 lines
433 B
INI

[user]
name = shaoying
email = shylinux@icloud.com
[color]
ui = always
[alias]
s = status
l = log --pretty=format:\"%C(4)%h %C(6)%ad %C(4)%an %C(6)%ar %C(4)%d %n%C(7)%s\" --date=\"format:%m/%d %R\" --shortstat --graph
b = branch
r = remote
m = merge
t = tag
i = commit
o = checkout
d = diff
a = add
am = commit -a -m
[receive]
denyCurrentBranch = ignore
[core]
editor = vim
ignorecase = true
[merge]
tool = vimdiff