Git checkout: Difference between revisions
Jump to navigation
Jump to search
(→A) |
|||
Line 6: | Line 6: | ||
=Checkout a Tag into a Detached HEAD= | =Checkout a Tag into a Detached HEAD= | ||
git checkout RESTEASY_JAXRS_2_3_2_FINAL | |||
To reposition the local repository on the head of the master branch: | |||
git checkout master |
Revision as of 17:05, 18 December 2017
Internal
Overview
Checkout a Tag into a Detached HEAD
git checkout RESTEASY_JAXRS_2_3_2_FINAL
To reposition the local repository on the head of the master branch:
git checkout master