GitButler ⧓

Commands

but new

Insert a blank commit before a specified commit or at the top of a stack

Usage

but new <TARGET>

Arguments

<TARGET>

Commit ID to insert before, or branch ID to insert at top of stack.

  • Type: String
  • Required: Yes

Examples

Insert a blank commit before a specific commit:

but new abc123

Insert a blank commit at the top of a branch's stack:

but new my-feature-branch

Last updated on

On this page

Edit on GitHubGive us feedback