[OPEN-ILS-DEV] Checking out a specific branch using Git
Thomas Berezansky
tsbere at mvlc.org
Wed Jul 20 12:46:10 EDT 2011
For the easiest, I think you can just
git checkout rel_2_0
If that doesn't work:
git checkout -b rel_2_0 origin/rel_2_0
Thomas Berezansky
Merrimack Valley Library Consortium
Quoting "Whalen, Liam" <Liam.Whalen at NRCan-RNCan.gc.ca>:
> I'm trying to figure out how to work with rel_2_0 in a git clone of the
> Evergreen-ILS repo. I'm not sure how to get rel_2_0 files. I've tried
> git tag -l. But that doesn't return anything, and I've played around
> with git show, but I can't get it to work either.
>
> What is the command to check out the rel_2_0 version of the git repo?
>
> Thanks for the help,
>
> Liam
>
> NRCan Library
>
More information about the Open-ils-dev
mailing list