Gazler / githug

Git your game on!
MIT License
6.86k stars 1.03k forks source link

level 51 error when use git v2.5.0 #193

Closed kunyan closed 8 years ago

kunyan commented 8 years ago

Name: revert Level: 51 Difficulty: ****

You have committed several times but want to undo the middle commit. All commits have been pushed, so you can't change existing history.

git revert HEAD~1 --no-edit

Sorry, this solution is not quite right!

I think this PR would fix it https://github.com/Gazler/githug/pull/189

Gazler commented 8 years ago

Thanks for raising this. I'll look at getting this fixed before the next release.

fighterleslie commented 8 years ago

FYI, I ran into the same problem at level 51. My git version is 2.6.2 (Ubuntu 14.04 LTS).

Gazler commented 8 years ago

Closed via https://github.com/Gazler/githug/pull/194