author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 21 Apr 2015 01:15:32 +0300 | |
changeset 1714 | eed8cfffa44e |
parent 1713 | f948320f5bf3 |
child 1716 | ee2b194456b8 |
--- a/git.rst Sun Apr 19 18:39:09 2015 +0300 +++ b/git.rst Tue Apr 21 01:15:32 2015 +0300 @@ -217,6 +217,19 @@ $ git describe $REV +List tags with dates. +===================== +:: + + $ git log --tags --simplify-by-decoration --pretty="format:%ci %d" + +Update to date. +=============== +:: + + $ git checkout 'master@{1979-02-26}' + $ git checkout 'master@{1979-02-26 18:30:00}' + Using git to work with SVN offline. ===================================