I want to use subtree merges to pull a remote project into a directory in my own git tree. I followed the instructions here: using subtree merge
But I'm not sure how to checkout a tag. I imagine this is a common request - you want to pull in an external project but get a safe tagged version of the source. The subtree merge solution works great, but I'm not sure how to get the tag I want? Love git, but sometimes it hurts my head....