Monday 15 July 2013

git - Github and local development for an open source project -


We are working on an open source project and are going to publish it on Geithub. Currently, we have a repo on our own server, which, in order to pull / push developers,

In view of this, can we prepare our development using our own repo Can setup.

Or what is the standard practice for this?

"post-text" itemprop = "text">

You can set a remote that indicates a geath

 < Add code> git remote github git@github.com: user / project.git   

Then you can push it on when you want to make your changes appear GitHub repo

  git push github    

No comments:

Post a Comment