GitHub : Troubleshooting
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
On GitHub had the following error
There isn’t anything to compare.
master and feature/godsword are entirely different commit histories.
git checkout [BRANCH]
git branch master [BRANCH] -f
git checkout master
git push origin master -f -- Last command worked
Removing remote repository branch
[root@cmptest01-cc dns-new-one]# git push origin --delete feature/godsword
To https://github.com/8x8/testing-powerdns-ansible-SRJ.git
Comments
Post a Comment