/
Add git support
Add git support
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
, multiple selections available,
Related content
Github Desktop ( Laptop to github )
Github Desktop ( Laptop to github )
More like this
github on linux
github on linux
More like this
github on a local server
github on a local server
More like this
Atom Editor
Atom Editor
More like this
github: work on someone else code
github: work on someone else code
More like this
Change index file on the laptop and notice the webpage is updated
Change index file on the laptop and notice the webpage is updated
More like this