Activity Forums Salesforce® Discussions What is ‘bare repository’ in Git?

  • chanchal kumar

    Member
    August 10, 2018 at 6:16 am

    hello Prachi,

    A “bare” repository in Git just contains the version control information and no working files (no tree) and it doesn’t contain the special .git sub-directory. Instead, it contains all the contents of the .git sub-directory directly in the main directory itself, where as working directory consist of:

    A .git subdirectory with all the Git related revision history of your repo.
    A working tree, or checked out copies of your project files.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos