1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00
Files
dotfiles/.gitconfig
2014-07-14 14:46:49 +02:00

42 lines
853 B
INI

[user]
name = Michiel Scholten
email = michiel@aquariusoft.org
[giggle]
main-window-maximized = true
main-window-geometry = 430x306+0+26
history-view-vpane-position = 550
file-view-vpane-position = 730
main-window-view = HistoryView
[alias]
lol = log --pretty=oneline --abbrev-commit --graph --decorate
shove = commit -m \"$(curl http://whatthecommit.com/ 2> /dev/null |html2text |head -n1)\"
st = status
co = checkout
ci = commit
br = branch
c = commit -am
[push]
default = simple
[core]
editor = vim
[url "git@github.com:"]
insteadOf = "gh:"
pushInsteadOf = "github:"
pushInsteadOf = "git://github.com/"
[url "git://github.com/"]
insteadOf = "github:"
[url "git@bitbucket.org:"]
insteadOf = "bb:"
pushInsteadOf = "bitbucket:"
pushInsteadOf = "git://bitbucket.org/"
[url "git://bitbucket.org/"]
insteadOf = "bitbucket:"