File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ section of linkgit:git-add[1] to learn how to operate the `--patch` mode.
232
232
commit, your HEAD becomes "detached" and you are no longer on
233
233
any branch (see below for details).
234
234
+
235
- As a special case, the `"@{-N}"` syntax for the N-th last branch
236
- checks out the branch (instead of detaching). You may also specify
235
+ As a special case, the `"@{-N}"` syntax for the N-th last branch/commit
236
+ checks out branches (instead of detaching). You may also specify
237
237
`-` which is synonymous with `"@{-1}"`.
238
238
+
239
239
As a further special case, you may use `"A...B"` as a shortcut for the
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ some output processing may assume ref names in UTF-8.
88
88
branch 'blabla' then '@\{1\}' means the same as 'blabla@\{1\}'.
89
89
90
90
'@\{-<n>\}', e.g. '@\{-1\}'::
91
- The construct '@\{-<n>\}' means the <n>th branch checked out
91
+ The construct '@\{-<n>\}' means the <n>th branch/commit checked out
92
92
before the current one.
93
93
94
94
'<branchname>@\{upstream\}', e.g. 'master@\{upstream\}', '@\{u\}'::
You can’t perform that action at this time.
0 commit comments