Skip to main content
Available in Piebald Pro To view the changes in your Git repository, switch to the Git viewer by clicking the Git icon in the top right corner of the code sidebar. project_git_section.png Clicking on a file in the Git viewer sidebar will display the changes in that file. file_in_git_view.png Clicking Open in Editor will open the file in the code editor. At the moment, the Git diff browser is very limited—the only functionality is viewing the diff. However, in near versions, we plan to add much more complete Git support—reverting individual changes, resolving merge conflicts, merging/rebasing branches, sophisticated support for PR/MR stacks, etc.

Configuration

The Git viewer is configurable in a couple ways:
  • Unchanged sections in a file can be set to expanded or folded.
  • The diff view can be set to inline or side-by-side.
Both configuration options are available from the Configuration dropdown accessible using the switches button in the top right corner: git_view_configuration.png