No description
Find a file
Hassaan B. d38832b4ee
Merge pull request #18 from ClubCedille/add-HassaanBahsoun
feat: add HassaanBahsoun to Hall of GitFame

LET'S GOOOOOOOOO
2025-10-08 21:54:32 +00:00
.github/workflows message on success 2025-06-12 23:31:49 -04:00
HALL_OF_GITFAME.md Merge branch 'olympgit' into add-HassaanBahsoun 2025-10-08 21:53:32 +00:00
LICENSE Initial commit 2025-06-12 20:54:21 -04:00
README.md Update README.md 2025-07-04 20:04:08 -04:00

🏛️ OlympGit — Hall of GitFame

Welcome, initiate.
You now stand before OlympGit, home of the Git Immortals.
All who master branching, pulls, and conflict-slaying earn eternal glory in the Hall of GitFame.

Your Trial:
Place your name at the very top of HALL_OF_GITFAME.md.
But beware: merge conflicts lurk in these halls. The Hydra of Lerna (our GitHub Action) grows a new head the instant you open a Pull Request, pushing its own line above yours.
Conquer the Hydra, resolve the conflict, and merge—only then will your name be etched in gold.


📂 Repository Layout

Path Purpose
olympgit Sacred branch that holds HALL_OF_GITFAME.md
HALL_OF_GITFAME.md The scroll where Immortals are listed — edit me
.github/workflows/summon-hydra.yml The Hydra that spawns merge conflicts

⚔️ The Trials of Git — Opening Moves

# Trial Command / Action
1 Enter Olympus git clone git@github.com:ClubCedille/OlympGit.git
2 Branch for Glory git checkout -b add-<your-name>
(replace <your-name> with your actual git username)
3 Inscribe Your First Mark Edit HALL_OF_GITFAME.md and add your line at the very top.
4 Seal the Offering git add HALL_OF_GITFAME.md
git commit -m "feat: add <Your Name> to Hall of GitFame"
git push origin add-<your-name>
5 Present Your Petition to the Gods Open a Pull Request:
Base: olympgit
Compare: add-<your-name>
• Title: 🏛️ Feat: Add <Your Name> to the Hall of GitFame

🗝️ What lies beyond?
After Trial 5, the Hydra awakens; a new scroll will guide you through conflict-slaying and final ascension.