//
pkg.gl
Category
github.com/jesseduffield/lazygit
pkg
commands
types
enums
package
0.48.0
Repository:
https://github.com/jesseduffield/lazygit.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
0
Dependents
6
Files
17 SLOC
#
Constants
REBASE_MODE_INTERACTIVE
REBASE_MODE_MERGING
REBASE_MODE_NONE
this means we're neither rebasing nor merging.
REBASE_MODE_NORMAL
this means normal rebase as opposed to interactive rebase.
REBASE_MODE_REBASING
REBASE_MODE_REBASING is a general state that captures both REBASE_MODE_NORMAL and REBASE_MODE_INTERACTIVE.
#
Type aliases
RebaseMode