Skip to content

Commit 1e63fa5

Browse files
committed
use force - #16
1 parent 6db6629 commit 1e63fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh_tt/classes/devbranch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _push(self, *, force=False):
121121
# push the branch to the remote
122122

123123
_ = asyncio.run(self._run("git_push", {
124-
"force_switch": "--force-with-lease" if force else ""
124+
"force_switch": "--force" if force else ""
125125
}))
126126

127127
return True

0 commit comments

Comments
 (0)