So
- I created a repository in gitlab
- Pushed some changes to the master branch
- Created many other branches and pushed changes to each of them too
Now I want to go back to the step 1 using command line, so basically an empty and initial repository that I had at step one, right after the repository creation with no history, nothing
Any way to do it in command line?
I tried many ways but not got succeed. Checked few stackoverflow posts too like this one but didn't work for my case