[Click] autoconf 2.6

Eddie Kohler kohler at cs.ucla.edu
Sun Nov 9 13:32:23 EST 2008


rchertov at cs.ucsb.edu wrote:
> A bit of an unrelated question. Is it possible to pull from git so that all the files except fot the ones I changed get updated? Git stops as soon as it gets to a file that cannot be automatically merged.

I use "git stash" for this.

git stash
git pull
git stash apply

But perhaps there is a better way.  Anyone else?
Eddie



More information about the click mailing list