Just wanted to understand if the git reset --hard origin/master command affect my stash stack. I am yet to try this out but I do not want it to reset my stash as I have some changes I want to apply after my branch is reset.
git reset --hard origin/master
No, git reset --hard origin/master does not affect your stashes in any way.
1.4m articles
1.4m replys
5 comments
57.0k users