GitButler ⧓

Commands
>_

but gui

Open the GitButler GUI for the current project.

Running but gui will launch the GitButler graphical user interface in the current directory's GitButler project.

This provides a visual way to manage branches, commits, and uncommitted changes, complementing the command-line interface.

You can also just run but . as a shorthand to open the GUI.

Usage: but gui [PATH] [OPTIONS]

Arguments

  • <PATH> — Path to the directory to open as a GitButler project. Defaults to the current directory

Options

  • -n, --new-window — Open the project in a new application window (default: false)

Last updated on

On this page

Edit on GitHubGive us feedback