Skip to content

Commit b048263

Browse files
committed
Update README.md
1 parent b801bea commit b048263

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@ This course contains lots of challenges for Git, each challenge is a small Git p
1515

1616
## Exercises
1717

18-
| Index | Name | Difficulty | Practice |
19-
|---------|-------------------------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------|
20-
| 01 | 🎯 Initialize Git Project | Beginner | <a target='_blank' href='https://labex.io/tutorials/git-initialize-git-project-385166'>Start Challenge</a> |
21-
| 02 | 🎯 🆓 Add a Submodule | Beginner | <a target='_blank' href='https://labex.io/labs/add-a-submodule-12611'>Start Challenge</a> |
22-
| 03 | 🎯 🆓 Clone Missing Submodules | Beginner | <a target='_blank' href='https://labex.io/labs/clone-missing-submodules-12620'>Start Challenge</a> |
23-
| 04 | 🎯 🆓 Disable Fast Forward Merging | Beginner | <a target='_blank' href='https://labex.io/labs/disable-fast-forward-merging-12642'>Start Challenge</a> |
24-
| 05 | 🎯 🆓 Edit Git Configuration File | Beginner | <a target='_blank' href='https://labex.io/labs/edit-git-configuration-file-12645'>Start Challenge</a> |
25-
| 06 | 🎯 🆓 Get the Current Branch Name | Beginner | <a target='_blank' href='https://labex.io/labs/get-the-current-branch-name-12633'>Start Challenge</a> |
26-
| 07 | 🎯 🆓 Merge a Branch | Beginner | <a target='_blank' href='https://labex.io/labs/merge-a-branch-12655'>Start Challenge</a> |
27-
| 08 | 🎯 🆓 Set Default Push Branch Name | Beginner | <a target='_blank' href='https://labex.io/labs/set-default-push-branch-name-12672'>Start Challenge</a> |
28-
| 09 | 🎯 🆓 View Changes Between Commits | Beginner | <a target='_blank' href='https://labex.io/labs/view-changes-between-commits-12684'>Start Challenge</a> |
29-
| 10 | 🎯 🆓 View Undo History | Beginner | <a target='_blank' href='https://labex.io/labs/view-undo-history-12696'>Start Challenge</a> |
30-
| 11 | 🎯 Cancel File Change | Beginner | <a target='_blank' href='https://labex.io/labs/git-cancel-file-change-387714'>Start Challenge</a> |
31-
| 12 | 🎯 🆓 Add Files to the Staging Area | Beginner | <a target='_blank' href='https://labex.io/labs/add-files-to-the-staging-area-12675'>Start Challenge</a> |
32-
| 13 | 🎯 Autocorrect Git Commands | Beginner | <a target='_blank' href='https://labex.io/labs/autocorrect-git-commands-12614'>Start Challenge</a> |
33-
| 14 | 🎯 🆓 Clone the First Trending Repository | Beginner | <a target='_blank' href='https://labex.io/labs/clone-the-first-trending-repository-12621'>Start Challenge</a> |
34-
| 15 | 🎯 🆓 Configure the git text editor | Beginner | <a target='_blank' href='https://labex.io/labs/configure-the-git-text-editor-12673'>Start Challenge</a> |
35-
| 16 | 🎯 🆓 View Current Status | Beginner | <a target='_blank' href='https://labex.io/labs/view-current-status-12695'>Start Challenge</a> |
36-
| 17 | 🎯 🆓 View a Visual Graph of the Repository | Beginner | <a target='_blank' href='https://labex.io/labs/view-a-visual-graph-of-the-repository-12685'>Start Challenge</a> |
37-
| 18 | 🎯 🆓 Git Configuration with GitHub | Beginner | <a target='_blank' href='https://labex.io/labs/git-git-configuration-with-github-23'>Start Challenge</a> |
38-
| 19 | 🎯 Git Fundamentals: Add, Commit, Status, Diff | Beginner | <a target='_blank' href='https://labex.io/labs/shell-git-fundamentals-add-commit-status-diff-387715'>Start Challenge</a> |
39-
| 20 | 🎯 🆓 Create Your First Git Repository | Beginner | <a target='_blank' href='https://labex.io/labs/create-your-first-git-repository-12632'>Start Challenge</a> |
18+
| Index | Name | Difficulty | Practice |
19+
|---------|-------------------------------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
20+
| 01 | 🎯 Initialize Git Project | Beginner | <a target='_blank' href='https://labex.io/labs/git-initialize-git-project-385166?course=git-practice-challenges'>Start Challenge</a> |
21+
| 02 | 🎯 🆓 Add a Submodule | Beginner | <a target='_blank' href='https://labex.io/labs/add-a-submodule-12611?course=git-practice-challenges'>Start Challenge</a> |
22+
| 03 | 🎯 🆓 Clone Missing Submodules | Beginner | <a target='_blank' href='https://labex.io/labs/clone-missing-submodules-12620?course=git-practice-challenges'>Start Challenge</a> |
23+
| 04 | 🎯 🆓 Disable Fast Forward Merging | Beginner | <a target='_blank' href='https://labex.io/labs/disable-fast-forward-merging-12642?course=git-practice-challenges'>Start Challenge</a> |
24+
| 05 | 🎯 🆓 Edit Git Configuration File | Beginner | <a target='_blank' href='https://labex.io/labs/edit-git-configuration-file-12645?course=git-practice-challenges'>Start Challenge</a> |
25+
| 06 | 🎯 🆓 Get the Current Branch Name | Beginner | <a target='_blank' href='https://labex.io/labs/get-the-current-branch-name-12633?course=git-practice-challenges'>Start Challenge</a> |
26+
| 07 | 🎯 🆓 Merge a Branch | Beginner | <a target='_blank' href='https://labex.io/labs/merge-a-branch-12655?course=git-practice-challenges'>Start Challenge</a> |
27+
| 08 | 🎯 🆓 Set Default Push Branch Name | Beginner | <a target='_blank' href='https://labex.io/labs/set-default-push-branch-name-12672?course=git-practice-challenges'>Start Challenge</a> |
28+
| 09 | 🎯 🆓 View Changes Between Commits | Beginner | <a target='_blank' href='https://labex.io/labs/view-changes-between-commits-12684?course=git-practice-challenges'>Start Challenge</a> |
29+
| 10 | 🎯 🆓 View Undo History | Beginner | <a target='_blank' href='https://labex.io/labs/view-undo-history-12696?course=git-practice-challenges'>Start Challenge</a> |
30+
| 11 | 🎯 Cancel File Change | Beginner | <a target='_blank' href='https://labex.io/labs/git-cancel-file-change-387714?course=git-practice-challenges'>Start Challenge</a> |
31+
| 12 | 🎯 🆓 Add Files to the Staging Area | Beginner | <a target='_blank' href='https://labex.io/labs/add-files-to-the-staging-area-12675?course=git-practice-challenges'>Start Challenge</a> |
32+
| 13 | 🎯 Autocorrect Git Commands | Beginner | <a target='_blank' href='https://labex.io/labs/autocorrect-git-commands-12614?course=git-practice-challenges'>Start Challenge</a> |
33+
| 14 | 🎯 🆓 Clone the First Trending Repository | Beginner | <a target='_blank' href='https://labex.io/labs/clone-the-first-trending-repository-12621?course=git-practice-challenges'>Start Challenge</a> |
34+
| 15 | 🎯 🆓 Configure the git text editor | Beginner | <a target='_blank' href='https://labex.io/labs/configure-the-git-text-editor-12673?course=git-practice-challenges'>Start Challenge</a> |
35+
| 16 | 🎯 🆓 View Current Status | Beginner | <a target='_blank' href='https://labex.io/labs/view-current-status-12695?course=git-practice-challenges'>Start Challenge</a> |
36+
| 17 | 🎯 🆓 View a Visual Graph of the Repository | Beginner | <a target='_blank' href='https://labex.io/labs/view-a-visual-graph-of-the-repository-12685?course=git-practice-challenges'>Start Challenge</a> |
37+
| 18 | 🎯 🆓 Git Configuration with GitHub | Beginner | <a target='_blank' href='https://labex.io/labs/git-git-configuration-with-github-23?course=git-practice-challenges'>Start Challenge</a> |
38+
| 19 | 🎯 Git Fundamentals: Add, Commit, Status, Diff | Beginner | <a target='_blank' href='https://labex.io/labs/shell-git-fundamentals-add-commit-status-diff-387715?course=git-practice-challenges'>Start Challenge</a> |
39+
| 20 | 🎯 🆓 Create Your First Git Repository | Beginner | <a target='_blank' href='https://labex.io/labs/create-your-first-git-repository-12632?course=git-practice-challenges'>Start Challenge</a> |
4040

4141
## About LabEx
4242

43-
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. With a strict 'Learn by Doing' approach, interactive online environments in the browser with automated step-by-step checks, structured content organization through the Skill Tree learning system, and a growing resource of 30 Skill Trees and over 6,000 Labs, LabEx offers comprehensive practical education. The platform includes Labby, an AI learning assistant built on latest AI models, providing a conversational learning experience.
43+
[LabEx](https://labex.io) 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. With a strict 'Learn by Doing' approach, interactive online environments in the browser with automated step-by-step checks, structured content organization through the [Skill Tree](https://labex.io/learn) learning system, and a growing resource of 30 Skill Trees and over 6,000 Labs, [LabEx](https://labex.io) offers comprehensive practical education. The platform includes Labby, an AI learning assistant built on latest AI models, providing a conversational learning experience.
4444

4545
## More
4646

0 commit comments

Comments
 (0)