File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,14 +114,14 @@ These stale branches have already been removed from the remote repository
114114referenced by <name>, but are still locally available in
115115"remotes/<name>".
116116+
117- With `--dry-run` option, report what branches will be pruned, but do no
117+ With `--dry-run` option, report what branches will be pruned, but do not
118118actually prune them.
119119
120120'update'::
121121
122122Fetch updates for a named set of remotes in the repository as defined by
123123remotes.<group>. If a named group is not specified on the command line,
124- the configuration parameter remotes.default will get used; if
124+ the configuration parameter remotes.default will be used; if
125125remotes.default is not defined, all remotes which do not have the
126126configuration parameter remote.<name>.skipDefaultUpdate set to true will
127127be updated. (See linkgit:git-config[1]).
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ DESCRIPTION
1414Given one argument, reads which branch head the given symbolic
1515ref refers to and outputs its path, relative to the `.git/`
1616directory. Typically you would give `HEAD` as the <name>
17- argument to see on which branch your working tree is on.
17+ argument to see which branch your working tree is on.
1818
19- Give two arguments, create or update a symbolic ref <name> to
19+ Given two arguments, creates or updates a symbolic ref <name> to
2020point at the given branch <ref>.
2121
2222A symbolic ref is a regular file that stores a string that
You can’t perform that action at this time.
0 commit comments