{ "info": { "author": "Ben Thayer", "author_email": "ben@benthayer.com", "bugtrack_url": null, "classifiers": [], "description": "# Git Gud\n## What is it?\nGit Gud is a command line tool to help you learn how to use git. It is intentionally structured like a game to make the learning experience more fun. It contains a series of challenges, which are structured into levels. If you complete all the challenges in a level, then you've completed the level. It's as simple as that. Each level has a common theme. The first level is called `intro` and it'll introduce you to the fundamental concepts of git. The first four challenges are called `commits`, `branching`, `merging`, and `rebasing`.\n\nThe goal is to make this project contributor-friendly and to support many different levels. The more, the better. We want you to be able to learn everything you'll ever need to know by using Git Gud. If there's something Git Gud doesn't teach you, we encourage you to open an issue and we'll try to make a level that teaches that concept/command. If you're interested in contributing, the project is intentionally structured in a way that makes it easy for you to get your first pull request. Don't forget, the best way to learn about Git (or anything) is to actually use it! For more information, check out the [contributors file](https://github.com/bthayer2365/git-gud/blob/master/CONTRIBUTING.md). \n\nThere is also another project we recommend trying out. It is called [\"Learn Git Branching\"](https://learngitbranching.js.org), and it can teach you some of the things Git Gud teaches, and with a nice visual interface. Git Gud differentiates itself by (eventually) having more levels and the ability to test you on all the concepts there are.\n\n## How do I use it?\n### Development install (Currently only option): \n```\ngit clone https://github.com/bthayer2365/git-gud\ncd git-gud\npip install -e . # Installs in edit mode so we can change files without needing to reinstall\ncd ..\nmkdir test\ncd test\npython -m gitgud start # Initializes a git repository and lets us start using git gud from within this folder\n```\n\nOnce it's installed, you can access all the features that Git Gud has to offer. If you just want to get started, type in `git gud instructions`. The first level is already loaded for you, and all you just have to do is follow the instructions and it'll guide you through the challenges. Once you think you're done with a level, run `git gud test` to see of you've completed the challenge. If you've solved it, run `git gud progress` to move on to the next challenge! Look at the full command list below for a complete command list.\n\nThere will be several challenges within each level. Complete all of them to complete the level, or feel free to skip ahead!\n\n\n### Full command list\nSome commands you'll want to learn and what they do:\n* python -m gitgud start \n * Creates a git repoitory and gets you started on the first challenge!\n * Lets you use `git gud ` instead of `python -m gitgud `\n* git gud status\n * Shows the challenge you are currently working on\n* git gud instructions\n * This the very helpful command that will make you git gud! It displays the instructions for the current challenge, which will show you how to commit, branch and everything else!\n* git gud reset\n * Will reset the current challenge in case you mess up\n* git gud test\n * Tests to see if the current challenge is complete. If it congratulates you, you've successfully completed the challenge and you can move on! (You can also move on anyways)\n* git gud progress\n * Takes you to the next challenge\n* git gud levels\n * Displays all levels\n* git gud challenges\n * Displays all challenges in the current level\n* git gud challenges \n * Displays all challenges in the specified level\n* git gud load \n * Begin the first challenge of the specified level\n* git gud load \n * Begin the specified challenge (it is optional to specify the challenge)\n* git gud commit\n * Commit an empty file with a unique name\n* git gud commit \n * Commit an empty file with the specified name\n* git gud goal\n * Consicely prints out what is needed to complete the challenge\n* git gud show-tree\n * Visualizes the current git tree\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bthayer2365/git-gud/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "git-gud", "package_url": "https://pypi.org/project/git-gud/", "platform": "", "project_url": "https://pypi.org/project/git-gud/", "project_urls": { "Homepage": "https://github.com/bthayer2365/git-gud/" }, "release_url": "https://pypi.org/project/git-gud/0.1/", "requires_dist": [ "gitpython" ], "requires_python": ">=3.0", "summary": "A tool to learn git", "version": "0.1" }, "last_serial": 5958969, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c52051cfa33567f27aca823016c982a0", "sha256": "1b48e06c72ff475bb00462f0ef47e743276497ab9c1d65daf2e63a6a1f07fb60" }, "downloads": -1, "filename": "git_gud-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c52051cfa33567f27aca823016c982a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.0", "size": 8870, "upload_time": "2019-10-11T08:10:31", "url": "https://files.pythonhosted.org/packages/c3/81/878f65458d43068b79a2d35d70d0982bf7647ba4be4696bdd528183f97ce/git_gud-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac54f8c2209efce28a8b3fb1fbc74b05", "sha256": "5a106c13825f8e2ea26fcb9eaedb58beb2ec85bd68f1c927f407d4a0772ca2b3" }, "downloads": -1, "filename": "git-gud-0.1.tar.gz", "has_sig": false, "md5_digest": "ac54f8c2209efce28a8b3fb1fbc74b05", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.0", "size": 10440, "upload_time": "2019-10-11T08:10:33", "url": "https://files.pythonhosted.org/packages/fd/95/dafa6eb5780cb76469d8866a3885b93a6e54a56ceb10506b3e83493bfdf2/git-gud-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c52051cfa33567f27aca823016c982a0", "sha256": "1b48e06c72ff475bb00462f0ef47e743276497ab9c1d65daf2e63a6a1f07fb60" }, "downloads": -1, "filename": "git_gud-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c52051cfa33567f27aca823016c982a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.0", "size": 8870, "upload_time": "2019-10-11T08:10:31", "url": "https://files.pythonhosted.org/packages/c3/81/878f65458d43068b79a2d35d70d0982bf7647ba4be4696bdd528183f97ce/git_gud-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac54f8c2209efce28a8b3fb1fbc74b05", "sha256": "5a106c13825f8e2ea26fcb9eaedb58beb2ec85bd68f1c927f407d4a0772ca2b3" }, "downloads": -1, "filename": "git-gud-0.1.tar.gz", "has_sig": false, "md5_digest": "ac54f8c2209efce28a8b3fb1fbc74b05", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.0", "size": 10440, "upload_time": "2019-10-11T08:10:33", "url": "https://files.pythonhosted.org/packages/fd/95/dafa6eb5780cb76469d8866a3885b93a6e54a56ceb10506b3e83493bfdf2/git-gud-0.1.tar.gz" } ] }