OpenRakis / Spice86

Reverse engineer and rewrite real mode DOS programs!
Apache License 2.0
215 stars 18 forks source link

chore: renormalized line endings (post-dependabot mess) #779

Closed maximilien-noal closed 2 months ago

maximilien-noal commented 2 months ago

dependabot made a mess. On git clone, master has changes that can't be restored, stashed, removed... Therefore checking out a branch is impossible!

See: https://stackoverflow.com/questions/21122094/git-line-endings-cant-stash-reset-and-now-cant-rebase-over-spurious-line-en

people who cloned the repo or updated recently should run on master this once this is merged:

git reset --hard origin/master && git pull