3 Different Git Workflows Used in Production

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 8

  • @boss9lra
    @boss9lra 3 года назад +3

    Keep up the good work!)

  • @ameerhbaig
    @ameerhbaig Год назад

    Loving all your videos.

  • @WallyJ2K
    @WallyJ2K 7 месяцев назад

    Great explanation!

  • @erickalcala7649
    @erickalcala7649 9 месяцев назад +1

    what is the last one called?

  • @grokitall
    @grokitall 3 месяца назад

    the fundamental problem with all these models is that they don't work with continuous integration or refactoring, due to being based on the idea that there is no problem with long lived feature branches. unfortunately this ignores the fact that every branch is a fork of the entire code base, and forks diverge over time until it becomes impossible to merge back in.
    this is why trunk based development is central to continuous integration and test driven development.

  • @DzintarsDev
    @DzintarsDev 5 месяцев назад

    The problem about all these Git videos is that - "You can do this, or you can do this, or you can do this, but if you have this, then you can do this and then that".

  • @jparks6544
    @jparks6544 9 месяцев назад +2

    music is too annoying to keep up with what you are explaining