Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 2.31 KB

atom_github_integratie.md

File metadata and controls

36 lines (24 loc) · 2.31 KB
  1. create Github repository, via https://github.com/new

atom_new_repository

  1. copy the link to the repository

atom_clone

  1. In Atom: cmd+shift+p and search for github:clone

atom_github_clone

  1. paste github repository link

atom_clone_to_atom

The reposity should be seen in Atom:
atom_clone_to_atom_done

  1. Test (create new file), green indicates new file in git repository

atom_test_newfile

  1. authorize Atom for Github (with token), via https://github.atom.io/login

atom_token

  1. Login via Github tab, using token

atom_login_github1

  1. push to repository (stage)

atom_github_commit1

  1. push to repository (commit)

atom_github_commit2

  1. push to repository (push)

atom_github_commit3

  1. validate (via github's website)

atom_github_commit4