• T
    fetch/push: fix usage strings · e3163c75
    Tay Ray Chuan 提交于
     - use "<options>" instead of just "options".
     - use "[<repository> [<refspec>...]]" to indicate that <repository> and
       <refspec> are optional, and that <refspec> cannot be specified
       without specifying <repository>.
    
    Note that when called without specifying <repository> (eg. "git fetch
    -f"), it is accurate to say that the "git fetch [<options>]
    [<repository> ...]" case takes precedence over "git fetch [<options>]
    <group>".
    Signed-off-by: NTay Ray Chuan <rctay89@gmail.com>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    e3163c75
git-fetch.txt 2.5 KB