yenlyman/autosave-to-github — reverse-engineered prompt
Reverse engineered prompt
Build me a small app or script that automatically saves my project changes to GitHub so I don't have to remember to commit and push manually. I want to choose a local folder, connect it to an existing GitHub repo, and have it check for changes on a schedule or when files change.
When it finds changes, it should create a simple commit message with the date and time, push it, and show me whether it worked. If there is an error, like no internet, wrong login, merge conflict, or missing repo setup, explain it in plain language and tell me what to do next.
Keep the setup simple for a beginner, with a clear step by step markdown guide and screenshot placeholders if needed. Make it safe, don't delete files or overwrite remote work without asking. Look up current GitHub login docs online if you need to.
Want more depth? Deep Reverse