Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 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"> |
| 4 | <head> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 6 | <meta name="generator" content="AsciiDoc 8.2.5" /> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 7 | <style type="text/css"> |
| 8 | /* Debug borders */ |
| 9 | p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 { |
| 10 | /* |
| 11 | border: 1px solid red; |
| 12 | */ |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | margin: 1em 5% 1em 5%; |
| 17 | } |
| 18 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 19 | a { |
| 20 | color: blue; |
| 21 | text-decoration: underline; |
| 22 | } |
| 23 | a:visited { |
| 24 | color: fuchsia; |
| 25 | } |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 26 | |
| 27 | em { |
| 28 | font-style: italic; |
| 29 | } |
| 30 | |
| 31 | strong { |
| 32 | font-weight: bold; |
| 33 | } |
| 34 | |
| 35 | tt { |
| 36 | color: navy; |
| 37 | } |
| 38 | |
| 39 | h1, h2, h3, h4, h5, h6 { |
| 40 | color: #527bbd; |
| 41 | font-family: sans-serif; |
| 42 | margin-top: 1.2em; |
| 43 | margin-bottom: 0.5em; |
| 44 | line-height: 1.3; |
| 45 | } |
| 46 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 47 | h1, h2, h3 { |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 48 | border-bottom: 2px solid silver; |
| 49 | } |
| 50 | h2 { |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 51 | padding-top: 0.5em; |
| 52 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 53 | h3 { |
| 54 | float: left; |
| 55 | } |
| 56 | h3 + * { |
| 57 | clear: left; |
| 58 | } |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 59 | |
| 60 | div.sectionbody { |
| 61 | font-family: serif; |
| 62 | margin-left: 0; |
| 63 | } |
| 64 | |
| 65 | hr { |
| 66 | border: 1px solid silver; |
| 67 | } |
| 68 | |
| 69 | p { |
| 70 | margin-top: 0.5em; |
| 71 | margin-bottom: 0.5em; |
| 72 | } |
| 73 | |
| 74 | pre { |
| 75 | padding: 0; |
| 76 | margin: 0; |
| 77 | } |
| 78 | |
| 79 | span#author { |
| 80 | color: #527bbd; |
| 81 | font-family: sans-serif; |
| 82 | font-weight: bold; |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 83 | font-size: 1.1em; |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 84 | } |
| 85 | span#email { |
| 86 | } |
| 87 | span#revision { |
| 88 | font-family: sans-serif; |
| 89 | } |
| 90 | |
| 91 | div#footer { |
| 92 | font-family: sans-serif; |
| 93 | font-size: small; |
| 94 | border-top: 2px solid silver; |
| 95 | padding-top: 0.5em; |
| 96 | margin-top: 4.0em; |
| 97 | } |
| 98 | div#footer-text { |
| 99 | float: left; |
| 100 | padding-bottom: 0.5em; |
| 101 | } |
| 102 | div#footer-badges { |
| 103 | float: right; |
| 104 | padding-bottom: 0.5em; |
| 105 | } |
| 106 | |
| 107 | div#preamble, |
| 108 | div.tableblock, div.imageblock, div.exampleblock, div.verseblock, |
| 109 | div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, |
| 110 | div.admonitionblock { |
| 111 | margin-right: 10%; |
| 112 | margin-top: 1.5em; |
| 113 | margin-bottom: 1.5em; |
| 114 | } |
| 115 | div.admonitionblock { |
| 116 | margin-top: 2.5em; |
| 117 | margin-bottom: 2.5em; |
| 118 | } |
| 119 | |
| 120 | div.content { /* Block element content. */ |
| 121 | padding: 0; |
| 122 | } |
| 123 | |
| 124 | /* Block element titles. */ |
| 125 | div.title, caption.title { |
| 126 | font-family: sans-serif; |
| 127 | font-weight: bold; |
| 128 | text-align: left; |
| 129 | margin-top: 1.0em; |
| 130 | margin-bottom: 0.5em; |
| 131 | } |
| 132 | div.title + * { |
| 133 | margin-top: 0; |
| 134 | } |
| 135 | |
| 136 | td div.title:first-child { |
| 137 | margin-top: 0.0em; |
| 138 | } |
| 139 | div.content div.title:first-child { |
| 140 | margin-top: 0.0em; |
| 141 | } |
| 142 | div.content + div.title { |
| 143 | margin-top: 0.0em; |
| 144 | } |
| 145 | |
| 146 | div.sidebarblock > div.content { |
| 147 | background: #ffffee; |
| 148 | border: 1px solid silver; |
| 149 | padding: 0.5em; |
| 150 | } |
| 151 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 152 | div.listingblock { |
| 153 | margin-right: 0%; |
| 154 | } |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 155 | div.listingblock > div.content { |
| 156 | border: 1px solid silver; |
| 157 | background: #f4f4f4; |
| 158 | padding: 0.5em; |
| 159 | } |
| 160 | |
| 161 | div.quoteblock > div.content { |
| 162 | padding-left: 2.0em; |
| 163 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 164 | |
| 165 | div.attribution { |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 166 | text-align: right; |
| 167 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 168 | div.verseblock + div.attribution { |
| 169 | text-align: left; |
| 170 | } |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 171 | |
| 172 | div.admonitionblock .icon { |
| 173 | vertical-align: top; |
| 174 | font-size: 1.1em; |
| 175 | font-weight: bold; |
| 176 | text-decoration: underline; |
| 177 | color: #527bbd; |
| 178 | padding-right: 0.5em; |
| 179 | } |
| 180 | div.admonitionblock td.content { |
| 181 | padding-left: 0.5em; |
| 182 | border-left: 2px solid silver; |
| 183 | } |
| 184 | |
| 185 | div.exampleblock > div.content { |
| 186 | border-left: 2px solid silver; |
| 187 | padding: 0.5em; |
| 188 | } |
| 189 | |
| 190 | div.verseblock div.content { |
| 191 | white-space: pre; |
| 192 | } |
| 193 | |
| 194 | div.imageblock div.content { padding-left: 0; } |
| 195 | div.imageblock img { border: 1px solid silver; } |
| 196 | span.image img { border-style: none; } |
| 197 | |
| 198 | dl { |
| 199 | margin-top: 0.8em; |
| 200 | margin-bottom: 0.8em; |
| 201 | } |
| 202 | dt { |
| 203 | margin-top: 0.5em; |
| 204 | margin-bottom: 0; |
| 205 | font-style: italic; |
| 206 | } |
| 207 | dd > *:first-child { |
| 208 | margin-top: 0; |
| 209 | } |
| 210 | |
| 211 | ul, ol { |
| 212 | list-style-position: outside; |
| 213 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 214 | div.olist2 ol { |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 215 | list-style-type: lower-alpha; |
| 216 | } |
| 217 | |
| 218 | div.tableblock > table { |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 219 | border: 3px solid #527bbd; |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 220 | } |
| 221 | thead { |
| 222 | font-family: sans-serif; |
| 223 | font-weight: bold; |
| 224 | } |
| 225 | tfoot { |
| 226 | font-weight: bold; |
| 227 | } |
| 228 | |
| 229 | div.hlist { |
| 230 | margin-top: 0.8em; |
| 231 | margin-bottom: 0.8em; |
| 232 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 233 | div.hlist td { |
| 234 | padding-bottom: 5px; |
| 235 | } |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 236 | td.hlist1 { |
| 237 | vertical-align: top; |
| 238 | font-style: italic; |
| 239 | padding-right: 0.8em; |
| 240 | } |
| 241 | td.hlist2 { |
| 242 | vertical-align: top; |
| 243 | } |
| 244 | |
| 245 | @media print { |
| 246 | div#footer-badges { display: none; } |
| 247 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 248 | |
| 249 | div#toctitle { |
| 250 | color: #527bbd; |
| 251 | font-family: sans-serif; |
| 252 | font-size: 1.1em; |
| 253 | font-weight: bold; |
| 254 | margin-top: 1.0em; |
| 255 | margin-bottom: 0.1em; |
| 256 | } |
| 257 | |
| 258 | div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { |
| 259 | margin-top: 0; |
| 260 | margin-bottom: 0; |
| 261 | } |
| 262 | div.toclevel2 { |
| 263 | margin-left: 2em; |
| 264 | font-size: 0.9em; |
| 265 | } |
| 266 | div.toclevel3 { |
| 267 | margin-left: 4em; |
| 268 | font-size: 0.9em; |
| 269 | } |
| 270 | div.toclevel4 { |
| 271 | margin-left: 6em; |
| 272 | font-size: 0.9em; |
| 273 | } |
| 274 | include1::./stylesheets/xhtml11-manpage.css[] |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 275 | /* Workarounds for IE6's broken and incomplete CSS2. */ |
| 276 | |
| 277 | div.sidebar-content { |
| 278 | background: #ffffee; |
| 279 | border: 1px solid silver; |
| 280 | padding: 0.5em; |
| 281 | } |
| 282 | div.sidebar-title, div.image-title { |
| 283 | font-family: sans-serif; |
| 284 | font-weight: bold; |
| 285 | margin-top: 0.0em; |
| 286 | margin-bottom: 0.5em; |
| 287 | } |
| 288 | |
| 289 | div.listingblock div.content { |
| 290 | border: 1px solid silver; |
| 291 | background: #f4f4f4; |
| 292 | padding: 0.5em; |
| 293 | } |
| 294 | |
| 295 | div.quoteblock-content { |
| 296 | padding-left: 2.0em; |
| 297 | } |
| 298 | |
| 299 | div.exampleblock-content { |
| 300 | border-left: 2px solid silver; |
| 301 | padding-left: 0.5em; |
| 302 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 303 | |
| 304 | /* IE6 sets dynamically generated links as visited. */ |
| 305 | div#toc a:visited { color: blue; } |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 306 | </style> |
| 307 | <title>git-stash(1)</title> |
| 308 | </head> |
| 309 | <body> |
| 310 | <div id="header"> |
| 311 | <h1> |
| 312 | git-stash(1) Manual Page |
| 313 | </h1> |
| 314 | <h2>NAME</h2> |
| 315 | <div class="sectionbody"> |
| 316 | <p>git-stash - |
| 317 | Stash the changes in a dirty working directory away |
| 318 | </p> |
| 319 | </div> |
| 320 | </div> |
| 321 | <h2>SYNOPSIS</h2> |
| 322 | <div class="sectionbody"> |
| 323 | <div class="verseblock"> |
Junio C Hamano | 9e96a1a | 2008-08-16 10:23:18 | [diff] [blame] | 324 | <div class="content"><em>git stash</em> list [<options>] |
Junio C Hamano | 2c14c8d | 2009-07-02 03:17:00 | [diff] [blame] | 325 | <em>git stash</em> show [<stash>] |
| 326 | <em>git stash</em> drop [-q|--quiet] [<stash>] |
| 327 | <em>git stash</em> ( pop | apply ) [--index] [-q|--quiet] [<stash>] |
Junio C Hamano | 46a38aa | 2008-07-14 03:13:27 | [diff] [blame] | 328 | <em>git stash</em> branch <branchname> [<stash>] |
Junio C Hamano | c28068f | 2009-09-08 00:55:23 | [diff] [blame] | 329 | <em>git stash</em> [save [--patch] [-k|--[no-]keep-index] [-q|--quiet] [<message>]] |
Junio C Hamano | 9e96a1a | 2008-08-16 10:23:18 | [diff] [blame] | 330 | <em>git stash</em> clear |
| 331 | <em>git stash</em> create</div></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 332 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 333 | <h2 id="_description">DESCRIPTION</h2> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 334 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 335 | <div class="para"><p>Use <em>git stash</em> when you want to record the current state of the |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 336 | working directory and the index, but want to go back to a clean |
| 337 | working directory. The command saves your local modifications away |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 338 | and reverts the working directory to match the <tt>HEAD</tt> commit.</p></div> |
| 339 | <div class="para"><p>The modifications stashed away by this command can be listed with |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 340 | <tt>git stash list</tt>, inspected with <tt>git stash show</tt>, and restored |
| 341 | (potentially on top of a different commit) with <tt>git stash apply</tt>. |
| 342 | Calling <tt>git stash</tt> without any arguments is equivalent to <tt>git stash save</tt>. |
| 343 | A stash is by default listed as "WIP on <em>branchname</em> …", but |
Junio C Hamano | bb6e078 | 2007-07-19 02:14:50 | [diff] [blame] | 344 | you can give a more descriptive message on the command line when |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 345 | you create one.</p></div> |
| 346 | <div class="para"><p>The latest stash you created is stored in <tt>$GIT_DIR/refs/stash</tt>; older |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 347 | stashes are found in the reflog of this reference and can be named using |
Junio C Hamano | b515b6a | 2007-08-08 09:21:16 | [diff] [blame] | 348 | the usual reflog syntax (e.g. <tt>stash@{0}</tt> is the most recently |
| 349 | created stash, <tt>stash@{1}</tt> is the one before it, <tt>stash@{2.hours.ago}</tt> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 350 | is also possible).</p></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 351 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 352 | <h2 id="_options">OPTIONS</h2> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 353 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 354 | <div class="vlist"><dl> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 355 | <dt> |
Junio C Hamano | c28068f | 2009-09-08 00:55:23 | [diff] [blame] | 356 | save [--patch] [--[no-]keep-index] [-q|--quiet] [<message>] |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 357 | </dt> |
| 358 | <dd> |
| 359 | <p> |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 360 | Save your local modifications to a new <em>stash</em>, and run <tt>git reset |
Junio C Hamano | c28068f | 2009-09-08 00:55:23 | [diff] [blame] | 361 | --hard</tt> to revert them. The <message> part is optional and gives |
| 362 | the description along with the stashed state. For quickly making |
| 363 | a snapshot, you can omit _both_ "save" and <message>, but giving |
| 364 | only <message> does not trigger this action to prevent a misspelled |
| 365 | subcommand from making an unwanted stash. |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 366 | </p> |
Junio C Hamano | 46a38aa | 2008-07-14 03:13:27 | [diff] [blame] | 367 | <div class="para"><p>If the <tt>--keep-index</tt> option is used, all changes already added to the |
| 368 | index are left intact.</p></div> |
Junio C Hamano | c28068f | 2009-09-08 00:55:23 | [diff] [blame] | 369 | <div class="para"><p>With <tt>--patch</tt>, you can interactively select hunks from in the diff |
| 370 | between HEAD and the working tree to be stashed. The stash entry is |
| 371 | constructed such that its index state is the same as the index state |
| 372 | of your repository, and its worktree contains only the changes you |
| 373 | selected interactively. The selected changes are then rolled back |
| 374 | from your worktree.</p></div> |
| 375 | <div class="para"><p>The <tt>--patch</tt> option implies <tt>--keep-index</tt>. You can use |
| 376 | <tt>--no-keep-index</tt> to override this.</p></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 377 | </dd> |
| 378 | <dt> |
Junio C Hamano | 83d46a2 | 2008-02-21 02:29:42 | [diff] [blame] | 379 | list [<options>] |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 380 | </dt> |
| 381 | <dd> |
| 382 | <p> |
| 383 | List the stashes that you currently have. Each <em>stash</em> is listed |
Junio C Hamano | b515b6a | 2007-08-08 09:21:16 | [diff] [blame] | 384 | with its name (e.g. <tt>stash@{0}</tt> is the latest stash, <tt>stash@{1}</tt> is |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 385 | the one before, etc.), the name of the branch that was current when the |
| 386 | stash was made, and a short description of the commit the stash was |
| 387 | based on. |
| 388 | </p> |
| 389 | <div class="listingblock"> |
| 390 | <div class="content"> |
Junio C Hamano | bb6e078 | 2007-07-19 02:14:50 | [diff] [blame] | 391 | <pre><tt>stash@{0}: WIP on submit: 6ebd0e2... Update git-stash documentation |
| 392 | stash@{1}: On master: 9cc0589... Add git-stash</tt></pre> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 393 | </div></div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 394 | <div class="para"><p>The command takes options applicable to the <em>git-log</em> |
| 395 | command to control what is shown and how. See <a href="git-log.html">git-log(1)</a>.</p></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 396 | </dd> |
| 397 | <dt> |
| 398 | show [<stash>] |
| 399 | </dt> |
| 400 | <dd> |
| 401 | <p> |
Junio C Hamano | 764a667 | 2007-10-23 01:23:31 | [diff] [blame] | 402 | Show the changes recorded in the stash as a diff between the |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 403 | stashed state and its original parent. When no <tt><stash></tt> is given, |
| 404 | shows the latest one. By default, the command shows the diffstat, but |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 405 | it will accept any format known to <em>git-diff</em> (e.g., <tt>git stash show |
Junio C Hamano | b515b6a | 2007-08-08 09:21:16 | [diff] [blame] | 406 | -p stash@{1}</tt> to view the second most recent stash in patch form). |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 407 | </p> |
| 408 | </dd> |
| 409 | <dt> |
Junio C Hamano | 2c14c8d | 2009-07-02 03:17:00 | [diff] [blame] | 410 | pop [--index] [-q|--quiet] [<stash>] |
Junio C Hamano | 7d3275e | 2009-05-31 21:53:30 | [diff] [blame] | 411 | </dt> |
| 412 | <dd> |
| 413 | <p> |
| 414 | Remove a single stashed state from the stash list and apply it |
| 415 | on top of the current working tree state, i.e., do the inverse |
| 416 | operation of <tt>git stash save</tt>. The working directory must |
| 417 | match the index. |
| 418 | </p> |
| 419 | <div class="para"><p>Applying the state can fail with conflicts; in this case, it is not |
| 420 | removed from the stash list. You need to resolve the conflicts by hand |
| 421 | and call <tt>git stash drop</tt> manually afterwards.</p></div> |
Junio C Hamano | f068d54 | 2009-06-09 15:46:41 | [diff] [blame] | 422 | <div class="para"><p>If the <tt>--index</tt> option is used, then tries to reinstate not only the working |
| 423 | tree's changes, but also the index's ones. However, this can fail, when you |
| 424 | have conflicts (which are stored in the index, where you therefore can no |
| 425 | longer apply the changes as they were originally).</p></div> |
| 426 | <div class="para"><p>When no <tt><stash></tt> is given, <tt>stash@{0}</tt> is assumed.</p></div> |
Junio C Hamano | 7d3275e | 2009-05-31 21:53:30 | [diff] [blame] | 427 | </dd> |
| 428 | <dt> |
Junio C Hamano | 2c14c8d | 2009-07-02 03:17:00 | [diff] [blame] | 429 | apply [--index] [-q|--quiet] [<stash>] |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 430 | </dt> |
| 431 | <dd> |
| 432 | <p> |
Junio C Hamano | 7d3275e | 2009-05-31 21:53:30 | [diff] [blame] | 433 | Like <tt>pop</tt>, but do not remove the state from the stash list. |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 434 | </p> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 435 | </dd> |
| 436 | <dt> |
Junio C Hamano | 46a38aa | 2008-07-14 03:13:27 | [diff] [blame] | 437 | branch <branchname> [<stash>] |
| 438 | </dt> |
| 439 | <dd> |
| 440 | <p> |
| 441 | Creates and checks out a new branch named <tt><branchname></tt> starting from |
| 442 | the commit at which the <tt><stash></tt> was originally created, applies the |
| 443 | changes recorded in <tt><stash></tt> to the new working tree and index, then |
| 444 | drops the <tt><stash></tt> if that completes successfully. When no <tt><stash></tt> |
| 445 | is given, applies the latest one. |
| 446 | </p> |
| 447 | <div class="para"><p>This is useful if the branch on which you ran <tt>git stash save</tt> has |
| 448 | changed enough that <tt>git stash apply</tt> fails due to conflicts. Since |
| 449 | the stash is applied on top of the commit that was HEAD at the time |
| 450 | <tt>git stash</tt> was run, it restores the originally stashed state with |
| 451 | no conflicts.</p></div> |
| 452 | </dd> |
| 453 | <dt> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 454 | clear |
| 455 | </dt> |
| 456 | <dd> |
| 457 | <p> |
| 458 | Remove all the stashed states. Note that those states will then |
Junio C Hamano | 9f88386 | 2009-08-11 06:23:52 | [diff] [blame] | 459 | be subject to pruning, and may be impossible to recover (see |
| 460 | <em>Examples</em> below for a possible strategy). |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 461 | </p> |
| 462 | </dd> |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 463 | <dt> |
Junio C Hamano | 2c14c8d | 2009-07-02 03:17:00 | [diff] [blame] | 464 | drop [-q|--quiet] [<stash>] |
Junio C Hamano | 86bcccc | 2008-03-08 09:33:55 | [diff] [blame] | 465 | </dt> |
| 466 | <dd> |
| 467 | <p> |
| 468 | Remove a single stashed state from the stash list. When no <tt><stash></tt> |
| 469 | is given, it removes the latest one. i.e. <tt>stash@{0}</tt> |
| 470 | </p> |
| 471 | </dd> |
| 472 | <dt> |
Junio C Hamano | 9e96a1a | 2008-08-16 10:23:18 | [diff] [blame] | 473 | create |
| 474 | </dt> |
| 475 | <dd> |
| 476 | <p> |
| 477 | Create a stash (which is a regular commit object) and return its |
| 478 | object name, without storing it anywhere in the ref namespace. |
| 479 | </p> |
| 480 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 481 | </dl></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 482 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 483 | <h2 id="_discussion">DISCUSSION</h2> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 484 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 485 | <div class="para"><p>A stash is represented as a commit whose tree records the state of the |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 486 | working directory, and its first parent is the commit at <tt>HEAD</tt> when |
| 487 | the stash was created. The tree of the second parent records the |
| 488 | state of the index when the stash is made, and it is made a child of |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 489 | the <tt>HEAD</tt> commit. The ancestry graph looks like this:</p></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 490 | <div class="literalblock"> |
| 491 | <div class="content"> |
| 492 | <pre><tt> .----W |
| 493 | / / |
Junio C Hamano | 28d8ede | 2007-07-05 05:51:38 | [diff] [blame] | 494 | -----H----I</tt></pre> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 495 | </div></div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 496 | <div class="para"><p>where <tt>H</tt> is the <tt>HEAD</tt> commit, <tt>I</tt> is a commit that records the state |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 497 | of the index, and <tt>W</tt> is a commit that records the state of the working |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 498 | tree.</p></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 499 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 500 | <h2 id="_examples">EXAMPLES</h2> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 501 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 502 | <div class="vlist"><dl> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 503 | <dt> |
| 504 | Pulling into a dirty tree |
| 505 | </dt> |
| 506 | <dd> |
| 507 | <p> |
| 508 | When you are in the middle of something, you learn that there are |
| 509 | upstream changes that are possibly relevant to what you are |
| 510 | doing. When your local changes do not conflict with the changes in |
| 511 | the upstream, a simple <tt>git pull</tt> will let you move forward. |
| 512 | </p> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 513 | <div class="para"><p>However, there are cases in which your local changes do conflict with |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 514 | the upstream changes, and <tt>git pull</tt> refuses to overwrite your |
| 515 | changes. In such a case, you can stash your changes away, |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 516 | perform a pull, and then unstash, like this:</p></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 517 | <div class="listingblock"> |
| 518 | <div class="content"> |
| 519 | <pre><tt>$ git pull |
Junio C Hamano | a2f4662 | 2008-09-03 05:20:31 | [diff] [blame] | 520 | ... |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 521 | file foobar not up to date, cannot merge. |
| 522 | $ git stash |
| 523 | $ git pull |
Junio C Hamano | 7d3275e | 2009-05-31 21:53:30 | [diff] [blame] | 524 | $ git stash pop</tt></pre> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 525 | </div></div> |
| 526 | </dd> |
| 527 | <dt> |
| 528 | Interrupted workflow |
| 529 | </dt> |
| 530 | <dd> |
| 531 | <p> |
| 532 | When you are in the middle of something, your boss comes in and |
| 533 | demands that you fix something immediately. Traditionally, you would |
| 534 | make a commit to a temporary branch to store your changes away, and |
| 535 | return to your original branch to make the emergency fix, like this: |
| 536 | </p> |
| 537 | <div class="listingblock"> |
| 538 | <div class="content"> |
Junio C Hamano | a2f4662 | 2008-09-03 05:20:31 | [diff] [blame] | 539 | <pre><tt># ... hack hack hack ... |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 540 | $ git checkout -b my_wip |
| 541 | $ git commit -a -m "WIP" |
| 542 | $ git checkout master |
| 543 | $ edit emergency fix |
| 544 | $ git commit -a -m "Fix in a hurry" |
| 545 | $ git checkout my_wip |
| 546 | $ git reset --soft HEAD^ |
Junio C Hamano | a2f4662 | 2008-09-03 05:20:31 | [diff] [blame] | 547 | # ... continue hacking ...</tt></pre> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 548 | </div></div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 549 | <div class="para"><p>You can use <em>git-stash</em> to simplify the above, like this:</p></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 550 | <div class="listingblock"> |
| 551 | <div class="content"> |
Junio C Hamano | a2f4662 | 2008-09-03 05:20:31 | [diff] [blame] | 552 | <pre><tt># ... hack hack hack ... |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 553 | $ git stash |
| 554 | $ edit emergency fix |
| 555 | $ git commit -a -m "Fix in a hurry" |
Junio C Hamano | 7d3275e | 2009-05-31 21:53:30 | [diff] [blame] | 556 | $ git stash pop |
Junio C Hamano | a2f4662 | 2008-09-03 05:20:31 | [diff] [blame] | 557 | # ... continue hacking ...</tt></pre> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 558 | </div></div> |
| 559 | </dd> |
Junio C Hamano | 46a38aa | 2008-07-14 03:13:27 | [diff] [blame] | 560 | <dt> |
| 561 | Testing partial commits |
| 562 | </dt> |
| 563 | <dd> |
| 564 | <p> |
| 565 | You can use <tt>git stash save --keep-index</tt> when you want to make two or |
| 566 | more commits out of the changes in the work tree, and you want to test |
| 567 | each change before committing: |
| 568 | </p> |
| 569 | <div class="listingblock"> |
| 570 | <div class="content"> |
Junio C Hamano | a2f4662 | 2008-09-03 05:20:31 | [diff] [blame] | 571 | <pre><tt># ... hack hack hack ... |
Junio C Hamano | 46a38aa | 2008-07-14 03:13:27 | [diff] [blame] | 572 | $ git add --patch foo # add just first part to the index |
| 573 | $ git stash save --keep-index # save all other changes to the stash |
| 574 | $ edit/build/test first part |
Junio C Hamano | a2f4662 | 2008-09-03 05:20:31 | [diff] [blame] | 575 | $ git commit -m 'First part' # commit fully tested change |
Junio C Hamano | 46a38aa | 2008-07-14 03:13:27 | [diff] [blame] | 576 | $ git stash pop # prepare to work on all other changes |
Junio C Hamano | a2f4662 | 2008-09-03 05:20:31 | [diff] [blame] | 577 | # ... repeat above five steps until one commit remains ... |
Junio C Hamano | 46a38aa | 2008-07-14 03:13:27 | [diff] [blame] | 578 | $ edit/build/test remaining parts |
| 579 | $ git commit foo -m 'Remaining parts'</tt></pre> |
| 580 | </div></div> |
| 581 | </dd> |
Junio C Hamano | 9f88386 | 2009-08-11 06:23:52 | [diff] [blame] | 582 | <dt> |
| 583 | Recovering stashes that were cleared/dropped erroneously |
| 584 | </dt> |
| 585 | <dd> |
| 586 | <p> |
| 587 | If you mistakenly drop or clear stashes, they cannot be recovered |
| 588 | through the normal safety mechanisms. However, you can try the |
| 589 | following incantation to get a list of stashes that are still in your |
| 590 | repository, but not reachable any more: |
| 591 | </p> |
| 592 | <div class="listingblock"> |
| 593 | <div class="content"> |
| 594 | <pre><tt>git fsck --unreachable | |
| 595 | grep commit | cut -d\ -f3 | |
| 596 | xargs git log --merges --no-walk --grep=WIP</tt></pre> |
| 597 | </div></div> |
| 598 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 599 | </dl></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 600 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 601 | <h2 id="_see_also">SEE ALSO</h2> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 602 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 603 | <div class="para"><p><a href="git-checkout.html">git-checkout(1)</a>, |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 604 | <a href="git-commit.html">git-commit(1)</a>, |
| 605 | <a href="git-reflog.html">git-reflog(1)</a>, |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 606 | <a href="git-reset.html">git-reset(1)</a></p></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 607 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 608 | <h2 id="_author">AUTHOR</h2> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 609 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 610 | <div class="para"><p>Written by Nanako Shiraishi <nanako3@bluebottle.com></p></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 611 | </div> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 612 | <h2 id="_git">GIT</h2> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 613 | <div class="sectionbody"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 614 | <div class="para"><p>Part of the <a href="git.html">git(1)</a> suite</p></div> |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 615 | </div> |
| 616 | <div id="footer"> |
| 617 | <div id="footer-text"> |
Junio C Hamano | c28068f | 2009-09-08 00:55:23 | [diff] [blame] | 618 | Last updated 2009-09-08 00:55:01 UTC |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 619 | </div> |
| 620 | </div> |
| 621 | </body> |
| 622 | </html> |