git-gud
git-gud copied to clipboard
Wanna git gud? Then get git-gud, and git gud at git!
Similar to #44, unsure if it's a regression. The error pops up on `git gud init`. Traceback: ``` Exception ignored in: Traceback (most recent call last): File "E:\Programming\Python\Python38-32\lib\subprocess.py", line 945,...
I'm on mac. I didn't have python on my machine (I'm not a python user), so I used homebrew to install. brew install python pip3 install --user git-gud (got an...
The automated demo on the README is difficult to test right now - we can only tell if there's an error when we try to push a new version, but...
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....
``` Sahan Kumarasinghe@DESKTOP-NTS61AN MINGW64 ~/my-git-gud (master) $ git gud levels Traceback (most recent call last): File "c:\users\sahan kumarasinghe\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\users\sahan kumarasinghe\appdata\local\programs\python\python39\lib\runpy.py", line...