Tag: What Is A GIT Repository ?


  • GIT – What Is A GIT Repository ?

    GIT – What Is A GIT Repository ?

    What Is A GIT Repository ? Table Of Contents What Is Git Repository ? Types Of Git Repository ? (1) What Is A GIT Repository? A Git repository (repo) is a storage location where all the files, history, and version control information of a project are kept. It helps track changes, collaborate with others, and revert to previous versions when needed. (2) Types Of GIT Repository? There are two types of Git repository. Local Repository Remote Repository (3) Local GIT Repository. Store all the file history, branches and other settings in your local computer. A Git repository is the .git/ folder inside

    Read More