Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 4
    the shortest, and the most worry relieving answer ever :) Commented Jan 12, 2010 at 5:43
  • 4
    I tried just saying "yep." but it won't let me post answers smaller than 15 characters :P A git repository is simply a folder(and it's sub folders) with a .git directory initialized with git init. you can move this folder anywhere and it will work with git. Commented Jan 12, 2010 at 5:47
  • I'm new to Git too, hence coming upon this question. Even though git bundle seems like a better option according to other answers here, if backing up files manually, surely only the .git folder needs to be backed up? Can the current state of any branch be reconstituted properly from just that folder's contents? Commented May 25, 2010 at 16:37