-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
39 lines (39 loc) · 1.11 KB
/
.gitconfig
File metadata and controls
39 lines (39 loc) · 1.11 KB
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
[user]
name = Casey Webster
signingkey = A58BCB66EEBB9327
[url "[email protected]:cwebster2/"]
insteadof = cwebster2://
[url "[email protected]:"]
insteadof = github://
[url "git+ssh://[email protected]"]
[commit]
gpgsign = true
[alias]
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = 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(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
[core]
pager = delta
[delta]
side-by-side = true
dark = true
plus-style = "syntax #012800"
minus-style = "normal #340001"
navigate = true
line-numbers = true
[pull]
rebase = false
[push]
default = "upstream"
[init]
defaultBranch = main
[rerere]
enabled = true
[column]
ui = auto
[branch]
sort = -committerdate
[maintenance]
repo = /home/casey/src/infra/aws-infrastructure
[fetch]
writeCommitGraph = true