How to abort the whole git stash process if a merge conflict has occurred in Git?
Originally Published Here ๐!
When popping out commits using the git stash pop command, you will have some merge conflicts sometimes, you can move to resolve those conflicts or abort the whole process.
To abort the whole process when a merge conflict...
melvingeorge-me.hashnode.dev1 min read