-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
50 lines (43 loc) · 954 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
45
46
47
48
49
50
[user]
# name = Stephane HERAULT
# email = [email protected]
# signingkey = 69EADC5844A40384
name = Stéphane HERAULT
email = [email protected]
signingkey = 0FF4312EF08651CB
[color]
status = auto
diff = auto
[color "status"]
added = green
untracked = magenta
deleted = red
[alias]
st = status
up = pull --rebase
ready = rebase -i @{u}
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
standup = log --since yesterday
co = checkout
cl = clone
ci = commit
pu = push
br = branch
[core]
editor = vim
fileMode = false
autocrlf = false
excludesfile = /Users/stephane/.git_core_excludesfile
[push]
default = matching
[pager]
diff = diff-so-fancy | less --tabs=1,5 -RFX
show = diff-so-fancy | less --tabs=1,5 -RFX
[gpg]
program = gpg
[commit]
gpgSign = true
[diff]
renameLimit = 999999
[rename]
renameLimit = 999999