-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_gitconfig
41 lines (41 loc) · 960 Bytes
/
dot_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
[user]
name = wsl
email = [email protected]
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
changes = diff --name-status -r
diffstat = diff --stat -r
whatis = show -s --pretty='tformat:%h (%s, %ad)' --date=iso
pwhatis = show -s --pretty='tformat:%h, %s, %ad' --date=iso
ci = commit
co = checkout
st = status
s = status
br = branch
di = diff
d = diff
sw = switch
cp = cherry-pick
[merge]
tool = vimdiff
[mergetool "vimdiff"]
path = vim
[mergetool]
prompt = false
[color]
ui = true
[push]
default = simple
[credential]
helper = store
[core]
editor = vim
pager = delta
autocrlf = false
[interactive]
diffFilter = delta --color-only --features=interactive
[delta]
side-by-side = true
tabs = 2
[delta "interactive"]
keep-plus-minus-markers = false