Contents
Git
Git Basics
https://git-scm.com/book/en/v1/Getting-Started-Git-Basics
GitHub
GitHub
https://github.com/
Atom Integration
- setup a Git repo.
- Open Atom.
- Add Git repo (one per project).
- Push changes to staging.
- 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 |
