[plt-dev] git wackiness

From: David Vanderson (david.vanderson at gmail.com)
Date: Tue Apr 20 17:41:53 EDT 2010

If you don't want to create a separate branch for this, you can do:

git stash
git pull --rebase
git stash pop

The stash command saves off the working tree differences temporarily.  
That's how I've dealt with this so far.

Thanks,
Dave

Jay McCarthy wrote:
> tewk: This might work, git branch working_point; git pull --rebase ;
> git push ; git checkout working_point
> tewk: git branch saves your current view of the world, which you can
> come back to after you update and commit
>   


Posted on the dev mailing list.