@NiLuJe: To keep things easier to manage, what I'd recommend is that you start from the master branch as it was when you forked, then create a branch for each distinct change (git checkout -b branch-name), make only your distinct changes for the one branch, push it, and make a pull request for each branch. Then go back to master and make a new branch and start on the next distinct feature.
|