Curtis Olson wrote:

> - What is the best way to clean up my "next" branch of all the changes I had
> previously made before I created my own branch?  I'd like to return it to
> it's pristine untouched state now that I have a local branch for my local
> changes.

If anything else fails, if "next" in your local GIT repo is in clean
state without any local changes added, if you just want to have a clean
checkout of "next", then "rm -rf *; git checkout -f next" should do the
job.

Cheers,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to