Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gentoo/python

[MIRROR] Python overlay
https://github.com/gentoo/python

ebuild-repository hacktoberfest

Last synced: about 2 months ago
JSON representation

[MIRROR] Python overlay

Awesome Lists containing this project

README

        

### 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://[email protected]/proj/python.git
pushurl = [email protected]:gentoo/python.git
pushurl = git+ssh://[email protected]/proj/python.git
[remote "github"]
url = [email protected]:gentoo/python.git
fetch = +refs/heads/*:refs/remotes/github/*

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