I created a branch on the release-1.0
server
This is how it looks
aleksey@aleksey:~/Downloads/NTZ/FittingRoom$ git branch -a * develop release-1.0 remotes/origin/HEAD -> origin/master remotes/origin/develop remotes/origin/master remotes/origin/release-1.0
Now I did merge with the master and I want to remove it, I write such a command
$ git branch -d origin/release-1.0
and it shows me that there is no such branch ...
And what is more interesting is that when I made the release of the remote branch and the master branch deleted, everything went well and I also hung the tag
on it ...
Then he switched from branch to branch and went back to the remote master, but there is no this last merge ... Strange ...
origin/
,git branch -d release-1.0
- stackanon