Recap of Key Concepts and Commands
Initialising a Git Repository
git initStaging and Committing Changes
git add <file(s)>git commit -m "Commit message"Checking Repository Status
git statusViewing Commit History
git logWorking with Branches
Merging Branches
Pushing and Pulling Changes
Collaborating with Remote Repositories
Ignoring Files
Last updated