Skip to content

Instantly share code, notes, and snippets.

@ferreiro
Created March 24, 2016 22:15
Show Gist options
  • Save ferreiro/d0bc1564322d4479ce7c to your computer and use it in GitHub Desktop.
Save ferreiro/d0bc1564322d4479ce7c to your computer and use it in GitHub Desktop.
[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