You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
[core] |
|
autocrlf = input |
|
editor = vim |
|
|
|
# Make `git rebase` safer on OS X |
|
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/> |
|
trustctime = false |
|
|
|
excludesfile = ~/.gitignore |
|
[color] |
|
ui = true |
|
diff = true |
|
branch = true |
|
status = true |
|
interactive = true |
|
[commit] |
|
template = ~/.gitmessage |
|
[push] |
|
default = current |
|
[branch] |
|
autosetuprebase = remote |
|
[rerere] |
|
enabled = true |
|
autoupdate = true |
|
[url "git@github.com:"] |
|
insteadOf = "gh:" |
|
pushInsteadOf = "github:" |
|
pushInsteadOf = "git://github.com/" |
|
pushInsteadOf = "https://github.com/" |
|
[url "git://github.com/"] |
|
insteadOf = "github:" |
|
[url "git@gist.github.com:"] |
|
insteadOf = "gst:" |
|
pushInsteadOf = "gist:" |
|
pushInsteadOf = "git://gist.github.com/" |
|
pushInsteadOf = "https://gist.github.com/" |
|
|
|
# Any GitHub repo with my username should be checked out r/w by default |
|
# (http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules) |
|
[url "git@github.com:michaelgerdemann/"] |
|
insteadOf = "git://github.com/michaelgerdemann/" |
|
|
|
# TYPO3 Gerrit Config |
|
[url "ssh://michael.gerdemann@review.typo3.org:29418"] |
|
pushInsteadOf = git://git.typo3.org |