diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-01-02 22:51:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-01-02 22:51:30 +0100 |
commit | 601b1571e8e61e7dc1473a6d5049261a9524f381 (patch) | |
tree | ae5d81d26e499b97c0c4b87b70ae7ea635d7884e /Documentation/git-checkout.txt | |
parent | Merge branch 'rj/status-bisect-while-rebase' (diff) | |
parent | orphan/unborn: fix use of 'orphan' in end-user facing messages (diff) | |
download | git-601b1571e8e61e7dc1473a6d5049261a9524f381.tar.xz git-601b1571e8e61e7dc1473a6d5049261a9524f381.zip |
Merge branch 'jc/orphan-unborn'
Doc updates to clarify what an "unborn branch" means.
* jc/orphan-unborn:
orphan/unborn: fix use of 'orphan' in end-user facing messages
orphan/unborn: add to the glossary and use them consistently
Diffstat (limited to 'Documentation/git-checkout.txt')
-rw-r--r-- | Documentation/git-checkout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 55a50b5b23..8bdfa54ab0 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -217,7 +217,7 @@ variable. below for details. --orphan <new-branch>:: - Create a new 'orphan' branch, named `<new-branch>`, started from + Create a new unborn branch, named `<new-branch>`, started from `<start-point>` and switch to it. The first commit made on this new branch will have no parents and it will be the root of a new history totally disconnected from all the other branches and |