https://github.com/labex-labs/git-practice-challenges
[Git Practice Challenges] This repository collects 87 of programming scenarios (labs and challenges) for Git Practice Challenges. This course contains lots of challenges for Git, each challenge is a small Git project with detailed instructions and solutions. You can practice your Git skills by so...
https://github.com/labex-labs/git-practice-challenges
List: git-practice-challenges
awesome awesome-list challenges course education git hands-on labex labs programming
Last synced: 2 months ago
JSON representation
[Git Practice Challenges] This repository collects 87 of programming scenarios (labs and challenges) for Git Practice Challenges. This course contains lots of challenges for Git, each challenge is a small Git project with detailed instructions and solutions. You can practice your Git skills by so...
- Host: GitHub
- URL: https://github.com/labex-labs/git-practice-challenges
- Owner: labex-labs
- Created: 2024-05-24T09:04:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-01T01:29:33.000Z (11 months ago)
- Last Synced: 2024-08-02T04:24:14.730Z (11 months ago)
- Topics: awesome, awesome-list, challenges, course, education, git, hands-on, labex, labs, programming
- Homepage: https://labex.io/skilltrees/git
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Practice Challenges
[](https://labex.io/courses/git-practice-challenges)
[](https://labex.io/courses/git-practice-challenges)
This course contains lots of challenges for Git, each challenge is a small Git project with detailed instructions and solutions. You can practice your Git skills by solving these challenges, improve your problem-solving skills, and learn how to write clean and efficient code.

## Environment
LabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience.

- A strict βLearn by Doingβ approach with exclusive hands-on labs and no videos.
- Interactive online environments within the browser, with automated step-by-step checks.
- A structured content organization with the Skill Tree based learning system.
- A growing learning resource of 30 Skill Trees and over 6,000 Labs.
- The AI learning assistant Labby, built on ChatGPT, providing a conversational learning experience.Learn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine).
## Exercises
| Index | Name | Difficulty | Practice |
|---------|-----------------------------------------------|--------------|-------------------------------------------------------------------------------------------------------------------------------|
| 01 | π― Initialize Git Project | β ββ | Start Challenge |
| 02 | π― Add a Submodule | β ββ | Start Challenge |
| 03 | π― Clone Missing Submodules | β ββ | Start Challenge |
| 04 | π― Disable Fast Forward Merging | β ββ | Start Challenge |
| 05 | π― Edit Git Configuration File | β ββ | Start Challenge |
| 06 | π― Get the Current Branch Name | β ββ | Start Challenge |
| 07 | π― Merge a Branch | β ββ | Start Challenge |
| 08 | π― Set Default Push Branch Name | β ββ | Start Challenge |
| 09 | π― View Changes Between Commits | β ββ | Start Challenge |
| 10 | π― View Undo History | β ββ | Start Challenge |
| 11 | π― Cancel File Change | β ββ | Start Challenge |
| 12 | π― Add Files to the Staging Area | β ββ | Start Challenge |
| 13 | π― Autocorrect Git Commands | β ββ | Start Challenge |
| 14 | π― Clone the First Trending Repository | β ββ | Start Challenge |
| 15 | π― Configure the git text editor | β ββ | Start Challenge |
| 16 | π― View Current Status | β ββ | Start Challenge |
| 17 | π― View a Visual Graph of the Repository | β ββ | Start Challenge |
| 18 | π― Git Configuration with GitHub | β ββ | Start Challenge |
| 19 | π― Git Fundamentals: Add, Commit, Status, Diff | β ββ | Start Challenge |
| 20 | π― Create Your First Git Repository | β ββ | Start Challenge |## More
- π [Git Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- π [Git Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
- π [Git Free Tutorials](https://github.com/labex-labs/git-free-tutorials)