Thanks all and back to my first question: regards the move whole repo directories, as Dale said I only need move the entire directory structure to the new place. but after move just want to confirm do I need to run init and commit again for each .git repositories?
Thanks Lingfei On Tue, Jun 25, 2013 at 2:36 PM, Dale R. Worley <[email protected]> wrote: > > From: lingfei ouyang <[email protected]> > > > > Just another quick question? Since after we move the git repo folders, > how > > I can check if the git is running correctly? > > Well, you could just run any Git command and see if it works. > > But one choice is to do "git fsck" with any arguments needed to make > it as comprehensive as possible. If that passes, your repository is > probably in correct shape. > > Dale > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Git for human beings" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/git-users/BzQnBYHqZFQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
