CodeIgniter Forums
Starting a new change while one is in progress - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Starting a new change while one is in progress (/showthread.php?tid=55922)



Starting a new change while one is in progress - El Forum - 11-16-2012

[eluser]Unknown[/eluser]
I'm working a "Pull Request" currently. I want to start
another change but when I look at the "Contributing to
CodeIgniter" document I notice:

Quote:One thing at a time: A pull request should only
contain one change. That does not mean only one commit,
but one change - however many commits it took.

How to I handle that? I suspect that I fork
BillHeaton/CodeIgniter but wanted to ask before jumping
off the cliff. Be gentle, I'm still very new at github.


Starting a new change while one is in progress - El Forum - 11-16-2012

[eluser]Aken[/eluser]
You should create a new branch for each pull request you want to make.