User:Praveer-mathur-9f3d@uni-bonn.de/version-control-with-git

From HPC Wiki
Jump to navigation Jump to search

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

Where are the actual files you edit?

Working tree
Index
Repository

What is the staging area for the next commit called?

Working tree
Index
Repository

Where is the history of commits?

Working tree
Index
Repository