“Jak wyzdrowieć po 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

odzyskać git zapas

git fsck --unreachable |
grep commit | cut -d\  -f3 |
xargs git log --merges --no-walk --grep=WIP
Kelly

Odpowiedzi podobne do “Jak wyzdrowieć po Git Stash”

Pytania podobne do “Jak wyzdrowieć po Git Stash”

Więcej pokrewnych odpowiedzi na “Jak wyzdrowieć po Git Stash” w Shell/Bash

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

Przeglądaj inne języki kodu