-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 1.5.8
-
Component/s: None
-
None
When a branch has the same name as a tag, it errors when pushing to origin
. Steps to reproduce:
- Add a Git repository.
- Push to a remote.
- Create a branch (eg. stsp-420).
- Create a tag on master with the same name (eg. stsp-420).
- Push the created tag to the remote.
- Change to the created branch.
- Make a change and commit on the branch.
- Push the new commit from the branch.