-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
41 lines (41 loc) · 897 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
[user]
name = kagemiku
email = [email protected]
signingkey = 1FC40EDCE6A98749
[color]
diff = auto
status = auto
branch = auto
interactive = auto
[core]
excludesfile = ~/.gitignore_global
editor = /usr/local/bin/vim
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[pager]
log = diff-highlight | less
show = diff-highlight | less
diff = diff-highlight | less
[alias]
co = checkout
cor = checkout -- "*"
d = diff
ds = diff --cached
graph = log --graph --date=short --pretty=format:'%Cgreen%h %Creset%cd %Cblue%cn %Cred%d %Creset%s'
st = status
sb = status -sb
ap = add -p
aup = add -up
cm = commit
cmm = commit -m
cma = commit --amend
[interactive]
diffFilter = diff-highlight
[ghq]
root = ~/.ghq
[gpg]
program = gpg
[pull]
rebase = false