git.rst
changeset 1714 eed8cfffa44e
parent 1651 c77807176b36
child 1771 b2d4be61da16
equal deleted inserted replaced
1713:f948320f5bf3 1714:eed8cfffa44e
   214 Find most recent tag for revision.
   214 Find most recent tag for revision.
   215 ==================================
   215 ==================================
   216 ::
   216 ::
   217 
   217 
   218   $ git describe $REV
   218   $ git describe $REV
       
   219 
       
   220 List tags with dates.
       
   221 =====================
       
   222 ::
       
   223 
       
   224   $ git log --tags --simplify-by-decoration --pretty="format:%ci %d"
       
   225 
       
   226 Update to date.
       
   227 ===============
       
   228 ::
       
   229 
       
   230   $ git checkout 'master@{1979-02-26}'
       
   231   $ git checkout 'master@{1979-02-26 18:30:00}'
   219 
   232 
   220 Using git to work with SVN offline.
   233 Using git to work with SVN offline.
   221 ===================================
   234 ===================================
   222 
   235 
   223 Prepare SVN and git utilities::
   236 Prepare SVN and git utilities::