git.rst
changeset 2171 2ded7f1cf6c0
parent 2153 e88e36e73ebc
child 2172 850d2d84e4c8
--- a/git.rst	Wed Aug 02 12:39:29 2017 +0300
+++ b/git.rst	Tue Aug 08 00:17:59 2017 +0300
@@ -177,6 +177,10 @@
 
    Edit ``fetch`` value to change defaults.
 
+Move branch pointer to arbitrary hash::
+
+  $ git branch -f $NAME $HASH
+
 git analog of 'hg incoming'
 ===========================