Skip to content

Samual-Hu/Git-Challenge-Class

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

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!

About

Practice repository for mastering Git command line during class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors