Git Practice Test
✕
📝 Git Practice Tests
Advanced Features
Branching and Merging
Configuration and Setup
History and Log
Remote Operations
Staging and Commits
Git General
📖 Git Study Guides
Git Practice Test PDF (Free Printable 2026)
Git Software
☰
Git Practice Test
▶
Git Git Configuration and Setup
Free · Instant Results
Which command sets your global Git username?
A
git config user.name 'Name'
B
git config --global user.name 'Name'
C
git setup --name 'Name'
D
git init --user 'Name'
▶ Start Practice Test