Skip to content

v0.44.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 00:20
· 57 commits to master since this release

Highlights

  • Githead detects interrupted merge, rebase, cherry-pick, and revert operations after restart. The recovery guide offers applicable Review diff, Open file, Continue, Skip commit, and Abort actions.
  • Resolve conflicts in a focused editor with current, incoming, and working versions, then save and stage marker-free results. Syntax colors, line numbers, and diff bands make changes easier to review.
  • Use guided previews and execution options for merge, rebase, and cherry-pick operations. Githead explains conflicts, stale previews, and published rebase rewrites before you proceed.
  • Choose tag push behavior in Settings > Git Behaviors: push all tags, only followed tags, or no tags.
  • Githead blocks cherry-picking commits already contained in the current branch by default. Enable the Git Behaviors option to allow these operations and keep resulting empty commits.
  • Merge and rebase dialogs now show compact summaries by default, with additional details available under Advanced. Published rebases use one clear rewrite acknowledgement.

Fixes

  • The checkbox in repository settings keeps its size when the surrounding description is long, so the control remains easy to identify and use.