Gazler / githug

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

Can I switch to a specific level? #273

Closed zchrissirhcz closed 4 years ago

zchrissirhcz commented 4 years ago

Hi, thanks for your work. I'm not familiar with git rebase, and got confused about if I'm wrong understanding git rebase when facing level 42 after level 41. Now I'd like to switch back to level 41, how can I do that? I'm in level 43 now.

zchrissirhcz commented 4 years ago

I just realize I can do that by: githug reset 41. Maybe the help message could give a hint about this LOL.