See what changed
Each commit records a set of changes with an author, time, and message. If a guide becomes inaccurate, you can inspect its history to see how it changed and often recover an earlier version. That history is useful only when the team commits its work and writes meaningful messages. Git tracks committed changes; it isn’t an automatic record of every keystroke. For a Mintlify site connected to GitHub, the repository is the source that Mintlify builds from. The deployed site reflects the files on the configured deployment branch, which is oftenmain.