GitHub

For a while, I was git-phobic. Every so often I would see a link to GitHub for a tool or something I was interested in, but without a "download" button with a simple .exe file, I didn't know what to do and often the readme was no help.

I've come to appreciate git for version control, not only of coding projects, but notes like these. Once you get used to the quirks of using the platform, it's pretty handy.

Git Commands

What is it?

"GitHub is a proprietary developer platform that allows developers to create, store, manage, and share their code. It uses Git to provide distributed version control and GitHub itself provides access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project." Wikipedia