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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.