Imagine a folder like this
Dropbox
-Main folder
--GIT PUSH THE MAGIC REPO.exe
--THE MAGIC REPO
---editor.html
---index.html
Can I make a self-contained file that would push the repo even if the machine has no git installed on it nor any system permissions to do so?
Context: I am using GitHub pages and added a visual editor for the website (editor.html) after the non-technical person is done editing the file in local I just want a "PUBLISH" executable for them to hit that executes a git push.