mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-12 01:47:24 +10:00
6 lines
331 B
Batchfile
6 lines
331 B
Batchfile
REM :: This script will forcefully clean the repository of residual cruft from the build process in the offchance I have forgotten
|
|
REM :: to include something. It is not perfect but it appears to do the job.
|
|
REM :: This is an alternative to 'git reset --hard HEAD' which would destroy local changes.
|
|
REM :: - Xenhat
|
|
git clean -xdf
|