Skip to content

Commit acfcd7c

Browse files
committed
Merge branch 'kh/docfixes'
Docfixes. * kh/docfixes: doc: branch: fix inline-verbatim doc: reflog: fix `drop` subheading
2 parents 1551145 + 4ae2a3b commit acfcd7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-branch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ $ git branch -D test <2>
373373
------------
374374
+
375375
<1> Delete the remote-tracking branches "todo", "html" and "man". The next
376-
`git fetch` or `git pullè will create them again unless you configure them not to.
376+
`git fetch` or `git pull` will create them again unless you configure them not to.
377377
See linkgit:git-fetch[1].
378378
<2> Delete the "test" branch even if the "master" branch (or whichever branch
379379
is currently checked out) does not have all commits from the test branch.

Documentation/git-reflog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Options for `delete`
138138
used with `expire`.
139139

140140
Options for `drop`
141-
~~~~~~~~~~~~~~~~~~~~
141+
~~~~~~~~~~~~~~~~~~
142142

143143
--all::
144144
Drop the reflogs of all references from all worktrees.

0 commit comments

Comments
 (0)