EllisLab text mark
Advanced Search
     
Starting a new change while one is in progress
Posted: 16 November 2012 06:42 PM   [ Ignore ]
Joined: 2009-04-02
2 posts

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:

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.

 
Posted: 16 November 2012 08:33 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2007-11-28
2435 posts

You should create a new branch for each pull request you want to make.