summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 39836a2)
raw | patch | inline | side by side (parent: 39836a2)
author | Štěpán Němec <stepan.nemec@gmail.com> | |
Tue, 11 Aug 2009 00:52:07 +0000 (02:52 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 11 Aug 2009 02:05:00 +0000 (19:05 -0700) |
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt | patch | blob | history | |
Documentation/git-symbolic-ref.txt | patch | blob | history |
index 9e2b4eaa385db66ffe0c547f0452d29e9e3dc484..82a3d296736e515d4f99732e31369c8cdccc2cfd 100644 (file)
referenced by <name>, but are still locally available in
"remotes/<name>".
+
-With `--dry-run` option, report what branches will be pruned, but do no
+With `--dry-run` option, report what branches will be pruned, but do not
actually prune them.
'update'::
Fetch updates for a named set of remotes in the repository as defined by
remotes.<group>. If a named group is not specified on the command line,
-the configuration parameter remotes.default will get used; if
+the configuration parameter remotes.default will be used; if
remotes.default is not defined, all remotes which do not have the
configuration parameter remote.<name>.skipDefaultUpdate set to true will
be updated. (See linkgit:git-config[1]).
index 210fde03a12cd757769f81754e789a2a5934f02c..63925388073b17c3087d32813979513580adfa2a 100644 (file)
Given one argument, reads which branch head the given symbolic
ref refers to and outputs its path, relative to the `.git/`
directory. Typically you would give `HEAD` as the <name>
-argument to see on which branch your working tree is on.
+argument to see which branch your working tree is on.
-Give two arguments, create or update a symbolic ref <name> to
+Given two arguments, creates or updates a symbolic ref <name> to
point at the given branch <ref>.
A symbolic ref is a regular file that stores a string that