2οΈβ£Git Basics
Fall 2023 | Richie Sun
Sharing and Updating Repositories
Git Pull
git pull <options> <repository>Git Status
git statusGit Add
git add <changes to be staged>Git Commit
git commit -m <"Commit Title">Git Push
Branching and Merging
Git Branch:
Git Checkout:
Last updated
Was this helpful?