mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-13 19:06:38 +10:00
f4dd56155b
* Rebrand to Open-Shell * Slight installer branding improvement
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
|