-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
40 lines (34 loc) · 887 Bytes
/
gitconfig
File metadata and controls
40 lines (34 loc) · 887 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
[user]
name = Ward Muylaert
email = ward.muylaert@gmail.com
[core]
editor = vim
[alias]
logp = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) %C(green)(%ad)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all --not --remotes=*/gh-pages
logpabs = logp --date=short
s = status
c = commit -v
d = diff
cdiff = diff --color-words
cshow = show --color-words
ndiff = difftool --tool nvimdiff --no-prompt
[instaweb]
httpd = webrick
[core]
quotepath = false
# Try out https://github.com/dandavison/delta
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
line-numbers = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[pull]
rebase = false
[init]
defaultBranch = master
# Remember: tig