• redlemace@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    If you don’t include .git/ in your backup you simply have no backup.

    The .git folder is the heart of a Git repository. It is the hidden directory that Git uses to store all the information necessary for managing your project’s version control history. This folder is where Git keeps track of all the changes made to your files, allowing you to revert to previous versions, collaborate with others, and maintain a complete history of your project.