"H. Peter Anvin" [off-list ref] writes:
Junio C Hamano wrote:
...
quoted
quoted
2. cg-restore
Cogito separated "reset" and "restore". This is a syntactic sugar
issue, but having to type "git reset --hard -- path" makes me
nervous, especially since hitting Enter at the wrong time could have
serious and irrevocable consequences.
Why --hard?
To make it actually change the file in the working directory
(equivalent to the -f option in cg-restore.)
Then "git checkout HEAD -- path"?