iammike

joined 1 year ago
[โ€“] [email protected] 4 points 1 month ago

You can probably use something like

git clean -xdf

To get rid of all the artifacts not tracked by git, in this case it's virtually the same as deleting the repo and re-cloning it.

NOTE: Make sure everyhing is staged, otherwise that data is gone

[โ€“] [email protected] 4 points 1 year ago (2 children)

The fine line between ssh and lsd