Skip to content

Commit 4ae2a3b

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: branch: fix inline-verbatim
7b39932 (doc: apply new format to git-branch man page, 2025-03-19) updated the formatting for this doc to, among other things, use backtick for some elements. In the process `è` was used by accident instead of backtick. Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d78e8e9 commit 4ae2a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.

0 commit comments

Comments
 (0)