Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 551 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 551 Bytes

myFiles

Git short code

GitHub shell cmd (Windoes):

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

  2. git status

  3. git add index.html // singel file

  4. git add . // all files

  5. git commit -m "" // commit with message

  6. git push // push all commit files to GitHub

  7. git pull // get all fils from GitHub (update)

  8. git // show all cmd

  9. esc + :wq // exit commit multiline comment