Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 Image RemovedImage Added


CTRL+\ : show the directories

...

2- In atom: Install git-plus

3- Create a GitHub repository ( github.com  example: test2  will create an test2.git)

4- on Atom:

  • CTRL+SHIFT+P

  • git plus: init  ( all the folders turn green and .git created)

  • example "remote add origin https://github.com/dahai0013/test2.git"  >>>> this is only for the first time 

  • push --set-upstream origin master  ( a window will pop up for login details)

  • The following time just Add + Commit + Push

Atom And Git Plus Remote Repo

...