-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
56 lines (52 loc) · 1.35 KB
/
.gitconfig
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
52
53
54
55
56
[user]
name = Madelaine Boyd
email = [email protected]
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = cyan bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[color "diff"]
whitespace = red reverse
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[alias]
l = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C( 13 white)%s%C(reset) %C(dim white)- %an%C(reset)'
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lgs = log --stat
co = checkout
st = status
fetch = fetch -p
rb = rebase
cp = cherry-pick
rbm = rebase origin/master
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[filter "spabs"]
clean = expand --initial -t 4
smudge = expand --initial -t 4
required
[push]
default = current
#[submodule]
# recurse = true
[init]
defaultBranch = main
[credential]
helper = osxkeychain