-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
51 lines (41 loc) · 949 Bytes
/
Copy pathgitconfig
File metadata and controls
51 lines (41 loc) · 949 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
48
49
50
51
[user]
name = osgsm
email = 50955473+osgsm@users.noreply.github.com
[core]
excludesfile = /Users/osgsm/.gitignore_global
[alias]
ad = add -u
br = branch
c = commit
cm = commit -m
l = log --pretty=oneline -n 20 --graph --abbrev-commit
ps = "!git push origin $(git rev-parse --abbrev-ref HEAD)"
pl = "!git pull origin $(git rev-parse --abbrev-ref HEAD)"
rs = restore
rss = restore --staged
s = status
ss = status -s
sw = switch
swc = switch -c
undo = reset @~
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
features = side-by-side line-numbers decorations
minus-style = auto "#52272A"
plus-style = syntax "#3C4437"
[delta "decorations"]
file-decoration-style = none
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = main