-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
45 lines (36 loc) · 786 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
[color]
ui = auto
[merge]
conflictstyle = diff3
tool = opendiff
[alias]
br = branch -v
ch = checkout
cp = cherry-pick
cam = commit --amend
st = status
rb = rebase
rbc = rebase --continue
rbi = rebase --interactive
m = merge
c = commit
topstash = show stash@{0}
staged = diff --cached
fw = !git commit -qam 'fix whitespace' && git rebase -q --whitespace=fix HEAD~ && git reset -q HEAD~
graph = log --graph
[interactive]
singlekey = true
[push]
default = current
[core]
excludesfile = ~/.gitignore
ignorecase = false
editor = vim
[include]
path = ~/.gitconfig_local
[mergetool]
keepBackup = false
[pull]
rebase = true
[url "[email protected]:"]
insteadOf = https://github.com/