-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig.local
33 lines (27 loc) · 1013 Bytes
/
.gitconfig.local
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
# Reference :
# https://github.com/simnalamburt/.dotfiles/blob/master/.gitconfig.local
# vim: ft=gitconfig noexpandtab sw=8
# Cannot use TLS?
# [url "git://"]
# insteadOf = https://
# Want to use GCMW?
# [credential]
# helper = manager
# OS X credential cache
# [credential]
# helper = osxkeychain
# Want diff highlight?
# [pager]
# log = /usr/share/git/diff-highlight/diff-highlight | less -+XF -SQc
# show = /usr/share/git/diff-highlight/diff-highlight | less -+XF -SQc
# diff = /usr/share/git/diff-highlight/diff-highlight | less -+XF -SQc
# Want diff highlight in macOS?
# [pager]
# log = $(brew --prefix git)/share/git-core/contrib/diff-highlight/diff-highlight | less -+XF -SQc
# show = $(brew --prefix git)/share/git-core/contrib/diff-highlight/diff-highlight | less -+XF -SQc
# diff = $(brew --prefix git)/share/git-core/contrib/diff-highlight/diff-highlight | less -+XF -SQc
# Want to use cdiff as a difftool?
# [diff]
# tool = cdiff
# [difftool "cdiff"]
# cmd = cdiff -sw0