bruno randolf <bruno@xxxxxxxxxxxxx> writes: >> > "git-reset --hard origin/everything" does the trick for me, while using >> > much less bandwidth and time. >> >> I do the same and it has worked for me, at least. > > thanks for that hint, but still, that sucks if you want to rebase your local > work against an updated 'everything'... > > how do you guys manage your pending patches and local work then? What I have done is that I follow upstream development in master branch and create separate branch for my stuff. And after master changes I'll do 'git rebase master' on my branch. But as Andreas already mentioned, stgit is the better way to do this. -- Kalle Valo - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html