Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 911 Bytes

File metadata and controls

43 lines (30 loc) · 911 Bytes

The Great Git Race 🚀

Welcome to our live Git practice! Master the workflow and compete for glory.


🛠️ QUICK STEPS (COMMANDS)

1. Setup

  • Fork this repository (button at the top right).
  • Clone your fork: git clone [YOUR_FORK_URL]
  • Enter folder: cd [REPO_NAME]

2. Create Branch

  • git switch -c branch-name

3. Edit & Save

  • Open participantes.md.
  • Add your Name and an Emoji.
  • Save the file.

4. Commit & Push

  • git add .
  • git commit -m "message"
  • git push origin branch-name

5. Finish 🏁

  • Go to your Fork on GitHub web.
  • Click "Compare & pull request".
  • Click "Create pull request".

🏆 PRIZES

  • 🥇 1st Place:
  • 🥈 2nd Place:
  • 🥉 3rd Place:
  • 🛡️ Survivor: Last person to successfully merge. Keep going!

  • Refresh: I am watching the Pull Requests tab live!