Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gentoo/python
- Owner: gentoo
- Created: 2012-05-28T15:46:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T04:41:18.000Z (over 2 years ago)
- Last Synced: 2024-05-08T20:29:17.582Z (8 months ago)
- Topics: ebuild-repository, hacktoberfest
- Homepage: https://gitweb.gentoo.org/proj/python.git
- Size: 108 KB
- Stars: 2
- Watchers: 71
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.