We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b5d01 commit 90f64f1Copy full SHA for 90f64f1
Documentation/glossary-content.txt
@@ -570,6 +570,10 @@ The most notable example is `HEAD`.
570
is created by giving the `--depth` option to linkgit:git-clone[1], and
571
its history can be later deepened with linkgit:git-fetch[1].
572
573
+[[def_stash]]stash entry::
574
+ An <<def_object,object>> used to temporarily store the contents of a
575
+ <<def_dirty,dirty>> working directory and the index for future reuse.
576
+
577
[[def_submodule]]submodule::
578
A <<def_repository,repository>> that holds the history of a
579
separate project inside another repository (the latter of
0 commit comments