Skip to content

Commit

Permalink
add force
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed Sep 13, 2024
1 parent e0a3787 commit d92de88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patchwork/steps/CommitChanges/CommitChanges.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def run(self) -> dict:
to_branch,
):
for modified_file in true_modified_files:
repo.git.add(modified_file)
repo.git.add("-f", modified_file)
commit_with_msg(repo, f"Patched {modified_file}")

return dict(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "patchwork-cli"
version = "0.0.57"
version = "0.0.58"
description = ""
authors = ["patched.codes"]
license = "AGPL"
Expand Down

0 comments on commit d92de88

Please sign in to comment.