diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-12-28 17:36:16 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-28 17:36:16 +0900 |
| commit | cb7c6f441e58e5d6ea25c41db0ce3331a11ecf14 (patch) | |
| tree | cc9e9fe9cbf2be4d5bed3e211d2e0c827958d18d /Documentation/git-worktree.adoc | |
| parent | 86862bf287a09bba5243eb8a87878ec0d77aac7f (diff) | |
| parent | 8ee262985a1197970cc8938a2fb5c70817d213ab (diff) | |
| download | git-cb7c6f441e58e5d6ea25c41db0ce3331a11ecf14.tar.xz | |
Merge branch 'ja/doc-misc-fixes'
Various documentation fixes.
* ja/doc-misc-fixes:
doc: correct minor wording issues
doc: fix asciidoc markup issues in several files
Diffstat (limited to 'Documentation/git-worktree.adoc')
| -rw-r--r-- | Documentation/git-worktree.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-worktree.adoc b/Documentation/git-worktree.adoc index f272f79783..d74ad7b0e9 100644 --- a/Documentation/git-worktree.adoc +++ b/Documentation/git-worktree.adoc @@ -104,7 +104,7 @@ associated with a new unborn branch named _<branch>_ (after passed to the command. In the event the repository has a remote and `--guess-remote` is used, but no remote or local branches exist, then the command fails with a warning reminding the user to fetch from their remote -first (or override by using `-f/--force`). +first (or override by using `-f`/`--force`). `list`:: |
