Versions Compared

Key

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

Image RemovedImage Added


CTRL+\ : show the directories

CTRL+SHIFT+r or CTRL+R:  new file

CTRL+SHIFT+p or CTRL+P: 


1- Install git Optional?? (https://git-for-windows.github.io/)

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 run

    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 -

    u origin master

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

  • The following time just Add + Commit + Push

Image Added

Atom And Git Plus Remote Repo

...