-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
34 lines (33 loc) · 873 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
[user]
email = mark@pitman.io
name = Mark Pitman
[core]
editor = vim -c'norm! ggj'
#editor = nvim
preloadindex = true
fscache = true
pager = less -FRX
[commit]
template = ~/.git-commit-template
[gc]
auto = 256
[include]
path = .gitconfig.local
[merge]
tool = kdiff3
[alias]
graph = 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
[pull]
rebase = true
[include]
path = ~/.gitconfig.local
[includeIf "gitdir:~/src/work/"]
path = .gitconfig-work
[oh-my-zsh]
hide-info = 1
[init]
defaultBranch = main
[gui]
fontdiff = -family \"Cascadia Code\" -size 10 -weight normal -slant roman -underline 0 -overstrike 0
[mergetool]
prompt = false