Re: [git-users] Changes to be done in local repository if pull request is closed

2015-11-02 Thread Gergely Polonkai
Hello, in this case, you should have done a rebase instead of a merge, i.e. git pull --rebase insted of merely git pull. This way your commits would get replayed on top of the others, and no merge commit would exist. Best, Gergely On 3 Nov 2015 07:34, "Pranit Bauva"

[git-users] Changes to be done in local repository if pull request is closed

2015-11-02 Thread Pranit Bauva
Hey all! I am familiar with git but new to collaboration on project on github. I forked a repo (learnxinyminutes-docs) to make changes. I cloned it locally and made the required changes in the master branch only and committed it. Then I sent a pull request which got rejected. Now the project