1032 exam > git commmands > Flashcards
To add changes from working directory to staging area
git add .
to commit your work with a message
git commit -m “Message”
Move changes from the staging area to your repo
git push
to check your work state
git status