Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Sep 4, 2024
1 parent c03f47d commit 52ffa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def push_path(path: str | os.PathLike, msg: str):
repo.index.add(path)
repo.index.commit(msg)
origin = repo.remote(name="origin")
origin.pull(strategy_option="ours")
origin.pull(rebase=True)
origin.push()


Expand Down

0 comments on commit 52ffa26

Please sign in to comment.