Show heads in branch.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 07 Nov 2014 02:39:52 +0200
changeset 1641 04e215a475e0
parent 1640 07075b81fdfc
child 1642 ae7bc658a208
Show heads in branch.
git.rst
--- a/git.rst	Sun Nov 02 17:39:05 2014 +0200
+++ b/git.rst	Fri Nov 07 02:39:52 2014 +0200
@@ -26,11 +26,6 @@
     name = Oleksandr Gavenko
     mail = gavenkoa@gmail.com
 
-Windows.
---------
-
-No official support for Windows OS.
-
 Cygwin.
 -------
 
@@ -188,6 +183,12 @@
   $ git remote add origin https://$USER:$PASS@$HOST/$REPO
   $ git push -u origin master
 
+Show heads in branch.
+=====================
+::
+
+  $ git show-ref --heads -s
+
 Find most recent tag for revision.
 ==================================
 ::