git.rst
changeset 1089 2c23dfe7517e
parent 1076 9b2eb3c96d84
child 1334 9bf0d5a1f0cf
--- a/git.rst	Mon Nov 14 23:47:37 2011 +0200
+++ b/git.rst	Mon Nov 14 23:49:32 2011 +0200
@@ -187,6 +187,12 @@
   $ git remote add origin https://$USER:$PASS@$HOST/$REPO
   $ git push -u origin master
 
+Find most recent tag for revision.
+==================================
+::
+
+  $ git describe $REV
+
 Using git to work with SVN offline.
 ===================================