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

For people new to collaborative repositories, a multiplayer version could be a great way to help them learn to use git and work together - while not blowing up their...

suggestion

Happy to share more information but I'm not sure what to include... Is there a recommended way to look for an error code through the command line?

bug

I'm used to do merges with `--no-ff`, but it seems that it is not accepted as a solution in "Merge - Contradictions": ![image](https://user-images.githubusercontent.com/8766565/113402185-e91f6300-93a4-11eb-98b3-dcd5f0ad5497.png)

content

Version 0.6.3 on Arch Linux ``` $ ./oh-my-git ERROR: make_dir_recursive: Method failed. Returning: err At: core/os/dir_access.cpp:185. Godot Engine v3.2.3.stable.official - https://godotengine.org OpenGL ES 3.0 Renderer: Mesa DRI Intel(R) HD Graphics...

suggestion

Environment: Arch Linux glibc 2.33-4 ``` $ locale LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL= ``` When doing a commit by CLI the...

bug

To reproduce, open a file with "fake-editor file", type something in, then close the editor with "x". The file will be empty. It shouldn't be! :)

bug

By using `git add .`, the user will have no control over what's added and changes/files that should not be added could be accidentally added to commits without knowledge. Therefore...

content

Running Linux Mint, kernel 4.15.0-132-generic I can't run some of the Levels. The screen loads, then the game crashes. I've had crashes on "Your first commit", "Unexpected Roommates", "Interior design",...

bug

Hi, currently the macOS app binary is distributed as an unsigned app binary that has the potential to run custom Bash scripts and Git commands. Is it possible to distribute...

suggestion

Hi! First of all, thanks a lot for this great project. I'm working as a teacher in a bootcamp and i'm considering giving it as a tool for learning git....