Skip to content

Commit

Permalink
dev: delete on gt sync (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Dec 19, 2023
2 parents f506653 + ad0e3b0 commit e80d905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion personal_mnemonic_medium/subtasks/graphite.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@inv.task(aliases=("submit",)) # type: ignore
def submit_pr(c: inv.Context):
c.run("gt sync --delete --no-interactive")
c.run("gt sync --delete --force")
c.run("gt submit --stack --restack -m --no-edit")
c.run("gt log -s")

Expand Down

0 comments on commit e80d905

Please sign in to comment.