Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #114 from rgarrigue/patch-1
Browse files Browse the repository at this point in the history
Track the pushed branch
  • Loading branch information
mergify[bot] authored Jun 25, 2020
2 parents 7db58cc + 513a491 commit 40bac8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git_pull_request/__init__.py
Original file line number Diff line number Diff line change
@@ -622,7 +622,8 @@ def fork_and_push_pull_request(
[
"git",
"push",
"-f",
"--set-upstream",
"--force",
remote_to_push,
"{}:{}".format(branch, remote_branch),
]

0 comments on commit 40bac8b

Please sign in to comment.