I merged a branch in dev using vscode: git merge branch1
I want to unmerge this branch1 from dev and have the original code that was in dev before merging the branch.
I tried pulling the dev branch's code again: git pull origin dev. But I got notification that branch is already-upto-date.
So can I unmerge the branch. Also, I have not committed the merged branch into dev. So original code of dev is still there in git.