Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
55 lines (53 sloc) 1.02 KB
[user]
name = Adam Lee
email = adam8157@gmail.com
signingkey = 2365E9762F39D84D
[color]
branch = auto
diff = auto
grep = auto
interactive = auto
status = auto
[push]
default = simple
[alias]
a = add
ai = add -i
b = branch
c = commit
ca = commit -a
co = checkout
cp = cherry-pick -x
d = difftool -M
dc = difftool -M --cached
fp = format-patch
l = log
lg = log --graph
lp = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen%cr %C(bold blue)<%an>%Creset'
m = mergetool
p = push
r = rebase
ri = rebase -i
rs = !git ls-files -d |xargs git checkout --
s = status
t = tag
u = pull
um = pull --no-ff
ur = pull --rebase
ut = rm -r --cached
w = show
wc = whatchanged -1
bisect-fixed = bisect bad
bisect-unfixed = bisect good
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[sendemail]
confirm = always
suppresscc = self
thread = true
chainreplyto = false
bcc = adam8157@gmail.com
smtpserver = /usr/bin/msmtp
smtpserveroption = "--account=gmail"