@pintert3, if you're still experiencing that, the solution is to navigate to wherever paru
stores the repository on your filesystem, and either delete it, or run the following:
$ git merge --abort # this is a guess; try `git rebase --abort` if you aren't in a merge
$ git fetch origin
$ git reset --hard origin/master
Pinned Comments