I have created a remote branch, that I now want to delete because it is merged back into our integration branch. I do a
git push origin :name_of_branch
to delete the remote branch.
However, unfortunately I was mistaken and one of the other developers actually has local commits originating on that branch. How do I disturb his work, is his changes now in danger when he pulls?
Thanks