Y
Hacker News
new
|
ask
|
show
|
jobs
by
perlgeek
1428 days ago
... or with `git checkout` or with `rm` or `git clean` (for files not yet under version control).
1 comments
tsimionescu
1428 days ago
... or git merge / git pull (but not git rebase) ...
link
rjmunro
1428 days ago
How do you loose files with git merge / git pull?
link
witcher01
1428 days ago
merge and pull update the reflog just like rebase does, so both can be undone!
link