Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 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 | 🎯 Create Your First Git Repository | β˜…β˜†β˜† | Start Challenge |
| 03 | 🎯 Configure Git User Information | β˜…β˜†β˜† | Start Challenge |
| 04 | 🎯 Edit Git Configuration File | β˜…β˜†β˜† | Start Challenge |
| 05 | 🎯 Configure the git text editor | β˜…β˜†β˜† | Start Challenge |
| 06 | 🎯 View Current Status | β˜…β˜†β˜† | Start Challenge |
| 07 | 🎯 Add Files to the Staging Area | β˜…β˜†β˜† | Start Challenge |
| 08 | 🎯 Git Fundamentals: Add, Commit, Status, Diff | β˜…β˜†β˜† | Start Challenge |
| 09 | 🎯 Create a Git Commit | β˜…β˜†β˜† | Start Challenge |
| 10 | 🎯 View Last Commit | β˜…β˜†β˜† | Start Challenge |
| 11 | 🎯 View a Visual Graph of the Repository | β˜…β˜†β˜† | Start Challenge |
| 12 | 🎯 View Differences in Changes | β˜…β˜†β˜† | Start Challenge |
| 13 | 🎯 Remove Files from the Staging Area | β˜…β˜†β˜† | Start Challenge |
| 14 | 🎯 Cancel File Change | β˜…β˜†β˜† | Start Challenge |
| 15 | 🎯 Discard Uncommitted Changes | β˜…β˜†β˜† | Start Challenge |
| 16 | 🎯 Undo the Last Commit | β˜…β˜†β˜† | Start Challenge |
| 17 | 🎯 Change the Last Commit's Message | β˜…β˜†β˜† | Start Challenge |
| 18 | 🎯 Create a New Branch | β˜…β˜†β˜† | Start Challenge |
| 19 | 🎯 Switch to a Branch | β˜…β˜†β˜† | Start Challenge |
| 20 | 🎯 View Local Branches | β˜…β˜†β˜† | Start Challenge |
| 21 | 🎯 Merge a Branch | β˜…β˜†β˜† | Start Challenge |
| 22 | 🎯 Delete a Branch | β˜…β˜†β˜† | Start Challenge |
| 23 | 🎯 Clone the First Trending Repository | β˜…β˜†β˜† | Start Challenge |
| 24 | 🎯 Fetch Latest Changes from Remote | β˜…β˜†β˜† | Start Challenge |
| 25 | 🎯 Pull Latest Changes from Remote | β˜…β˜†β˜† | Start Challenge |
| 26 | 🎯 Push Local Changes to Remote | β˜…β˜†β˜† | Start Challenge |
| 27 | 🎯 View the Remote URL | β˜…β˜†β˜† | Start Challenge |
| 28 | 🎯 Create a Git Stash | β˜…β˜†β˜† | Start Challenge |
| 29 | 🎯 Apply a stash | β˜…β˜†β˜† | Start Challenge |
| 30 | 🎯 List All Stashes | β˜…β˜†β˜† | Start Challenge |
| 31 | 🎯 Delete a Git Stash | β˜…β˜†β˜† | Start Challenge |
| 32 | 🎯 Rebase onto Another Branch | β˜…β˜†β˜† | Start Challenge |
| 33 | 🎯 Perform an Interactive Rebase | β˜…β˜†β˜† | Start Challenge |
| 34 | 🎯 Add a Submodule | β˜…β˜†β˜† | Start Challenge |
| 35 | 🎯 Pulling All Submodules from Remote | β˜…β˜†β˜† | Start Challenge |
| 36 | 🎯 Clone Missing Submodules | β˜…β˜†β˜† | Start Challenge |
| 37 | 🎯 Delete a Submodule | β˜…β˜†β˜† | Start Challenge |
| 38 | 🎯 List All Git Aliases | β˜…β˜†β˜† | Start Challenge |
| 39 | 🎯 Optimize the Local 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)