I have a problem during merging two branches.
Consider the following git history structure:
A---B---C feature
/(1) /(2)
D---E---F---G master
And I need to merge ‘feature’ branch in point (1) and (2).
(1) merged without any problems, but the second one shows
warning: refname 'feature' is ambiguous
Already up-to-date.
Could you help me, please? Thanks.
Solved. The problem was in tag with name ‘feature’ 🙂
You have to be on master to issue
git merge feature.