I want to clear a specific branch's stashes (and not all stashes) at once. Is there any command to do that? git stash clear
just clears all the stashes.
git - How to clear all stashes of a branch at once? - Stack Overflow
评论列表(0)
- 暂无评论
I want to clear a specific branch's stashes (and not all stashes) at once. Is there any command to do that? git stash clear
just clears all the stashes.