Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wenn committed Dec 6, 2024
1 parent 73d7313 commit 7da3b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func makeLocal(name string, noopCommit bool) (string, error) {
}

func pushRemote(name string) (string, error) {
out, err := cmdFn("git", "push", "--force-with-lease", "origin", name)
out, err := cmdFn("git", "push", "origin", name)

if err != nil {
return out, err
Expand Down

0 comments on commit 7da3b4a

Please sign in to comment.