Commit 6cfb9d4
committed
doc: git-checkout: deduplicate --detach explanation
From user feedback: several users say they don't understand the use case
for `--detach`. It's not easy to explain the use case for detached HEAD
state here.
Improve the situation by explaining how `git checkout --detach` is
different from `git checkout <branch>`, since `git checkout <branch>`
will be a familiar command to many readers.
Signed-off-by: Julia Evans <[email protected]>1 parent 75bd58f commit 6cfb9d4
1 file changed
+3
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
78 | 71 | | |
79 | 72 | | |
80 | 73 | | |
| |||
0 commit comments