Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from imba-tjd/patch-1
Use --force-with-lease instead of --force
- Loading branch information
f43881e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is causing all of our deploys to hang with a "stale info" status.:
! [rejected] HEAD -> staging-deploy (stale info)
f43881e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @matthewgarrettks, I'll revert the change. But in general, a
--prune
beforehand is not an option?f43881e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was wondering why my auto-commits suddenly started erroring out with a "stale info" status when it had no problem beforehand. The revert fixed the issue. Thanks
f43881e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!