07-27-2013, 11:50 PM
That sounds like allot more work then with google code. There it was just svn commit and press ok. Now it is:
For big changes like for example a complete new world generator create a new branch but for small changes we can just commit it to the master.
- Create branch
- Commit stuff
- Do a pull request
- Accept pull request?
- Delete branch
For big changes like for example a complete new world generator create a new branch but for small changes we can just commit it to the master.