1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +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 co = checkout
ci = commit ci = commit
br = branch br = branch
c = commit -am
[push] [push]
default = simple default = simple
[core] [core]
editor = vim 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:"