-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
42 lines (42 loc) · 720 Bytes
/
Copy pathgitconfig
File metadata and controls
42 lines (42 loc) · 720 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
[user]
email = andrew@hau.st
name = Andrew Haust
[alias]
co = checkout
[color]
diff = auto
status = auto
branch = auto
[core]
excludesfile = ~/.cvsignore
autocrlf = input
editor = /usr/bin/vim
[apply]
whitespace = nowarn
[format]
pretty = %C(yellow)%h%Creset %s %C(red)(%an, %cr)%Creset
[github]
user = sodapopcan
token =
[mergetool]
keepBackup = true
[push]
default = simple
autoSetupRemote = true
[rerere]
enabled = true
[rebase]
instructionFormat = %s [%an]
[remote "origin"]
push = HEAD
[branch]
autosetupmerge = true
[fetch]
prune = true
[init]
defaultBranch = main
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f