Skip to content

Instantly share code, notes, and snippets.

@soltysh
Created March 10, 2017 22:10
Show Gist options
  • Save soltysh/d12a4eab98ebddf7f1793715f560ac6b to your computer and use it in GitHub Desktop.
Save soltysh/d12a4eab98ebddf7f1793715f560ac6b to your computer and use it in GitHub Desktop.
$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git@github.com:soltysh/docker-bpo.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "upstream"]
url = git@github.com:python/docker-bpo.git
fetch = +refs/heads/*:refs/remotes/upstream/*
fetch = +refs/pull/*/head:refs/remotes/upstream/pr/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment