Difference between revisions of "User:Praveer-mathur-9f3d@uni-bonn.de/version-control-with-git"

From HPC Wiki
Jump to navigation Jump to search
(Created page with "Test Edit")
 
Line 1: Line 1:
Test Edit
+
=== Short Quiz: The Idea Behind Git === <!--T:5-->
 +
 
 +
{{hidden begin
 +
|title = Where is the git repository information located?
 +
}}
 +
<quiz display=simple>
 +
{
 +
|type="()"}
 +
+ Directory at repository top level
 +
|| Explanation: Correct
 +
- Directory inside every directory in the repository
 +
|| Explanation: Wrong
 +
- Directory in your home directory
 +
|| Explanation: Wrong
 +
</quiz>
 +
{{hidden end}}

Revision as of 15:21, 24 March 2026

Short Quiz: The Idea Behind Git

Where is the git repository information located?

Directory at repository top level
Directory inside every directory in the repository
Directory in your home directory