I want to somehow tag the codebase when I push it to production, so that next time when I want to push to production I can do a diff and see exactly what files changed since the last time.
How can I do this with GIT?
Also, how can I list all production builds?