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:
17
.gitconfig
17
.gitconfig
@@ -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:"
|
||||||
|
|||||||
Reference in New Issue
Block a user