Skip to content

itaibaruch/myFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published