Gazler / githug

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

Fix git help command in hint #263

Closed osartun closed 5 years ago

osartun commented 5 years ago

The hint says to use git gitignore --help, but that doesn't work:

> git gitignore --help
> git: 'gitignore' is not a git command. See 'git --help'.

Instead, the command that does work is git help gitignore.

Gazler commented 5 years ago

Thanks <3