We are using a git repository to store our project. We have our branches departing from the original branch. But now we want to create a small new project to track some docu
If your git version does not have the --orphan option, this method should be used:
git symbolic-ref HEAD refs/heads/ rm .git/index git clean -fdx
After doing some work:
git add -A git commit -m git push origin