[TYPO3-v4] How to get specific releases ('tags') from git?
Xavier Perseguers
xavier.perseguers at typo3.org
Sun Mar 20 23:47:59 CET 2011
Hi Jigal,
> When I wanted to look at the situation of a specific version I dug into
> the 'bugs' folder of my local SVN copy and found all the files like they
> were included in a certain release.
>
> How do I do that with Git? I only know how to get a branch, but that is
> the current development version of that branch...
$ git tag -l
shows you the list of available tags. After cloning, issuing
$ git checkout <tag_name>
should let you... well... get a tag.
HTH
--
Xavier Perseguers
Release Manager TYPO3 4.6
TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
More information about the TYPO3-project-v4
mailing list