feature/add-cmd #13

Merged
kjuulh merged 4 commits from feature/add-cmd into v0.1 2022-09-18 16:49:15 +02:00
Showing only changes of commit 51b79dc51a - Show all commits

View File

@ -242,7 +242,7 @@ func (g *Git) CreateBranch(ctx context.Context, gitRepo *GitRepo) error {
err = worktree.PullContext(ctx, &git.PullOptions{
RemoteName: "origin",
ReferenceName: "refs/heads/main",
SingleBranch: true,
SingleBranch: false,
Depth: 1,
Auth: auth,
RecurseSubmodules: 1,