Answers for "how to destroy changes in stash git"

9

git delete stash

git stash drop stash@{index}   // here index will be shown after getting stash list.
Posted by: Guest on April-22-2020
0

recover git stash clear

git fsck --unreachable |
grep commit | cut -d  -f3 |
xargs git log --merges --no-walk --grep=WIP
Posted by: Guest on February-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language