Hi I have created a newfeature branch from master branch in stash.
then modified file contents and attached tag v1.0 and v1.1.
now if I want to checkout the branch in another repo based on particular tags say v1.1 for this time being
can I do that using stash and sourcetree?????
Sure, SourceTree shows the list of tags available in the repo. This is shown below the list of branches. Just double click on a tag.
On command line, just do:
git checkout TAG
Of course replace TAG by the way you named your tag. That's it, not complicated at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.