Versions Compared

Key

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

...

3- Create a GitHub repository ( github.com)

4- on Atom:

  • CTRL+SHIFT+P

  • git

    run

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

  • example "remote add origin https://github.com/dahai0013/test2.git"

  • push -u origin master


...