Basic GitHub Commands Git Clone "your github Repository" (To create clone in your local machine) Git Diff "Get difference" (display changes between all files & folders Git Status "Get Status" (display what changes has been done) Git Add * or Git Add . "To add" (to update all the changes) Git commit -m "Message" "Commit all the updates in the git repo" (Upload all the changes to your git repo Git Push (Upload all the changes to your git repo)