Ben Thayer
Ben Thayer
The git command finder has output like ``` $ git comit git: 'comit' is not a git command. See 'git --help'. The most similar command is commit ``` We should...
fixes #262 I changed the layout of the level so you have to detach HEAD, which will be the first time the user has done so. This makes the existing...
Levels may have multiple solutions. There may also be solutions that are incorrect and that we want to test. Make a testing system that 1) Tests correct solutions 2) Tests...
Go to `util/level_builder.py` in the function `BasicLevel.explain()` to fix this. Basically `git gud explain` waits for the user to hit enter, but they can also type anything they want because...
1. Set current_level.txt to "levelthat doesnotexist" 2. git gud load intro This shouldn't fail. There may be other commands that shouldn't fail as well For example: - help - init...
In general, follow something along these steps: 1. Install Git 2. Install Anaconda 3. Open Anaconda prompt (on windows) 4. pip install git-gud 5. mkdir test 6. cd test 7....
As of this writing, we have the block of text in the explanation for `intro init` ``` The ".git" folder contains a lot of information that Git can use to...
The example should pass tests. I don't think that should be an issue since the default level doesn't have a custom test and only checks for the level structure
Fixes #261
Closes #250 Level currently works but has only default user messages