>> This special treatment influences or directly causes many of the
one thing you are missing 'mainline' in this git command is not saying
'everything that's in the 'main' published branch'. it's saying 'everything
reachable by the tag 'mainline'
so when you branched off for your feature development you could set a tag that
says 'branchpoint' and no matter what gets merged in mainline after that you can
always do branchpoint..featureA and find what you've done.
that being said, mainline..featureA is also extremely useful, it tells you what
development stuff you have done that have not yet been merged into mainline
David Lang
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html