94639/how-to-delete-a-git-branch-remotely
Hi Team,
I have some remote branch in Git. I want to delete the branch. How can I do that?
Hi@akhtar,
You can delete the branch locally or remotely. In most cases, the remote name is the origin. In such a case you'll have to use the command given below.
$ git push -d origin <branch_name>
Seems like you want to rebase your ...READ MORE
Deleting a remote branch: git push origin --delete ...READ MORE
Hi@MD, It is very simple to delete a ...READ MORE
Hi@akhtar, You need to specify the branch name ...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, You can use the git checkout command ...READ MORE
Hi@akhtar, If you want to move your commits ...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.