Waleed-Ahmed-05/Git-Buddy — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows command line app called Git Buddy in C++ that makes Git easier for lazy or non technical users. I want it to open with a friendly menu, detect if Git is installed, offer to install it if needed, and help the user pick or validate a project folder before doing anything risky.
The main goal is to automate the boring Git stuff. Let users set up a repo, check if it is valid, switch branches from inside the app, and start timed auto push, instant pull, or full sync. Show clear status messages when there is nothing to push or when something fails.
Also add a local backup feature that creates timestamped copies of the project and only keeps the latest five backups so storage does not get out of hand. Add a repo sparser tool where the user can choose specific files or folders from a repo and copy only those into a new folder.
Make it feel simple, safe, and menu driven. Look up current Windows and Git command behavior if needed.
Want more depth? Deep Reverse