Difference between revisions of "Git stash"
Jump to navigation
Jump to search
(12 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{lc}} | {{lc}} | ||
+ | <code>[[git stash]]</code> [[stash]] the changes in a dirty working directory away. | ||
+ | * https://git-scm.com/docs/git-stash | ||
+ | |||
+ | git stash | ||
+ | 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> | |
+ | * [[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
git stash
stash the changes in a dirty working directory away.
git stash Saved working directory and index state WIP on staging: c2ef9e02d 3104 build git stash No local changes to save git checkout
Related[edit]
git stash pop
- stash: https://dictionary.cambridge.org/es/diccionario/ingles/stash
You are not currently on a branch.
See also[edit]
- Stash,
git stash
,git stash pop
git
: [config | init | status ]
,git add
,git rm
,git commit
,git push, git pull
,.gitconfig
,.gitignore
,git
(clone
,fetch
,pull
),git tag
,git log
,git blame
, Merge Request, LFS,git branch
,git apply
,git rebase
,git diff
,git diff-tree
,git config --global
,remote | submodule | request-pull
,GIT_TRACE, GIT_CURL_VERBOSE
,clean
,main
,git show-ref
,git reset
,git prune
,git ls-remote origin
,git checkout
,git switch
,pathspec
,git credential-osxkeychain
,git version
,pre-commit
,git --help
, GitBook,refs/
Advertising: