Skip to content

Commit 7975c02

Browse files
committed
close #200 workon should not pull rebase
1 parent 8c29d25 commit 7975c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phlow/workon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func WorkOn(issue int) {
2121
ui.PhlowSpinner.Start("Setting up workspace")
2222
defer ui.PhlowSpinner.Stop()
2323

24-
if _, err := git.Pull("--rebase"); err != nil {
24+
if _, err := git.Fetch("--all"); err != nil {
2525
fmt.Println(err)
2626
return
2727
}

0 commit comments

Comments
 (0)