The git branch -a
command gives me following output:
master
stable
remotes/origin/master
remotes/origin/restoring_entered_information_from_post
remotes/origin/stable
but there is no such a branch restoring_entered_information_from_post
on Github, I have never created it locally, and on attempt to delete it with git push origin :restoring_entered_information_from_post
it responds:
error: unable to push to unqualified destination: restoring_entered_information_from_post
The destination refspec neither matches an existing ref on the remote nor
begins with refs/, and we are unable to guess a prefix based on the source ref.
error: failed to push some refs to 'git@github.com:MyCompany/mywebsite.git'