Boaz Harrosh <bharrosh@xxxxxxxxxxx> writes: > Sorry > git-reset --clean -f/-n for removing local changes > git reset --hard for moving HEAD on a clean tree only Wouldn't "git reset <commit-ish>" be enough then? It modifies where current branch points to (as opposed to git-checkout modifying what is the current branch), and it modifies index. What it doesn't modify is working directory, but it is clean already. So the solution is: don't use `--hard'. -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html