1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
6 <meta name=
"generator" content=
"AsciiDoc 8.4.5" />
7 <title>git-stash(
1)
</title>
8 <style type=
"text/css">
10 p
, li
, dt
, dd
, div
, pre
, h1
, h2
, h3
, h4
, h5
, h6
{
12 border: 1px solid red;
17 margin: 1em 5% 1em 5%;
22 text-decoration: underline
;
42 h1
, h2
, h3
, h4
, h5
, h6
{
44 font-family: sans-serif
;
51 border-bottom: 2px solid silver
;
69 border: 1px solid silver
;
88 font-family: sans-serif
;
94 span#revnumber
, span#revdate
, span#revremark
{
95 font-family: sans-serif
;
99 font-family: sans-serif
;
101 border-top: 2px solid silver
;
107 padding-bottom: 0.5em;
111 padding-bottom: 0.5em;
116 margin-bottom: 1.5em;
118 div
.tableblock
, div
.imageblock
, div
.exampleblock
, div
.verseblock
,
119 div
.quoteblock
, div
.literalblock
, div
.listingblock
, div
.sidebarblock
,
120 div
.admonitionblock
{
122 margin-bottom: 1.5em;
124 div
.admonitionblock
{
126 margin-bottom: 2.5em;
129 div
.content
{ /* Block element content. */
133 /* Block element titles. */
134 div
.title
, caption
.title
{
136 font-family: sans-serif
;
140 margin-bottom: 0.5em;
146 td div
.title:first-child
{
149 div
.content div
.title:first-child
{
152 div
.content
+ div
.title
{
156 div
.sidebarblock
> div
.content
{
158 border: 1px solid silver
;
162 div
.listingblock
> div
.content
{
163 border: 1px solid silver
;
172 div
.quoteblock
> div
.attribution
{
181 div
.verseblock
> div
.content
{
184 div
.verseblock
> div
.attribution
{
188 /* DEPRECATED: Pre version 8.2.7 verse style literal block. */
189 div
.verseblock
+ div
.attribution
{
193 div
.admonitionblock
.icon
{
197 text-decoration: underline
;
199 padding-right: 0.5em;
201 div
.admonitionblock td
.content
{
203 border-left: 2px solid silver
;
206 div
.exampleblock
> div
.content
{
207 border-left: 2px solid silver
;
211 div
.imageblock div
.content
{ padding-left: 0; }
212 span
.image img
{ border-style: none
; }
213 a
.image:visited
{ color: white
; }
217 margin-bottom: 0.8em;
230 list-style-position: outside
;
233 list-style-type: decimal
;
236 list-style-type: lower-alpha
;
239 list-style-type: upper-alpha
;
242 list-style-type: lower-roman
;
245 list-style-type: upper-roman
;
248 div
.compact ul
, div
.compact ol
,
249 div
.compact p
, div
.compact p
,
250 div
.compact div
, div
.compact div
{
252 margin-bottom: 0.1em;
255 div
.tableblock
> table
{
256 border: 3px solid
#527bbd;
259 font-family: sans-serif
;
271 /* Because the table frame attribute is overriden by CSS in most browsers. */
272 div
.tableblock
> table
[frame
="void"] {
275 div
.tableblock
> table
[frame
="hsides"] {
276 border-left-style: none
;
277 border-right-style: none
;
279 div
.tableblock
> table
[frame
="vsides"] {
280 border-top-style: none
;
281 border-bottom-style: none
;
287 margin-bottom: 0.8em;
290 padding-bottom: 15px;
292 dt
.hdlist1
.strong
, td
.hdlist1
.strong
{
298 padding-right: 0.8em;
304 div
.hdlist
.compact tr
{
314 div#footer-badges
{ display: none
; }
319 font-family: sans-serif
;
323 margin-bottom: 0.1em;
326 div
.toclevel1
, div
.toclevel2
, div
.toclevel3
, div
.toclevel4
{
342 /* Overrides for manpage documents */
345 padding-bottom: 0.5em;
346 border-top: 2px solid silver
;
347 border-bottom: 2px solid silver
;
357 div#toc
{ display: none
; }
360 /* Workarounds for IE6's broken and incomplete CSS2. */
362 div
.sidebar-content
{
364 border: 1px solid silver
;
367 div
.sidebar-title
, div
.image-title
{
369 font-family: sans-serif
;
372 margin-bottom: 0.5em;
375 div
.listingblock div
.content
{
376 border: 1px solid silver
;
381 div
.quoteblock-attribution
{
386 div
.verseblock-content
{
389 div
.verseblock-attribution
{
394 div
.exampleblock-content
{
395 border-left: 2px solid silver
;
399 /* IE6 sets dynamically generated links as visited. */
400 div#toc
a:visited
{ color: blue
; }
406 git-stash(
1) Manual Page
409 <div class=
"sectionbody">
411 Stash the changes in a dirty working directory away
415 <h2 id=
"_synopsis">SYNOPSIS
</h2>
416 <div class=
"sectionbody">
417 <div class=
"verseblock">
418 <div class=
"verseblock-content"><em>git stash
</em> list [
<options
>]
419 <em>git stash
</em> show [
<stash
>]
420 <em>git stash
</em> drop [-q|--quiet] [
<stash
>]
421 <em>git stash
</em> ( pop | apply ) [--index] [-q|--quiet] [
<stash
>]
422 <em>git stash
</em> branch
<branchname
> [
<stash
>]
423 <em>git stash
</em> [save [--patch] [-k|--[no-]keep-index] [-q|--quiet]
424 [-u|--include-untracked] [-a|--all] [
<message
>]]
425 <em>git stash
</em> clear
426 <em>git stash
</em> create
</div>
427 <div class=
"verseblock-attribution">
430 <h2 id=
"_description">DESCRIPTION
</h2>
431 <div class=
"sectionbody">
432 <div class=
"paragraph"><p>Use
<tt>git stash
</tt> when you want to record the current state of the
433 working directory and the index, but want to go back to a clean
434 working directory. The command saves your local modifications away
435 and reverts the working directory to match the
<tt>HEAD
</tt> commit.
</p></div>
436 <div class=
"paragraph"><p>The modifications stashed away by this command can be listed with
437 <tt>git stash list
</tt>, inspected with
<tt>git stash show
</tt>, and restored
438 (potentially on top of a different commit) with
<tt>git stash apply
</tt>.
439 Calling
<tt>git stash
</tt> without any arguments is equivalent to
<tt>git stash save
</tt>.
440 A stash is by default listed as
"WIP on <em>branchname</em> …", but
441 you can give a more descriptive message on the command line when
442 you create one.
</p></div>
443 <div class=
"paragraph"><p>The latest stash you created is stored in
<tt>refs/stash
</tt>; older
444 stashes are found in the reflog of this reference and can be named using
445 the usual reflog syntax (e.g.
<tt>stash@{
0}
</tt> is the most recently
446 created stash,
<tt>stash@{
1}
</tt> is the one before it,
<tt>stash@{
2.hours.ago}
</tt>
447 is also possible).
</p></div>
449 <h2 id=
"_options">OPTIONS
</h2>
450 <div class=
"sectionbody">
451 <div class=
"dlist"><dl>
453 save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [
<message
>]
457 Save your local modifications to a new
<em>stash
</em>, and run
<tt>git reset
458 --hard
</tt> to revert them. The
<message
> part is optional and gives
459 the description along with the stashed state. For quickly making
460 a snapshot, you can omit
<em>both
</em> "save" and
<message
>, but giving
461 only
<message
> does not trigger this action to prevent a misspelled
462 subcommand from making an unwanted stash.
464 <div class=
"paragraph"><p>If the
<tt>--keep-index
</tt> option is used, all changes already added to the
465 index are left intact.
</p></div>
466 <div class=
"paragraph"><p>If the
<tt>--include-untracked
</tt> option is used, all untracked files are also
467 stashed and then cleaned up with
<tt>git clean
</tt>, leaving the working directory
468 in a very clean state. If the
<tt>--all
</tt> option is used instead then the
469 ignored files are stashed and cleaned in addition to the untracked files.
</p></div>
470 <div class=
"paragraph"><p>With
<tt>--patch
</tt>, you can interactively select hunks from the diff
471 between HEAD and the working tree to be stashed. The stash entry is
472 constructed such that its index state is the same as the index state
473 of your repository, and its worktree contains only the changes you
474 selected interactively. The selected changes are then rolled back
475 from your worktree. See the
“Interactive Mode
” section of
476 <a href=
"git-add.html">git-add(
1)
</a> to learn how to operate the
<tt>--patch
</tt> mode.
</p></div>
477 <div class=
"paragraph"><p>The
<tt>--patch
</tt> option implies
<tt>--keep-index
</tt>. You can use
478 <tt>--no-keep-index
</tt> to override this.
</p></div>
481 list [
<options
>]
485 List the stashes that you currently have. Each
<em>stash
</em> is listed
486 with its name (e.g.
<tt>stash@{
0}
</tt> is the latest stash,
<tt>stash@{
1}
</tt> is
487 the one before, etc.), the name of the branch that was current when the
488 stash was made, and a short description of the commit the stash was
491 <div class=
"listingblock">
492 <div class=
"content">
493 <pre><tt>stash@{
0}: WIP on submit:
6ebd0e2... Update git-stash documentation
494 stash@{
1}: On master:
9cc0589... Add git-stash
</tt></pre>
496 <div class=
"paragraph"><p>The command takes options applicable to the
<em>git log
</em>
497 command to control what is shown and how. See
<a href=
"git-log.html">git-log(
1)
</a>.
</p></div>
504 Show the changes recorded in the stash as a diff between the
505 stashed state and its original parent. When no
<tt><stash
></tt> is given,
506 shows the latest one. By default, the command shows the diffstat, but
507 it will accept any format known to
<em>git diff
</em> (e.g.,
<tt>git stash show
508 -p stash@{
1}
</tt> to view the second most recent stash in patch form).
512 pop [--index] [-q|--quiet] [
<stash
>]
516 Remove a single stashed state from the stash list and apply it
517 on top of the current working tree state, i.e., do the inverse
518 operation of
<tt>git stash save
</tt>. The working directory must
521 <div class=
"paragraph"><p>Applying the state can fail with conflicts; in this case, it is not
522 removed from the stash list. You need to resolve the conflicts by hand
523 and call
<tt>git stash drop
</tt> manually afterwards.
</p></div>
524 <div class=
"paragraph"><p>If the
<tt>--index
</tt> option is used, then tries to reinstate not only the working
525 tree
’s changes, but also the index
’s ones. However, this can fail, when you
526 have conflicts (which are stored in the index, where you therefore can no
527 longer apply the changes as they were originally).
</p></div>
528 <div class=
"paragraph"><p>When no
<tt><stash
></tt> is given,
<tt>stash@{
0}
</tt> is assumed, otherwise
<tt><stash
></tt> must
529 be a reference of the form
<tt>stash@{
<revision
>}
</tt>.
</p></div>
532 apply [--index] [-q|--quiet] [
<stash
>]
536 Like
<tt>pop
</tt>, but do not remove the state from the stash list. Unlike
<tt>pop
</tt>,
537 <tt><stash
></tt> may be any commit that looks like a commit created by
538 <tt>stash save
</tt> or
<tt>stash create
</tt>.
542 branch
<branchname
> [
<stash
>]
546 Creates and checks out a new branch named
<tt><branchname
></tt> starting from
547 the commit at which the
<tt><stash
></tt> was originally created, applies the
548 changes recorded in
<tt><stash
></tt> to the new working tree and index.
549 If that succeeds, and
<tt><stash
></tt> is a reference of the form
550 <tt>stash@{
<revision
>}
</tt>, it then drops the
<tt><stash
></tt>. When no
<tt><stash
></tt>
551 is given, applies the latest one.
553 <div class=
"paragraph"><p>This is useful if the branch on which you ran
<tt>git stash save
</tt> has
554 changed enough that
<tt>git stash apply
</tt> fails due to conflicts. Since
555 the stash is applied on top of the commit that was HEAD at the time
556 <tt>git stash
</tt> was run, it restores the originally stashed state with
557 no conflicts.
</p></div>
564 Remove all the stashed states. Note that those states will then
565 be subject to pruning, and may be impossible to recover (see
566 <em>Examples
</em> below for a possible strategy).
570 drop [-q|--quiet] [
<stash
>]
574 Remove a single stashed state from the stash list. When no
<tt><stash
></tt>
575 is given, it removes the latest one. i.e.
<tt>stash@{
0}
</tt>, otherwise
576 <tt><stash
></tt> must a valid stash log reference of the form
577 <tt>stash@{
<revision
>}
</tt>.
585 Create a stash (which is a regular commit object) and return its
586 object name, without storing it anywhere in the ref namespace.
591 <h2 id=
"_discussion">DISCUSSION
</h2>
592 <div class=
"sectionbody">
593 <div class=
"paragraph"><p>A stash is represented as a commit whose tree records the state of the
594 working directory, and its first parent is the commit at
<tt>HEAD
</tt> when
595 the stash was created. The tree of the second parent records the
596 state of the index when the stash is made, and it is made a child of
597 the
<tt>HEAD
</tt> commit. The ancestry graph looks like this:
</p></div>
598 <div class=
"literalblock">
599 <div class=
"content">
602 -----H----I
</tt></pre>
604 <div class=
"paragraph"><p>where
<tt>H
</tt> is the
<tt>HEAD
</tt> commit,
<tt>I
</tt> is a commit that records the state
605 of the index, and
<tt>W
</tt> is a commit that records the state of the working
608 <h2 id=
"_examples">EXAMPLES
</h2>
609 <div class=
"sectionbody">
610 <div class=
"dlist"><dl>
612 Pulling into a dirty tree
616 When you are in the middle of something, you learn that there are
617 upstream changes that are possibly relevant to what you are
618 doing. When your local changes do not conflict with the changes in
619 the upstream, a simple
<tt>git pull
</tt> will let you move forward.
621 <div class=
"paragraph"><p>However, there are cases in which your local changes do conflict with
622 the upstream changes, and
<tt>git pull
</tt> refuses to overwrite your
623 changes. In such a case, you can stash your changes away,
624 perform a pull, and then unstash, like this:
</p></div>
625 <div class=
"listingblock">
626 <div class=
"content">
629 file foobar not up to date, cannot merge.
632 $ git stash pop
</tt></pre>
640 When you are in the middle of something, your boss comes in and
641 demands that you fix something immediately. Traditionally, you would
642 make a commit to a temporary branch to store your changes away, and
643 return to your original branch to make the emergency fix, like this:
645 <div class=
"listingblock">
646 <div class=
"content">
647 <pre><tt># ... hack hack hack ...
648 $ git checkout -b my_wip
649 $ git commit -a -m
"WIP"
650 $ git checkout master
652 $ git commit -a -m
"Fix in a hurry"
653 $ git checkout my_wip
654 $ git reset --soft HEAD^
655 # ... continue hacking ...
</tt></pre>
657 <div class=
"paragraph"><p>You can use
<em>git stash
</em> to simplify the above, like this:
</p></div>
658 <div class=
"listingblock">
659 <div class=
"content">
660 <pre><tt># ... hack hack hack ...
663 $ git commit -a -m
"Fix in a hurry"
665 # ... continue hacking ...
</tt></pre>
669 Testing partial commits
673 You can use
<tt>git stash save --keep-index
</tt> when you want to make two or
674 more commits out of the changes in the work tree, and you want to test
675 each change before committing:
677 <div class=
"listingblock">
678 <div class=
"content">
679 <pre><tt># ... hack hack hack ...
680 $ git add --patch foo # add just first part to the index
681 $ git stash save --keep-index # save all other changes to the stash
682 $ edit/build/test first part
683 $ git commit -m 'First part' # commit fully tested change
684 $ git stash pop # prepare to work on all other changes
685 # ... repeat above five steps until one commit remains ...
686 $ edit/build/test remaining parts
687 $ git commit foo -m 'Remaining parts'
</tt></pre>
691 Recovering stashes that were cleared/dropped erroneously
695 If you mistakenly drop or clear stashes, they cannot be recovered
696 through the normal safety mechanisms. However, you can try the
697 following incantation to get a list of stashes that are still in your
698 repository, but not reachable any more:
700 <div class=
"listingblock">
701 <div class=
"content">
702 <pre><tt>git fsck --unreachable |
703 grep commit | cut -d\ -f3 |
704 xargs git log --merges --no-walk --grep=WIP
</tt></pre>
709 <h2 id=
"_see_also">SEE ALSO
</h2>
710 <div class=
"sectionbody">
711 <div class=
"paragraph"><p><a href=
"git-checkout.html">git-checkout(
1)
</a>,
712 <a href=
"git-commit.html">git-commit(
1)
</a>,
713 <a href=
"git-reflog.html">git-reflog(
1)
</a>,
714 <a href=
"git-reset.html">git-reset(
1)
</a></p></div>
716 <h2 id=
"_git">GIT
</h2>
717 <div class=
"sectionbody">
718 <div class=
"paragraph"><p>Part of the
<a href=
"git.html">git(
1)
</a> suite
</p></div>
721 <div id=
"footer-text">
722 Last updated
2011-
07-
23 00:
49:
30 UTC