• ThotDragon@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    25 days ago

    git branches are free
    work in your tree
    til the changes are ready
    300 git push --force-with-lease a day and nobody mad

        • Evotech@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          24 days ago

          Yes, if you use feature branches its literally not continuous. It’s adjacent though.

          Continuous Integration is a software development practice where each member of a team merges their changes into a codebase together with their colleagues changes at least daily

          Meaning everything is in a version controlled mainline

          People disagree about what CI is, but that’s the definition i subscribe to

          • exu@feditown.com
            link
            fedilink
            English
            arrow-up
            0
            ·
            24 days ago

            So does everyone work directly on main all the time? Do all of you work on the same project or are there multiple with one person per project? How do you work around the broken code your coworker just pushed so you can finish your tasks?