Whether you’re steering an open source project or leading full-time a software development team, the key to maximizing productivity lies in efficient code reviews.

  • CameronDev
    link
    fedilink
    arrow-up
    2
    ·
    9 months ago

    I do almost exactly that workflow as well, but I just know its bitten me before. Protecting main/dev is fine, but I have also accidentally force pushed to the wrong branch and wiped out its work as well.

    Muscle memory + Fatigue == Bad time :/

      • CameronDev
        link
        fedilink
        arrow-up
        3
        ·
        9 months ago

        Yeah, or sprint to your colleague and ask them to force push their branch again :D

        Another tactic for for getting clean git commits is to do all your messy commit work in a scratch branch, and then when your happy, create a new branch, and with meld, organise your changes into complete logical commits. We do that a little bit.