-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
51 lines (39 loc) · 793 Bytes
/
.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
[alias]
lg = log --pretty=format:'%h - %an [%ar] %s'
l = log --oneline --decorate --graph --all
co = checkout
cob = checkout -b
ci = commit
cim = commit -m
st = status
br = branch
sc = switch -c
[push]
default = current
[user]
name = charlieroth
email = [email protected]
[github]
user = charlieroth
[credential]
username = charlieroth
[apply]
whitespace = nowarn
[help]
autocorrect = 1
[core]
excludesfile = ~/.gitignore_global
editor = nvim
[log]
date = relative
[init]
defaultBranch = main
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[gitbutler]
aiOpenAIKeyOption = butlerAPI
[url "ssh://[email protected]/"]
insteadOf = https://github.com/