History
Finding a commit, comparing two, and asking who changed a line and why.
- Browsing history The list of commits, what a commit contains, and how it is loaded.
- Searching history Full text across commit messages, and filters by author, file and branch.
- Comparing commits Two commits, a commit and its parent, or a commit and where you are now.
- Reverting a commit Undoing what a commit did, with a new commit that leaves the history alone.
- Blame Which commit last touched each line, and stepping back through the ones before it.
- The commit graph The lanes beside the history, and what they are telling you.