Skip to content

idella/python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Gentoo Python Project Overlay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published