With Git and Mercurial, you can "shelve" changes. So if you are part way through a big change and something important comes in, you can tell the source control system to stash the current changes out of the way, go back to your version prior to the current changes, make the new important changes and commit them, then pull the uncommitted stuff you were working on back into your working branch and go on your merry way.
Judah On Wed, Jul 27, 2011 at 9:28 AM, Shannon Rhodes <[email protected]> wrote: > > Yeah, what Dave said...I'm talking about committing part of a file, not part > of a project. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346364 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

