Created
March 24, 2016 22:15
-
-
Save ferreiro/d0bc1564322d4479ce7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
ignorecase = true | |
precomposeunicode = true | |
[remote "origin"] | |
url = https://gitlab.com/ferreiro/new-dotfiles.git | |
pushurl = https://gitlab.com/ferreiro/new-dotfiles.git | |
pushurl = https://github.com/ferreiro/dotfiles.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
[branch "master"] | |
remote = origin | |
merge = refs/heads/master | |
# [remote "github"] | |
# url = https://github.com/ferreiro/dotfiles.git | |
# fetch = +refs/heads/*:refs/remotes/github/* | |
# | |
# [remote "origin"] | |
# url = https://gitlab.com/ferreiro/new-dotfiles.git | |
# fetch = +refs/heads/*:refs/remotes/origin/* | |
# [branch "master"] | |
# remote = origin | |
# merge = refs/heads/master | |
# [remote "github"] | |
# url = https://github.com/ferreiro/dotfiles.git | |
# fetch = +refs/heads/*:refs/remotes/github/* | |
[user] | |
name = Jorge Ferreiro | |
email = [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment