Wednesday, September 4, 2024

Git Tower 12

Bruno Brito:

With Tower Workflows, we aim to provide you with the ability to create and customize your own branching workflows. You can use popular branching workflows as a starting point, tweak them, come up with your own unique solution from scratch, or embrace other popular workflows like the Stacked Pull Requests workflow.

For this to be possible, the Tower team focused on two big features for this release:

  • Branch Dependencies.
  • The “Restack Branch” action.

Version 12.0:

It allows Tower to keep track of the original branch from which another branch was created, a capability not natively supported by Git. Newly created branches in Tower automatically inherit their starting branch, and users can manually set or change the parent branch via the context menu at any time.

[…]

Tower enables you to create “stacks” of branches — branches that depend on other branches — and effortlessly restack them (using rebase) with a single action.

[…]

Repositories can now optionally be opened in a new window by passing the “-n” argument to the “gittower” command.

There’s more about stacked branches here.

Previously:

Comments RSS · Twitter · Mastodon

Leave a Comment