• narc0tic_bird
    link
    fedilink
    arrow-up
    7
    ·
    6 months ago

    This. Instead of making commits time-based (for example once per hour or once per day), make them purpose-based (say, add a database migration in one commit, and change the color of a button in another one). This also makes it easy to cherry-pick or otherwise backport specific changes to different program versions gor example.