📜 ⬆️ ⬇️

Git game or in search of Linus Torvalds



Stumbled today on this wonderful project. From the project's README.md file:

This is a terminal game whose goal is to test your level of Git knowledge. Each level in the game is a task that must be completed in the repository. After completing the current task, you will receive the next task. There are a total of 10 levels that increase in difficulty!
')

Go!


Clone the repository with the command:
$ git clone https://github.com/hgarc014/git-game.git 


Don't know any git commands?


Then you should read these files:
github.com/mikeizbicki/ucr-cs100/blob/2015winter/textbook/cheatsheets/git-cheatsheet.md

github.com/mikeizbicki/ucr-cs100/tree/2015winter/textbook/tools/git/advanced-git

You should always check the README.md for the next task!


Your first task is to make a checkout commit, whose comment is the answer to the question:

When a programmer is born, what is the first sentence he is trying to say?

Source: https://habr.com/ru/post/250025/


All Articles