> 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 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.
