diff -r b3827a5ac4c3 -r 2ded7f1cf6c0 git.rst --- 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' ===========================