Added a note about convenience shell scripts

This commit is contained in:
raccoon
2026-03-02 13:18:16 +05:00
parent cd4cd13b54
commit b1e30937cf

View File

@@ -61,6 +61,14 @@ or run this command in project's folder on Windows
> this is because VPM has not loaded yet and didn't resolved the required packages, ignore the errors and continue loading.
> Sometimes you may need to reopen the project couple times for all packages to resolve and scripts to recompile.
## Convenience scripts
The template also have some convenience shell scripts for both Windows and Linux:
- `./repo-cleanup.*` - Cleans up all untracked trash in the working tree (i.e. `Library/`, `Build/`, etc.)
- `./repo-discard.*` - Reverts all changed files back to the state of the last commit
- `./repo-reset.*` - Completely resets the state of the local repo to the state of the remote repository (dangerous, use with caution!)
## License
For project's license see [LICENSE](./LICENSE) file.