Cuberite Forum
The git Flow - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: The git Flow (/thread-1537.html)



The git Flow - Hazrad - 07-29-2014

Hi! I'm a very well experienced subversion user but I am new to git and github and wondering if someone can help me understand the repository flow you guys are practicing. If I wanted to make a contribution to MCServer, do I fork and make pull requests or do I create a branch? What are the repository steps you take to make a contribution to the project?

Cheers,
Haz


RE: The git Flow - xoft - 07-29-2014

Hi, and welcome.
The easiest way is to fork on GitHub and make pull requests, separate ones for each change. Then, if we like your code and trust you more, we will give you write-access to the main repo and you can work on that directly; although the pull request submission format is preferred even then - it allows us to discuss the changes, sometimes finding better solutions in the process.


RE: The git Flow - Hazrad - 07-29-2014

That's great. Thanks!