Challenge: Git Basics
Test your understanding of “Git basics” by completing this challenge.
We'll cover the following
Problem statement#
Create a git repository. Then create a file, and commit it to the repository.
Solution#
Click the “Show Solution” button to learn about the solution.
Committing Changes to a Repository
Introduction: Clone a Repository
Mark as Completed
Report an Issue