C# Mastery Hub
Home
Challenges
Discussion
Lessons
Core Topics
C# Fundamentals
Console Applications
Classes & OOP
Windows Forms
ASP.NET Core
SQL Server
VS & SQL Connection
RDLC Reports
.NET MAUI
Getting Started
Getting Started
Website Development
SEO Guide
Security
Project Workflow
Extra Topics
Cloud & Deployment
AWS Cloud
Deployment
About
Contact
Test Your Knowledge
Getting Started - Lesson 4: Installing Git Quiz
Answer all questions to test your understanding
1
What is Git?
A programming language
A version control system
A web framework
A database
2
Where can you download Git?
github.com
git-scm.com
microsoft.com
visualstudio.com
3
What command configures your Git username?
git config --global user.name
git set --global user.name
git user --name
git name --set
4
What command verifies Git installation?
git --version
git check
git verify
git status
5
What is the default branch name in modern Git?
master
main
default
primary
6
Why do you need Git for development?
To track changes and collaborate
To compile code
To debug applications
To deploy applications
Submit Quiz