Version history without the headache
Every useful change gets a commit, which means I can see what changed, when it changed and roll back when something goes horribly wrong. It also gives my projects one central place to live.
The place where my code actually lives. I use GitHub for repositories, version history, projects, releases and keeping a record of what changed when something inevitably breaks.
Every useful change gets a commit, which means I can see what changed, when it changed and roll back when something goes horribly wrong. It also gives my projects one central place to live.
When a change works, commit it. When the next change destroys everything, the previous commit gives you a known point to return to instead of trying to remember what the hell you changed.
GitHub is treated as a web platform in the Toolkit, so no fake desktop-version number is shown.