Ilari Liusvaara wrote:
On Fri, Jul 30, 2010 at 10:14:40PM -0700, Walter Bright wrote:
A final question: where does the repository actually go (so I can
back it up)? This is a local thing, I'm not trying to set up a
networked or remote repository, so it'll be the default location.
.git directory in root of working copy. One way to backup is just
to do recursive backup of entiere working copy[1].
[1] But upon restore, the working copy cache will be wrong
Why? Is it someplace else?
and needs to be rebuilt (git update-index --refresh).
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html