| Index: checkout.py
|
| diff --git a/checkout.py b/checkout.py
|
| index 1c9c63874de50b8b2568e53757cf8cd0b1c46fd8..141bf258471faebb6e92f2c68f475d08e4ce35bd 100644
|
| --- a/checkout.py
|
| +++ b/checkout.py
|
| @@ -749,7 +749,7 @@ class GitCheckout(CheckoutBase):
|
| # Push to the remote repository.
|
| self._check_call_git(
|
| ['push', 'origin', '%s:%s' % (self.working_branch, self.remote_branch),
|
| - '--force', '--quiet'])
|
| + '--quiet'])
|
| # Get the revision after the push.
|
| revision = self._get_head_commit_hash()
|
| # Switch back to the remote_branch and sync it.
|
|
|