We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d4eb7 commit 043d760Copy full SHA for 043d760
Documentation/git.txt
@@ -231,6 +231,12 @@ Identifier Terminology
231
operate on a <tree> object but automatically dereferences
232
<commit> and <tag> objects that point at a <tree>.
233
234
+<commit-ish>::
235
+ Indicates a commit or tag object name. A
236
+ command that takes a <commit-ish> argument ultimately wants to
237
+ operate on a <commit> object but automatically dereferences
238
+ <tag> objects that point at a <commit>.
239
+
240
<type>::
241
Indicates that an object type is required.
242
Currently one of: `blob`, `tree`, `commit`, or `tag`.
0 commit comments