@ -6,7 +6,7 @@
|
||||
old = red bold
|
||||
new = green bold
|
||||
[core]
|
||||
editor = nano
|
||||
editor = vim
|
||||
# http://stackoverflow.com/questions/136178/git-diff-handling-long-lines
|
||||
# If doesn't work, try: pager = less -+$LESS -FRX
|
||||
pager = less -r
|
||||
@ -34,8 +34,8 @@
|
||||
|
||||
# Any GitHub repo with my username should be checked out r/w by default
|
||||
# http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules
|
||||
[url "git@github.com:sapegin/"]
|
||||
insteadOf = "git://github.com/sapegin/"
|
||||
[url "git@github.com:jacobkiers/"]
|
||||
insteadOf = "git://github.com/jacobkiers/"
|
||||
|
||||
# URL shorthands
|
||||
[url "git@github.com:"]
|
||||
@ -64,7 +64,7 @@
|
||||
|
||||
# Include local settings
|
||||
# Requires Git 1.7.10
|
||||
# git config -f ~/.gitlocal user.email "artem@sapegin.ru"
|
||||
# git config -f ~/.gitlocal user.name "Artem Sapegin"
|
||||
# git config -f ~/.gitlocal user.email "jacob@jacobkiers.net"
|
||||
# git config -f ~/.gitlocal user.name "Jacob Kiers"
|
||||
[include]
|
||||
path = .gitlocal
|
||||
|
Reference in New Issue
Block a user