-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
44 lines (32 loc) · 797 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
[user]
name = Clay Dugo
[core]
editor = nvim
excludesfile = /home/clay/.gitignore
sshCommand = ssh -i ~/.ssh/id_ed25519.pub
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
sc = commit --template /home/clay/dotfiles/.gitlab_ci_skip
[pull]
rebase = true
[merge]
tool = nvim
[mergetool]
keepBackup = false
[init]
defaultBranch = main
colorMoved = default
[push]
autoSetupRemote = true
followTags = true
[submodule]
recurse = true
[column]
ui = auto
[branch]
sort = -committerdate
[includeIf "gitdir:~/projects/ramona/"]
path = ~/.gitrconfig
[url "[email protected]:"]
insteadOf = "https://github.com/"