-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
47 lines (47 loc) · 849 Bytes
/
gitconfig
File metadata and controls
47 lines (47 loc) · 849 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
39
40
41
42
43
44
45
46
47
[user]
name = wuxb45
email = wuxb45@gmail.com
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto
pager = true
[alias]
st = status
au = add -u
cm = commit -m
cx = commit -m wip
ca = commit --amend --no-edit
br = branch
co = checkout
cb = checkout -b
wd = diff --color-words
ps = push
pl = pull
su = submodule update
lg = log --graph --abbrev-commit --decorate --all --format=format:'%C(blue)%h %ai %C(green)%an%C(reset) | %C(bold)%s%C(red)%d'
[branch]
sort = -committerdate
[push]
default = current
autoSetupRemote = true
[fetch]
prune = true
[core]
pager = less -x1,3
trustctime = false
[diff]
tool = vimdiff
algorithm = histogram
[log]
date = iso
[pull]
ff = only
[init]
defaultBranch = main
[credential]
helper = store
[include]
path = ~/.gitconfig.wsl