Brayydzz / ruby-challenges-2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Morning Challenges

Instructions

  1. Fork and clone
  2. Create a link to this repo:
    git remote add upstream git@github.com:gj-ca/ruby-challenges-2021.git
  3. For each challenge (in your fork):
    1. Checkout the branch (in your fork)
      git checkout -b <challenge_branch>
    2. Pull down the challenge:
      git pull upstream <challenge_branch>
    3. Complete the challenge
    4. Checkout master branch and merge challenge branch:
      git checkout master && git merge <challenge_branch>
    5. Push to master in your fork:
      git push origin master

About