Contents

Git

Git Basics
https://git-scm.com/book/en/v1/Getting-Started-Git-Basics


GitHub

GitHub
https://github.com/


Atom Integration

  1. setup a Git repo.
  2. Open Atom.
  3. Add Git repo (one per project).
  4. Push changes to staging.
  5. Associate local repo with remote repo (GitHub). This is done by cloning repository.
    git clone https://github.com/jerryrcole/jerryrcole.com.git

Helpful URL's

Category Description URL
Tutorial Beginner and Advanced Git Tutorial https://www.atlassian.com/git