diff --git a/README.md b/README.md index d68ff03..6455476 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,14 @@ or run this command in project's folder `FOR /F %L IN (.\vpm-repositories.txt) D > 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.