Glossary GitHub / Term
A plain .git
file, which is always at the root of a working tree and points to the Git directory, which has the entire Git repository and its meta data. You can view this file for your repository on the command line with git rev-parse --git-dir
. that is the real repository.
Permanent link gitfile - Creation date 2023-08-02