Added git aliases.

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
2013-10-31 14:01:42 +01:00
parent cd70a05b66
commit 4dec622143
2 changed files with 11 additions and 9 deletions

View File

@ -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