changeset 1641 | 04e215a475e0 |
parent 1334 | 9bf0d5a1f0cf |
child 1650 | a48c3c61d0f9 |
--- 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. ================================== ::