Home → Git Basics Quiz
8 questions on basic Git commands and concepts — an essential tool for every developer.
git init
git add .
git commit -m "message"
git push
git pull
git status
You might also like