You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add remotes: [origin] for your forked repository and [upstream] for this repository. This will help you push your changes to your forked repository, and also keep up-to-date with this repository. Note that [origin] will be already set. So you just need to set [upstream].
Create a branch from the master branch of your forked repo. Make sure that you keep your master up-to-date with [upstream] i.e. this repository. Check this link.
Contributions/changes should be made in your new branch. Better not to modify your master branch.
After making changes, publish and push the branch. Now the changes can be observed on your online forked repository. Check this link.
Finally, create a pull request to merge your branch with this repository.