Git Game Show - A Multiplayer Git Trivia Game

2 min read Original article ↗

Mini-Games

Git Game Show includes several mini-games based on your repository's commit history:

Author Quiz

Guess which team member made each commit based on the commit message and date.

Blame Game

Identify which developer committed a specific line of code in your repository.

Branch Detective

Determine which branch a commit belongs to based on commit information.

Commit Message Completion

Complete the missing part of commit messages from your repository's history.

Date Ordering Quiz

Put commits in chronological order to test your knowledge of project timeline.

File Quiz

Match commit messages to the correct modified file in your repository.