Find most recent tag for revision.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 14 Nov 2011 23:49:32 +0200
changeset 1089 2c23dfe7517e
parent 1088 90fc62d6693e
child 1090 d362fd4a1995
Find most recent tag for revision.
git.rst
--- 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.
 ===================================