- create Github repository, via https://github.com/new
- copy the link to the repository
- In Atom: cmd+shift+p and search for github:clone
- paste github repository link
The reposity should be seen in Atom:
- Test (create new file), green indicates new file in git repository
- authorize Atom for Github (with token), via https://github.atom.io/login
- Login via Github tab, using token
- push to repository (stage)
- push to repository (commit)
- push to repository (push)
- validate (via github's website)