Git Basics

🏷️ Basic
πŸ†“ 100% Free Certificate ❓ 10 Questions 5 minutes 7 Views

This test evaluates your foundational knowledge of Git, covering version control concepts, initializing repositories, staging changes, and basic commands. To learn more, explore the Git Tutorials by Atlassian, follow the beginner-friendly guide on Git’s Official Documentation, and watch this helpful Git Crash Course on YouTube.

1 What is Git?
2 Which command initializes a new Git repository?
3 How do you check the status of your working directory?
4 Which command stages all changes?
5 How do you commit changes with a message?
6 How do you create a new branch?
7 How do you switch to an existing branch?
8 How do you push changes to a remote repository?
9 How do you pull changes from a remote repository?
10 How do you view the commit history?