Skip to content

CoderAcademy-BRI/ruby-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Ruby Morning Challenges

Instructions

  1. Fork and clone
  2. Create a link to this repo:
    git remote add upstream https://github.com/CoderAcademy-BRI/ruby-challenges
  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 --no-edit upstream <challenge_branch>
    3. Complete the challenge
    4. Add and commit your changes git add . && git commit -m "<insert commit message>"
    5. Checkout master branch and merge challenge branch:
      git checkout master && git merge <challenge_branch>
    6. Push to master in your fork:
      git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published