'\" t
.\" Title: git-stash
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot
.\" Date: 2026-06-29
.\" Manual: Git Manual
.\" Source: Git 2.55.0
.\" Language: English
.\"
.TH "GIT\-STASH" "1" "2026\-06\-29" "Git 2\&.55\&.0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
git-stash \- Stash the changes in a dirty working directory away
.SH "SYNOPSIS"
.sp
.nf
\fBgit\fR \fBstash\fR \fBlist\fR [\fI\fR]
\fBgit\fR \fBstash\fR \fBshow\fR [\fB\-u\fR | \fB\-\-include\-untracked\fR | \fB\-\-only\-untracked\fR] [\fI\fR] [\fI\fR]
\fBgit\fR \fBstash\fR \fBdrop\fR [\fB\-q\fR | \fB\-\-quiet\fR] [\fI\fR]
\fBgit\fR \fBstash\fR \fBpop\fR [\fB\-\-index\fR] [\fB\-q\fR | \fB\-\-quiet\fR] [\fI\fR]
\fBgit\fR \fBstash\fR \fBapply\fR [\fB\-\-index\fR] [\fB\-q\fR | \fB\-\-quiet\fR] [\fB\-\-label\-ours=\fR\fI