-
Notifications
You must be signed in to change notification settings - Fork 14
/
gitconfig
44 lines (41 loc) · 808 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
# ADD LOCAL CONFIGURATION HERE
# DO NOT EDIT BELOW THIS LINE
[color]
diff = auto
status = auto
branch = auto
[core]
excludesfile = ~/.gitignore
editor = vim
autocrlf = input
[alias]
ci = commit
co = checkout
c = commit -m
a = add
di = diff
dic = diff --cached
pl = pull
ps = push
plre = pull --rebase
st = status
out = log origin..HEAD
bra = branch -a
[user]
name = Vishnu Sharma
email = vishnu.sharma@smartpension.co.uk
[mergetool "diffmerge"]
cmd = diffmerge --merge --result=$MERGED $LOCAL $BASE $REMOTE
trustExitCode = false
[github]
user = vishnuatrai
[difftool "Kaleidoscope"]
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
[diff]
tool = Kaleidoscope
#[url "https://"]
# insteadOf = git://
#[http]
# sslVerify = false