How can I reset a remote and local Git repository to remove all commits?
I would like to start fresh with the current Head as the initial commit.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Completely reset?
Delete the
.gitdirectory locally.Recreate the git repostory:
Push to remote server, overwriting. Remember you’re going to mess everyone else up doing this … you better be the only client.