forked from amjith/_dotties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
33 lines (31 loc) · 830 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
[user]
name = Amjith Ramanujam
email = amjith.r@gmail.com
[alias]
br = branch
co = checkout
ci = commit
st = status
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[core]
editor = /usr/local/bin/mvim -v
excludesfile = /Users/amjith/.gitignore
[branch]
autosetuprebase = always
[github]
user = amjith
[rerere]
enabled = true
[push]
default = nothing
[diff]
tool = diffmerge
[difftool "diffmerge"]
cmd = diffmerge \"$LOCAL\" \"$REMOTE\"
[merge]
tool = diffmerge
[mergetool "diffmerge"]
cmd = "diffmerge --merge --result=\"$MERGED\" \"$LOCAL\" \"$(if test -f \"$BASE\"; then echo \"$BASE\"; else echo \"$LOCAL\"; fi)\" \"$REMOTE\""
trustExitCode = true
[hub]
host = source.datanerd.us