addiexx1 / git-workshop-part-2

Git Workshop Part 2 activity!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WELCOME TO THE GIT WORKSHOP PART 2! πŸ¦„

STEPS

PLEASE READ THESE INSTRUCTIONS CAREFULLY πŸ‘€

  1. Clone this repository!
  • git clone git@github.com:ScienceStudentSuccessCentre/git-workshop-part-2.git

  1. cd into:
  • git-workshop-part-2

  1. Create your own branch 🌲
  • git checkout -b <name>

  1. Create a new markdown file:
    • touch <name-of-file>.md

  2. Write some fun content, like:
    • I LOVE WHEN JAKE TEACHES ME GIT!

  3. Save your changes.
  4. Follow these cool git instructions:
    1. git add .

    2. git commit -m "this is what changed"

    3. git push origin <branch-name>

    4. Go to GitHub and create a new pull request
    5. ON THE TOP: Make sure that the base repository is ScienceStudentSuccessCentre
    6. ON THE TOP: Make sure that the head repository is YOUR USER NAME/git-workshop-part-2
    7. Write a solid PULL REQUEST, example:

      #TL;DR, this pull request adds a new file, bla bla bla πŸš€

  5. CONGRATS πŸ₯³ and click Create Pull Request
  6. Add coffeeboost (Gordon) & Jake to review your pull request! πŸŽ–
  7. THANK GORDON & JAKE πŸŽ‰
  8. YAY!!!!

You are now better on github, your future job thanks you for coming to this amazing workshop. πŸ¦„

About

Git Workshop Part 2 activity!