todSkeith / STS

This github is for Seal Team Sloth use only. All code on this github is not to be shared.
0 stars 0 forks source link

Game breaking fixes! #8

Open alans opened 10 years ago

alans commented 10 years ago

When someone pushes an update that breaks -everything- please oh god make sure you push the fix when you fix it! We all work differently and those of us that work directly from the Gh folder lost a day of editing cause shit was broke yo.

carlpatchett commented 10 years ago

Do we know what it was that broke it?

This is why its always good to fork it to a local private repo, and do any critical editing in there, that way you can test it without changing the core dev version - and send a pull request in once you are finished. The only editing I do to the main dev version would be hotfixes.

The only thing you gotta remember with a fork is to keep your local one up to date, that means updating it and merging it everytime before you start working on it.