IIUC restoring checkpoint will checkout, which should put you in a detached-head state, which might not be the actual goal. Would it be smarter to (commit?) , create branch name , reset --hard `<comittish>` ? But that's a detail.
IIUC restoring checkpoint will checkout, which should put you in a detached-head state,
which might not be the actual goal.
Would it be smarter to (commit?) , create branch name , reset --hard
<comittish>?But that's a detail.