Baz Docs
Sign Up ↗Contact sales
  • Introduction
  • Basics
    • Organization Setup
    • Configure with GitHub
    • Model Context Protocol (Beta)
  • Agents
    • Default Reviewers
    • Custom Reviewers (Beta)
    • Working with Agents
  • Code
    • Overview
    • Integrations
      • Datadog
      • GitHub Actions
      • Slack
      • Jira
  • Notifications
  • changes
    • Code Review
      • Description
      • Topics
        • Commands
      • Diff
        • Git Diff (optional)
      • Merge eligibility
    • Chat
    • Discuss
  • Account
    • Plans & Usage
    • Billing
    • Security, privacy and compliance
Powered by GitBook
On this page
  1. changes
  2. Code Review
  3. Diff

Git Diff (optional)

Alternatively, you can always revert to a Git diff instead of the default AST siff

Git diff compares code changes between different commits, branches, or working directories. Unlike AST diffing, Git diffing focuses on the specified versions of files. In short, Git compares the content of files line by line, marking additions, deletions, and modifications.

Git diff is an essential tool for code change analysis, providing precise and context-aware insights into code modifications. By efficiently comparing different versions of files, it saves critical review time and enhances overall development productivity.

PreviousDiffNextMerge eligibility

Last updated 11 months ago