Changes between Version 2 and Version 3 of GitTricks
- Timestamp:
- Sep 23, 2010 2:14:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitTricks
v2 v3 1 1 [[TOC]] 2 2 3 = History of an individual file=3 == History of an individual file == 4 4 Text mode 5 5 {{{ … … 12 12 }}} 13 13 14 = Find revision by date=14 == Find revision by date == 15 15 This is kind of obtuse, and I really recommend {{{ git log }}} or {{{ gitk }}}. If you insist: 16 16 {{{ … … 19 19 This finds one revision (-n 1) before a certain date. You can use this with {{{ git checkout }}} (see below). 20 20 21 = Check out old version of a file=21 == Check out old version of a file == 22 22 Find the old revision by using {{{ git log }}} (see above). 23 23 {{{