diff --git a/README.md b/README.md index 110844a..819c0a7 100644 --- a/README.md +++ b/README.md @@ -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.