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_featureThen the original owner can review your changes. If they like them, they can merge the changes straight from your fork into their repository.
Click to play video
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