Refactored merge options into separate merge-options.txt.
[git.git] / Documentation / fetch-options.txt
1 -a, \--append::
2         Append ref names and object names of fetched refs to the
3         existing contents of `.git/FETCH_HEAD`.  Without this
4         option old data in `.git/FETCH_HEAD` will be overwritten.
5
6 -f, \--force::
7
8 -t, \--tags::
9
10 -u, \--update-head-ok::
11         By default `git-fetch` refuses to update the head which
12         corresponds to the current branch.  This flag disables the
13         check.  Note that fetching into the current branch will not
14         update the index and working directory, so use it with care.