First I had a repository:
A---B---C
I pulled some changes from another repo:
A---B---C
\
--D---E---F
Then I grafted necessary changes from another branch:
A---B---C---E'--F'
\
--D---E---F
Now I have 2 default
branch heads. I want to continue working on the original.
What should I do with pulled head? Close it or leave it open? Are there any
problems with either option in the future?
I don't have any problem having the other branch there. I may or may not pull and graft more changes in the future.