83795/error-branch-origin-master-not-found
Hi Guys,
I am trying to delete a Git branch locally and remotely. But I am getting the below error.
$ git branch -d origin/master error: branch 'origin/master' not found.
Hi@akhtar,
It seems your branch is not synced with the remote GitHub account. That is why you are getting the above error. You can the below commands to avoid this error.
$ git push -d <remote_name> <branch_name> $ git branch -d <branch_name>
For this to work, you need to ...READ MORE
The error is due to the fact ...READ MORE
Hi@akhtar, The most probable reason for this error ...READ MORE
Hi@MD, You can try the git fetch command ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, If you already have a .git/ folder ...READ MORE
Hi@akhtar, When you create one new branch in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.