0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 7
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
When you fork someone's repository on a platform like GitHub, you get a copy of the repository in your account. This is the standard way to contribute to someone else's open-source project. The steps are typically:
your_feature
)your_feature
branchoriginal_owner/repo
main
from your_username/repo
your_feature
Then the original owner can review your changes. If they like them, they can merge the changes straight from your fork into their repository.
add myself as a contributor
We don't need the add_contrib
branch anymore, so delete it from your local repo after switching back to main
. Do NOT merge them.
To delete a branch locally while in a different branch:
git branch -D branch_name
Paste the link to your public GitHub repo:
Checks that will be run:
Login to view solution