Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fetch-options.txt « Documentation - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12d12b27e8ceb64772d41b1074e65495401f5cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-a, \--append::
	Append ref names and object names of fetched refs to the
	existing contents of `.git/FETCH_HEAD`.  Without this
	option old data in `.git/FETCH_HEAD` will be overwritten.

-f, \--force::

-t, \--tags::

-u, \--update-head-ok::
	By default `git-fetch` refuses to update the head which
	corresponds to the current branch.  This flag disables the
	check.  Note that fetching into the current branch will not
	update the index and working directory, so use it with care.