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