1

I forked a project from github, and today I pushed my changes. I want to be a contributor.

So, could the project owner also see my changes ?

liuzhidong
  • 538
  • 3
  • 18

1 Answers1

1

The owner of the original repo won't see your changes until you make a pull request.

Remember to make it from a dedicated branch (dedicated for your changes)
See "couples of tips for PR".

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250