git bisect reset is the correct command. From the documentation:
After a bisect session, to clean up the bisection state and return to the original HEAD, issue the following command:
$ git bisect resetBy default, this will return your tree to the commit that was checked out before
git bisect start. (A newgit bisect startwill also do that, as it cleans up the old bisection state.)