We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43e67d commit b436736Copy full SHA for b436736
pkg/commands/git_commands/sync.go
@@ -101,7 +101,7 @@ func (self *SyncCommands) Pull(task gocui.Task, opts PullOptions) error {
101
WorktreePathIf(opts.WorktreePath != "", opts.WorktreePath).
102
ToArgv()
103
104
- // setting GIT_SEQUENCE_EDITOR to ':' as a way of skipping if, in case the user
+ // setting GIT_SEQUENCE_EDITOR to ':' as a way of skipping it, in case the user
105
// has 'pull.rebase = interactive' configured.
106
return self.cmd.New(cmdArgs).AddEnvVars("GIT_SEQUENCE_EDITOR=:").PromptOnCredentialRequest(task).Run()
107
}
0 commit comments