Common Git Commands

Command Description
git init Initialize a new Git repository
git add <file> Add a file to the staging area
git commit -m "message" Commit changes to the local repository
git push Push commits to remote repository
git status Check the status of your working directory