Skip to content

Commit 75f492a

Browse files
Štěpán Němecgitster
authored andcommitted
Fix typos in git-remote.txt and git-symbolic-ref.txt
Signed-off-by: Štěpán Němec <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 39836a2 commit 75f492a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/git-remote.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ These stale branches have already been removed from the remote repository
114114
referenced 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
118118
actually prune them.
119119

120120
'update'::
121121

122122
Fetch updates for a named set of remotes in the repository as defined by
123123
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
125125
remotes.default is not defined, all remotes which do not have the
126126
configuration parameter remote.<name>.skipDefaultUpdate set to true will
127127
be updated. (See linkgit:git-config[1]).

Documentation/git-symbolic-ref.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ DESCRIPTION
1414
Given one argument, reads which branch head the given symbolic
1515
ref refers to and outputs its path, relative to the `.git/`
1616
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.
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
2020
point at the given branch <ref>.
2121

2222
A symbolic ref is a regular file that stores a string that

0 commit comments

Comments
 (0)