File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ $ git branch -D test <2>
373
373
------------
374
374
+
375
375
<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.
377
377
See linkgit:git-fetch[1].
378
378
<2> Delete the "test" branch even if the "master" branch (or whichever branch
379
379
is currently checked out) does not have all commits from the test branch.
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Options for `delete`
138
138
used with `expire` .
139
139
140
140
Options for `drop`
141
- ~~~~~~~~~~~~~~~~~~~~
141
+ ~~~~~~~~~~~~~~~~~~
142
142
143
143
-- all::
144
144
Drop the reflogs of all references from all worktrees.
You can’t perform that action at this time.
0 commit comments