Git - Collaboration Workflows
Which git command correctly stages all changed files before committing updates for a PR?
git add . stages all modified and new files in the current directory.git commit -m "message" to save changes locally.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions