]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-branch.txt
Merge branch 'tf/diff-whitespace-incomplete-line'
[git.git] / Documentation / git-branch.txt
index ae201deb7af44c61e793ab408e916c5b6520800d..aad71dc59a7c385be4f24ee9b981cd998fdd186f 100644 (file)
@@ -76,6 +76,7 @@ OPTIONS
        based sha1 expressions such as "<branchname>@\{yesterday}".
 
 -f::
+--force::
        Reset <branchname> to <startpoint> if <branchname> exists
        already. Without `-f` 'git-branch' refuses to change an existing branch.
 
@@ -209,6 +210,12 @@ but different purposes:
 - `--no-merged` is used to find branches which are candidates for merging
   into HEAD, since those branches are not fully contained by HEAD.
 
+SEE ALSO
+--------
+linkgit:git-check-ref-format[1],
+linkgit:git-fetch[1],
+linkgit:git-remote[1].
+
 Author
 ------
 Written by Linus Torvalds <torvalds@osdl.org> and Junio C Hamano <gitster@pobox.com>