-
Notifications
You must be signed in to change notification settings - Fork 2
/
gitconfig
40 lines (40 loc) · 861 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
[alias]
st = status
a = add
ci = commit
h = help
co = checkout
d = diff
b = branch
m = merge
l = log
graph = log --oneline --graph
shl = log --oneline --graph --decorate
ignore = update-index --assume-unchanged
unignore = update-index --no-assume-unchanged
ignored = !git ls-files -v | grep \"^[[:lower:]]\"
[color]
ui = auto
[giggle]
main-window-maximized = false
main-window-geometry = 943x632+66+24
history-view-vpane-position = 357
main-window-view = HistoryView
file-view-vpane-position = 582
[core]
excludesfile = ~/.gitignore.global
[include]
path = .gitconfig.local
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[push]
default = simple
[url "[email protected]:"]
insteadOf = gh:
[url "[email protected]:"]
insteadOf = gl:
[github]
user = jezcope
[fetch]
recurseSubmodules = true