-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
47 lines (38 loc) · 976 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
[core]
excludesfile = ~/.gitignore
whitespace = trailing-space,space-before-tab
ignorecase = false
editor = /usr/bin/vim -i NONE -c \"set fenc=utf-8\"
sshCommand = "ssh -i ~/.ssh/vq.id_rsa"
[color]
ui = auto
[alias]
br = branch
bv = branch -vv
bva = branch -vv --all
ci = commit
co = checkout
df = diff
lgp = log -p
glo = log --graph --date-order
gl1 = glo --date=format:'%Y-%m-%d %T' --pretty=format:'%C(yellow)%h%Creset %C(dim)%ad%C(auto)%d%Creset %s %C(dim cyan)(%cr)%Creset'
gla = gl1 --all
st = status --branch
pf = push --force-with-lease
[diff]
compactionHeuristic = true
[push]
default = current
[fetch]
prune = true
[credential]
helper = osxkeychain
[pager]
log = less
show = less
diff = less
[user]
name = shoji-kumagai-visasq
email = "shoji.kumagai@visasq.com"
[includeIf "gitdir:~/work/gh/shkumagai/"]
path = ~/.config/git/gitconfig.shkumagai