feat: purge local repo action for git module

This commit is contained in:
NGPixel
2020-02-03 23:39:00 -05:00
parent b1c7edac90
commit e68932aa40
2 changed files with 11 additions and 2 deletions

View File

@@ -109,3 +109,6 @@ actions:
- handler: importAll
label: Import Everything
hint: Will import all content currently in the local Git repository, regardless of the latest commit state. Useful for importing content from the remote repository created before git was enabled.
- handler: purge
label: Purge Local Repository
hint: If you have unrelated merge histories, clearing the local repository can resolve this issue. This will not affect the remote repository or perform any commit.