• @[email protected]
    link
    fedilink
    32 months ago

    There is no reason to force push anymore - force with lease is always preferable. So said, a frequent rebaser.

      • @[email protected]
        link
        fedilink
        112 months ago

        Force with lease will send up what your local thinks the most recent commit on the branch was and the host will reject the push if it knows of a more recent commit on that branch. Basically, it saves you from overwriting a commit you didn’t realize existed.