-
Bug
-
Resolution: Fixed
-
Low
-
1.5.8
-
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.