Skip to content

Commit 8ceb2af

Browse files
Add a link to a 250 question quiz on Git
This quiz tests your knowledge on topics such as basic Git commands, branching strategies, merging, conflict resolution, remote repositories, patches, submodules, work trees, subtrees, LFS, configuration, and collaborative development best practices.
1 parent badd72f commit 8ceb2af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/views/doc/_ext_tutorials.erb

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
A guided tour that walks through the fundamentals of Git.
1717
</p>
1818
</li>
19+
<li>
20+
<h4><a href="https://saravanansubramanian.com/git-quiz/">Git Comprehensive Quiz</a></h4>
21+
<p class='description'>
22+
A 250 question online quiz tests your knowledge on topics such as basic Git commands, branching strategies, merging, conflict resolution, remote repositories, patches, submodules, work trees, subtrees, LFS, configuration, and collaborative development best practices.
23+
</p>
24+
</li>
1925
</ul>
2026
</div>
2127
<div class='column-right'>

0 commit comments

Comments
 (0)