mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-30 17:28:45 +08:00
29 lines
565 B
Text
29 lines
565 B
Text
[user]
|
|
name = rydesun
|
|
email = rydesun@gmail.com
|
|
signingkey = rydesun@gmail.com
|
|
[alias]
|
|
lg = log --oneline --abbrev=4 --graph --decorate --all
|
|
gl = log --oneline --abbrev=4 --graph --decorate --all
|
|
st = status -s
|
|
c = commit
|
|
b = branch
|
|
p = push
|
|
co = checkout
|
|
rb = rebase
|
|
mg = merge
|
|
lt = ls-tree -rl --abbrev=4
|
|
ls = ls-files
|
|
lo = ls-files -o
|
|
lm = ls-files -m
|
|
lu = ls-files -u
|
|
ld = ls-files -d
|
|
cat = cat-file -p
|
|
d = diff
|
|
ds = diff --staged
|
|
[pull]
|
|
rebase = true
|
|
[credential]
|
|
helper = cache
|
|
[url "https://github.com"]
|
|
insteadOf = git://github.com
|