I like "git pull --ff-only" as a human to know when there's a problem. But in scripts like this, it's probably better to just force pull, maybe using: ``` f"git fetch; git reset --hard origin/{branch}" ```