Site Builder
Joined: 2006/12/2 23:57 Last Login
: Yesterday 9:16
From Athens/Dublin
Group:
Registered Users Webmasters
|
@xenic That's the way Git works and the way people contribute to other's projects. It is a great way to manage your fork code, and contribute to the main repo as well.
But you better keep different /features/fixes/changes to different branches, and make pull request with as less as possible code changed, so that the reviewer won't have to spend hours to check all these changes. It would be better to make more pull requests with a few changes than one huge pull request with everything in there. The later one might never get merged.
|