git-tips/tips ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Git tips website that collects lots of useful git commands and tricks in one place, like a cheat sheet people can browse when they get stuck.
It should have a clean homepage with categories like basic operations, branching, and history, and each tip should show the command plus a short explanation of when to use it. Make it easy to search and jump around, and make the pages feel like lightweight documentation people can read quickly on desktop or phone.
I also want it set up so the tips live in a data file that’s easy to edit later, since this project is meant to keep growing. If it makes sense, add a way to generate the readable docs from that source file. Keep the design simple and practical, and if you need to check current docs or best practices online, go ahead and do that.