GitHub shell cmd (Windoes):
-
go to the project directory a. d: // go to hd b. cd name // go to folder "name" c. cd .. // go up dir d. dir // show all files in dir
-
git status
-
git add index.html // singel file
-
git add . // all files
-
git commit -m "" // commit with message
-
git push // push all commit files to GitHub
-
git pull // get all fils from GitHub (update)
-
git // show all cmd
-
esc + :wq // exit commit multiline comment