Y
Hacker News
new
|
ask
|
show
|
jobs
by
aninhumer
3938 days ago
And `git checkout -p` to erase hunks from the working directory. (i.e. delete without saving!)
1 comments
icebraining
3938 days ago
That's a little dangerous! I use git stash -p instead, and only drop it after I'm absolutely sure.
link