All Projects → nivbend → Gitstery

nivbend / Gitstery

A Git Murder Mystery

Projects that are alternatives of or similar to Gitstery

Dayasadev
📗 A course to teach non-technical team members what developers do 📗
Stars: ✭ 73 (-75.42%)
Mutual labels:  learning, learning-by-doing
Dive Into Machine Learning
Dive into Machine Learning with Python Jupyter notebook and scikit-learn! First posted in 2016, maintained as of 2021. Pull requests welcome.
Stars: ✭ 10,810 (+3539.73%)
Mutual labels:  learning, learning-by-doing
My Own Kind
Build a verifiably conformant kubernetes cluster in containers.
Stars: ✭ 78 (-73.74%)
Mutual labels:  learning, learning-by-doing
Learning
Learn by building
Stars: ✭ 19 (-93.6%)
Mutual labels:  learning, learning-by-doing
Docker Workshop
Docker workshop
Stars: ✭ 174 (-41.41%)
Mutual labels:  learning, learning-by-doing
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (+195.29%)
Mutual labels:  learning, learning-by-doing
Postgres Showcase
Postgres features showcase (commented SQL samples) for beginners
Stars: ✭ 121 (-59.26%)
Mutual labels:  learning, learning-by-doing
Learn Php
🐘 Learn modern PHP
Stars: ✭ 455 (+53.2%)
Mutual labels:  learning, learning-by-doing
Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (-49.83%)
Mutual labels:  learning, learning-by-doing
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (-54.21%)
Mutual labels:  learning, learning-by-doing
Teaching App Dev Swift
DEPRECATED. Instructor lesson plans that accompany Xcode projects, for guiding in-class experiential learning.
Stars: ✭ 699 (+135.35%)
Mutual labels:  learning, learning-by-doing
Today I Learned
📝 Today I Learned - A list of all things I learn on daily basis.
Stars: ✭ 240 (-19.19%)
Mutual labels:  learning, learning-by-doing
Learn Julia The Hard Way
Learn Julia the hard way!
Stars: ✭ 679 (+128.62%)
Mutual labels:  learning, learning-by-doing
Learning Unity Ecs 2
A bunch of small Unity projects where I explore and learn Unity's new ECS and Job System. Updated for the new API.
Stars: ✭ 65 (-78.11%)
Mutual labels:  learning, learning-by-doing
Renderhelp
⚡️ 可编程渲染管线实现,帮助初学者学习渲染
Stars: ✭ 494 (+66.33%)
Mutual labels:  learning, learning-by-doing
Tutorials
All of the code for my Medium articles
Stars: ✭ 92 (-69.02%)
Mutual labels:  learning, learning-by-doing
Futurecoder
A platform for beginners to learn programming in Python
Stars: ✭ 363 (+22.22%)
Mutual labels:  learning, learning-by-doing
Javascript Exercises
📚 Collection of JavaScript exercises and coding challenges.
Stars: ✭ 385 (+29.63%)
Mutual labels:  learning, learning-by-doing
Ziglearn
Repo for https://ziglearn.org content. Get up to speed with Zig quickly.
Stars: ✭ 135 (-54.55%)
Mutual labels:  learning, learning-by-doing
Wasm By Example
Wasm By Example is a website with a set of hands-on introduction examples and tutorials for WebAssembly (Wasm)
Stars: ✭ 226 (-23.91%)
Mutual labels:  learning, learning-by-doing

A Git Murder Mystery

A murder had been committed in Git Town!

To solve it you'll need to muster all your git knowledge (or just google a bunch).

NOTICE

This is a product of another repository, https://github.com/nivbend/gitstery-generator. As such, contributions are accepted only on that repository and not here. Feel free to post any issues, suggestions or pull-requests on the "generator" project and improve this game for everyone!

Also, because this is a randomly-generated repository, sharing "public" history is impossible as it gets rewritten every time. So in contrast to most repositories, this one gets updated by git push --force (though that's usually considered bad practice). If you have a copy of this repository and want to "pull" the latest version, it would probably be easiest to just delete the current version and clone this repository again.

Instructions

Clone this repository (this isn't meant to be solved using GitHub's interface):

$ git clone https://github.com/nivbend/gitstery.git
$ cd gitstery/

Then follow the instructions in instructions.txt.

The mystery was built so that solving it can be done with git commands and git commands alone. If you want a git way of reading the instructions, try:

git cat-file blob HEAD:instructions.txt

Who is this for?

The target audience are intermediate git users, this is not meant to be a tutorial for git newcomers. But feel free to try your hand at this if you'd like! Don't let random README.md files on the internet tell you what you can or cannot do.

Acknowledgments

This project was inspired by:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].