oh-my-git icon indicating copy to clipboard operation
oh-my-git copied to clipboard

An interactive Git learning game!

Results 135 oh-my-git issues
Sort by recently updated
recently updated
newest added

When struggling with a level it would be nice to have a button that would provide a hint or two before giving a set of instructions on how to complete...

suggestion

I would like to check the CLI content as part of a new level test. For example, I would like to assert that the user input `git log` by checking...

Please clarify which license the images (.svg files) and music (.ogg file) are licensed under. I presume they follow the project's Blue Oak license, but I can't find this mentioned...

It seems that the Blue Oak license is nice and offers a more modern replacement to MIT/BSD/X etc. However, it seems that it's not yet endorsed by the FSF or...

In every level (except the first 5), the cards, the "Back"/"Reload"/Toggle music"/...-Buttons and the CLI-Input-Line are flickering. When inserting something, the CLI seems to be black. When hovering over the...

When the bash "noclobber" is set in the .bashrc file, the game crashes on startup because bash cannot overwrite existing.gitconfig file.

**OS:** Windows 10 20H2 Terminal output (example for "Your first commit", can happen on other levels too): ``` $ git add .; git commit warning: LF will be replaced by...

On level "Cloning a repo", using the terminal. I used the command `git clone ../friend` This makes a folder on the current directory (as expected), but then I try to...

bug

I was unable to load any of these sections (the game quit on me when I clicked them), on Ubuntu16: 1. The intro section, my first commit 2. The files...

bug

In the level "Your first git commit" doing ``` git add glass git commit ``` spawns my terminal vim but no terminal to actually edit the commit message. In that...

bug