Gazler / githug

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

Fixing line number to be verified in git diff check #272

Closed devagupt closed 4 years ago

devagupt commented 4 years ago

Currently it is checking for line 26 whereas git diff shows line 23 to be the modified line.

Gazler commented 4 years ago

You're not the first person to make this mistake (the first person was actually me in #10 !)

https://github.com/Gazler/githug/pull/166