Gazler / githug

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

Conflict level incompatible with Windows. #133

Closed geneccx closed 11 years ago

geneccx commented 11 years ago

The conflict level was causing me trouble on Windows because it tries to use some bash commands, which won't work unless I'm running git bash or Cygwin.

Specifically:

txt = cat poem.txt

Gazler commented 11 years ago

@geneccx Thanks for raising this. I'll think of a different way to do this.