“Przywróć Git Stash” Kod odpowiedzi

Jak wyzdrowieć po Git Stash

# List your current stashes
git stash list 
# If there is only one stash you can switch to it with
git stash pop
# If there are multiple stashes you choose by typing the name at the end i.e.
git stash pop stash@{0}
Trained Tuna

Jak przywrócić git zapas

$ git stash show -p stash@{0} | git apply -R
Yellowed Yak

Przywróć Git Stash

# Just check out the branch you want your changes on, and then 
git stash apply 
#Then use 
git diff # to see the result
Jumping Boy

Przywróć Git Stash

git stash apply
Azad Kshitij

Odpowiedzi podobne do “Przywróć Git Stash”

Pytania podobne do “Przywróć Git Stash”

Więcej pokrewnych odpowiedzi na “Przywróć Git Stash” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu