An open API service indexing awesome lists of open source software.

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...

Awesome Lists containing this project

README

        

# Git Practice Challenges

[![Git Practice Challenges](https://cover-creator.appbot.io/git-practice-challenges.png)](https://labex.io/courses/git-practice-challenges)

[![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](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.

![Git](https://img.shields.io/badge/Git-whitesmoke?style=for-the-badge&logo=git)

## 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.

![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png)

- 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)