- Fork and clone
- Create a link to this repo:
git remote add upstream https://github.com/CoderAcademy-BRI/ruby-challenges
- For each challenge (in your fork):
- Checkout the branch (in your fork)
git checkout -b <challenge_branch>
- Pull down the challenge:
git pull --no-edit upstream <challenge_branch>
- Complete the challenge
- Add and commit your changes
git add . && git commit -m "<insert commit message>"
- Checkout master branch and merge challenge branch:
git checkout master && git merge <challenge_branch>
- Push to master in your fork:
git push origin master
- Checkout the branch (in your fork)
-
Notifications
You must be signed in to change notification settings - Fork 59
CoderAcademy-BRI/ruby-challenges
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published