Git Command Cheat-Sheet with Actual Examples
Git Commit: git commit -m “Title of commit goes here” -m “Description of commit goes here” Git Status – See what files have been changed. Of these, see which are being tracked to be added to the next commit. git status Push to Origin git push origin Create new branch – Git Checkout git checkout …