1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

git alias and some github/bitbucket config

This commit is contained in:
Michiel Scholten
2014-07-14 14:46:49 +02:00
parent 889f179832
commit 293abc2c61

View File

@@ -16,9 +16,26 @@
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:"