Make git master HEAD point to current HEAD of branch
You can do this, if the remote repository accepts forced pushes: git push –force origin clean_start:master Note that if anyone else has the repository cloned, a push from them could potentially undo this. If you want to merge your local master branch and the remote master branch, but keep the file tree from your branch … Read more