Skip to content

qruise kb squash

Squash multiple commits into one.

Syntax

qruise kb squash [OPTIONS]

Description

The qruise kb squash command merges several commits into one. Squashing branch history is a handy method of keeping the number of commits in check, especially on knowledge base branches that are meant for experimenting with new setup and code. It works by collapsing all the commits on the branch to a single one.

Options

Option Description
-m, --message Commit message.
-p, --profile Qruise KB profile name.
--profiles Specify path to the Qruise profiles file.
--database Override database name.
--organization Override organisation name.
--help Show a help message and exit.