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)
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"
push --set-upstream origin master ( a window will pop up for login details)
Atom And Git Plus Remote Repo
https://www.youtube.com/watch?v=JCCRN6ftJZQ
Atom And Git Plus Remote Repo