Skip to content

Instantly share code, notes, and snippets.

@biantris
Created December 26, 2022 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biantris/22784a9701dc90abb2e07d5c6a4959f9 to your computer and use it in GitHub Desktop.
Save biantris/22784a9701dc90abb2e07d5c6a4959f9 to your computer and use it in GitHub Desktop.
git stash

1 - git status

2 - git stash clear

3 - git stash

4 - git checkout master

5 - git pull

6 - git stash pop

ou

git checkout path/to/file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment