oh-my-git
oh-my-git copied to clipboard
An interactive Git learning game!
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...
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?
I'm used to do merges with `--no-ff`, but it seems that it is not accepted as a solution in "Merge - Contradictions": 
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...
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...
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! :)
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...
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",...
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...
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....