-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
38 lines (38 loc) · 764 Bytes
/
gitconfig
File metadata and controls
38 lines (38 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[user]
name = lpdswing
email = lpdswing@qq.com
[alias]
ci = commit
co = checkout
df = difftool
lg = log --stat --graph
mg = merge --no-commit --squash
st = status
sl = stash list
sv = stash save
sp = stash pop
up = pull
cls = remote prune origin
[color]
ui = true
[diff]
tool = vimdiff
[difftool]
prompt = false
[core]
editor = vim
quotepath = false
autocrlf = input
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[pull]
rebase = false
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential