Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/git-game/git-game
terminal game to test git skills
https://github.com/git-game/git-game
Last synced: 27 days ago
JSON representation
terminal game to test git skills
- Host: GitHub
- URL: https://github.com/git-game/git-game
- Owner: git-game
- License: gpl-2.0
- Created: 2014-12-01T02:29:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T00:17:39.000Z (5 months ago)
- Last Synced: 2024-10-01T13:42:03.057Z (about 1 month ago)
- Homepage: https://www.git-game.com
- Size: 1.71 MB
- Stars: 3,121
- Watchers: 83
- Forks: 639
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the git-game!!
This is a terminal game designed to test your knowledge of git commands.
Each level in the game is a task to perform on this repo.
Once you perform that task, you will be given your next task.
There are a total of ten levels, each one harder than last!### Let's get this journey started!!
Clone this repository by running:```
$ git clone https://github.com/hgarc014/git-game.git
```
**Don't know a lot about git??**Then you should check these files for assistance:
https://github.com/mikeizbicki/ucr-cs100/blob/2015winter/textbook/cheatsheets/git-cheatsheet.md
https://github.com/mikeizbicki/ucr-cs100/tree/2015winter/textbook/tools/git/advanced-git
Otherwise, you are free to continue...
**You can win a badge for completing this game!**
learn more about badges here: https://openbadgefactory.com/faq
**You should always check the README.md file for your next clue!**
``Level 1``
Your first task is to checkout the commit whose commit message is the answer to this question:
> When a programmer is born, what is the first thing he/she learns to say?