Closed GreenKn1ght closed 8 years ago
It looks like it is not handling spaces in branch names correctly
How did you create the branch?
Please try this: switch to the branch and then execute 'git symbolic-ref -q --short HEAD', what is the output?
$ git symbolic-ref -q --short HEAD
feature/WMS-712
It's correct name. I do not remember exactly how I created the branch, but it was either TGit or SourceTree with GitFlow.
Found it, will be fixed in the next version
Thank you!
So, in my case submodule changed without creating new branch and now with head on devel. Expected simple behaviour: TGit just merge main repo without submodules. Expected extended behaviour: TGit gives me a choose a submodules to merge or only if my submodule head on feature/.., shows me error (or choice) ("Your submodule stand on feature branch, pls merge it").