From: Nicolas Pitre <hidden> Date: 2016-06-15 22:45:29
On Wed, 15 Oct 2008, Andrew Morton wrote:
I do
git-reset --hard HEAD
git-reset --hard linux-next
git-checkout linux-next
and get
error: Untracked working tree file 'Next/SHA1s' would be overwritten by merge.
y
grr.
What about simply:
git-checkout -f linux-next
Nicolas