Ecosyste.ms: Awesome
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: 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...
- Host: GitHub
- URL: https://github.com/labex-labs/git-practice-challenges
- Owner: labex-labs
- Created: 2024-05-24T09:04:24.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-01T01:29:33.000Z (5 months ago)
- Last Synced: 2024-08-02T04:24:14.730Z (5 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
[![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)