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
114
114
referenced by <name>, but are still locally available in
115
115
"remotes/<name>".
116
116
+
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
118
118
actually prune them.
119
119
120
120
'update'::
121
121
122
122
Fetch updates for a named set of remotes in the repository as defined by
123
123
remotes.<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
125
125
remotes.default is not defined, all remotes which do not have the
126
126
configuration parameter remote.<name>.skipDefaultUpdate set to true will
127
127
be updated. (See linkgit:git-config[1]).
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ DESCRIPTION
14
14
Given one argument, reads which branch head the given symbolic
15
15
ref refers to and outputs its path, relative to the `.git/`
16
16
directory. 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.
18
18
19
- Give two arguments, create or update a symbolic ref <name> to
19
+ Given two arguments, creates or updates a symbolic ref <name> to
20
20
point at the given branch <ref>.
21
21
22
22
A symbolic ref is a regular file that stores a string that
You can’t perform that action at this time.
0 commit comments