I have a Git repository that I want to remove all previous commits from.
Cause I tested to commit junk files, now I want to “start over” with the repository.
Is this possible?
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.
Just delete the .git directory and ‘git init’ again to begin anew.
If you had done any configuration in the repo, you can always make a backup of the .git/config before removing the .git.