Re: why is git destructive by default? (i suggest it not be!)
- Date: Tue, 24 Jun 2008 12:08:31 -0700 (PDT)
- From: Jakub Narebski <jnareb@xxxxxxxxx>
- Subject: Re: why is git destructive by default? (i suggest it not be!)
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