mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
pkg: fix some typos
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
This commit is contained in:
committed by
Stefan Haller
parent
34f8f7293c
commit
1c098ff82a
@ -11,7 +11,7 @@ var FastForwardWorktreeBranch = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Skip: false,
|
||||
SetupConfig: func(config *config.AppConfig) {},
|
||||
SetupRepo: func(shell *Shell) {
|
||||
// both main and linked worktree will have changed to fast-foward
|
||||
// both main and linked worktree will have changed to fast-forward
|
||||
shell.NewBranch("mybranch")
|
||||
shell.CreateFileAndAdd("README.md", "hello world")
|
||||
shell.Commit("initial commit")
|
||||
|
Reference in New Issue
Block a user