python/README.md at master · idella/python · GitHub
Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 552 Bytes

File metadata and controls

13 lines (11 loc) · 552 Bytes

Configuring your git clone localy

Make sure that your .git/config has the following settings:

[remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
    url = git+ssh://git@git.overlays.gentoo.org/proj/python.git
    pushurl = git@github.com:gentoo/python.git
    pushurl = git+ssh://git@git.overlays.gentoo.org/proj/python.git
[remote "github"]
    url = git@github.com:gentoo/python.git
    fetch = +refs/heads/*:refs/remotes/github/*

You can pull/push to both repos at once using --all switch.