I did:
git clone git://github.com/xyz/xyz.git
git tag -l
release-1.0.0
release-1.0.1
release-1.0.2
git checkout release-1.0.2
git checkout -b xyzfilter
and now I think that I have a new branch, called xyzfilter
, based on the tag 'release-1.0.2
'.
Did I do this correctly ?