Skip to content

Commit b436736

Browse files
committed
Revert unwanted change
1 parent a43e67d commit b436736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/git_commands/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (self *SyncCommands) Pull(task gocui.Task, opts PullOptions) error {
101101
WorktreePathIf(opts.WorktreePath != "", opts.WorktreePath).
102102
ToArgv()
103103

104-
// setting GIT_SEQUENCE_EDITOR to ':' as a way of skipping if, in case the user
104+
// setting GIT_SEQUENCE_EDITOR to ':' as a way of skipping it, in case the user
105105
// has 'pull.rebase = interactive' configured.
106106
return self.cmd.New(cmdArgs).AddEnvVars("GIT_SEQUENCE_EDITOR=:").PromptOnCredentialRequest(task).Run()
107107
}

0 commit comments

Comments
 (0)