/git_github_atom

Resources for learning about these 3 services

Learning Git, Github, and Atom text Editor

Git

First of all you will need git, you can download it here git The following are some resources that will help you understand some of the git commands that you may use quite often

Github.com

what is github?

GitHub is a web-based Git repository hosting service, which offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features.

Github also developed a nice little GUI tool for all us non command line folk. Download the version you need from one of these links

Resources

Some nice fella over on the youtubes made this great little video about how to set up and use the Github GUI tool

How to use Github GUI on windows

Atom Text Editor

So github, being the awesome place they are, developed a nifty text editor for all to use. Download it here Atom

How to use Github GUI on windows