mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
git alias and some github/bitbucket config
This commit is contained in:
17
.gitconfig
17
.gitconfig
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user