Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

 


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 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

https://www.youtube.com/watch?v=JCCRN6ftJZQ


Atom And Git Plus Remote Repo


Push from the Laptop >>> to github website 




  • No labels