On Friday, July 13, 2012, Angelo Borsotti <[email protected]> wrote: > in the work directory AND in the .git. At this point if I delete the files from the work directory, I take > the project to an inconsistent state (as reported by git status, which tells me that all files have been > removed). So, the "nornal" state of a released project is to have its files stored twice.
That's the "normal" state of a work directory in which no work has been done yet. The "normal" state of a released project would be a tarball, war file, or something else with no .git directory at all. -- -PJ Gehm's Corollary to Clark's Law: Any technology distinguishable from magic is insufficiently advanced. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
