Difference between revisions of "Git stash"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
<code>[[git stash]]</code> stash the changes in a dirty working directory away.
+
<code>[[git stash]]</code> [[stash]] the changes in a dirty working directory away.
 
* https://git-scm.com/docs/git-stash
 
* https://git-scm.com/docs/git-stash
  
 
  git stash
 
  git stash
  Saved working directory and index state WIP on staging: c2ef9e02d 3104 build
+
  Saved working directory and index state [[WIP]] on staging: c2ef9e02d 3104 build
 +
 +
git stash
 +
[[No local changes to save]]
 +
 +
[[git checkout]]
  
 
== Related ==
 
== Related ==
 
* <code>[[git stash pop]]</code>
 
* <code>[[git stash pop]]</code>
 
* [[stash]]: https://dictionary.cambridge.org/es/diccionario/ingles/stash
 
* [[stash]]: https://dictionary.cambridge.org/es/diccionario/ingles/stash
 +
* <code>[[You are not currently on a branch.]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{git stash}}
 
* {{git}}
 
* {{git}}
  
 
[[Category:Git]]
 
[[Category:Git]]

Latest revision as of 06:33, 27 April 2023

Advertising: