github pull request from master branch, can I keep working on other branches before it is merged? -


i found quick bug fix in project. never made development branch , when finished bug fix did pull request new changes on master branch.

while i'm waiting request merged found unrelated bug work on. can make new branch bug #2 , work on separately or changes included in still pending pull request first fix?

is there anyway fix other waiting merged?

while i'm waiting request merged found unrelated bug work on. can make new branch bug #2 , work on separately or changes included in still pending pull request first fix?

yes, can make new branch: changes on remain branch only.

if add , push new commits on initial branch made pr from, pr automatically updated, explain in "couple of tips pull requests".

but changes new branch wouldn't impact pr in way.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -