(Grav GitSync) Automatic Commit from GitSync

This commit is contained in:
GitSync
2026-06-14 00:27:27 +00:00
parent a2920f812d
commit 3c1bfda80f
2933 changed files with 491625 additions and 0 deletions
@@ -0,0 +1,17 @@
<div class="remodal" data-remodal-id="reset-local" data-remodal-options="hashTracking: false">
<h1>Git Sync - Reset Local Copy</h1>
<div class="step-0">
<div class="panel">
<p>By proceeding with the reset, all your local changes, if any, will be reverted to the repository state.</p>
<p>
Are you sure you want to continue?
</p>
</div>
</div>
<div class="button-bar">
<a class="button secondary" data-remodal-action="cancel" href="#">No</a>
<a class="button" data-gitsync-action="reset-local" href="#"> Yes</a>
</div>
</div>