Comment by meinersbur

Comment by meinersbur 21 hours ago

0 replies

Avoid `git reset --hard` and `git clean -xfd`. To get a clean working-tree, use `git stash --all`. Allows restoring files if necessary. Saved my sorry bottom multiple times.