Changes between Version 2 and Version 3 of GitTricks


Ignore:
Timestamp:
Sep 23, 2010 2:14:39 PM (14 years ago)
Author:
mikeryan
Comment:

fix headers to make TOC work

Legend:

Unmodified
Added
Removed
Modified
  • GitTricks

    v2 v3  
    11[[TOC]]
    22
    3 = History of an individual file =
     3== History of an individual file ==
    44Text mode
    55{{{
     
    1212}}}
    1313
    14 = Find revision by date =
     14== Find revision by date ==
    1515This is kind of obtuse, and I really recommend {{{ git log }}} or {{{ gitk }}}. If you insist:
    1616{{{
     
    1919This finds one revision (-n 1) before a certain date. You can use this with {{{ git checkout }}} (see below).
    2020
    21 = Check out old version of a file =
     21== Check out old version of a file ==
    2222Find the old revision by using {{{ git log }}} (see above).
    2323{{{