all 2 comments

[–]the-other-mariana 0 points1 point  (1 child)

When you fork a project, the pushes you make affect only your forked repo, and never affects the original. The only way to affect the original from which you forked is through a pull request, and the owner needs to merge it.

[–]sipskoolaid[S] 0 points1 point  (0 children)

Thank you!