Git Workflow with Production, Staging, Hotfix and Main Branch

Поділитися
Вставка
  • Опубліковано 7 жов 2024

КОМЕНТАРІ • 19

  • @ExamProChannel
    @ExamProChannel  2 роки тому

    If you want to support more free video courses checkout our complete study packages, with practice exams at www.exampro.co/

  • @singhsaab7121
    @singhsaab7121 3 місяці тому +1

    Finally found a video which shows git flow practically instead of showing diagram 🙃 . Thanks man.
    Please also make updated version of this explaining how to deal if there are conflicts on dev branch with other user commits.

  • @overcolck777
    @overcolck777 2 роки тому +1

    Amazing! I loved it. Thank you for making this video. This is exactly what I was looking for.

  • @zoranbogdan6354
    @zoranbogdan6354 6 місяців тому

    I know it's been a while since you posted this ... but it is now that i needed this. Thank you!

    • @ExamProChannel
      @ExamProChannel  4 місяці тому

      Better late than never! Glad to hear it came in handy when you needed it.

  • @danalex2991
    @danalex2991 Рік тому

    What an amazing video ! Thank you so much !

  • @michaelekwere2024
    @michaelekwere2024 3 роки тому +1

    This is good information. Thanks alot.

  • @jacinyan3893
    @jacinyan3893 2 роки тому +1

    Wonderful, thanks bro

  • @shishh2516
    @shishh2516 Рік тому

    Wonderful video thank you

  • @surajjeswara
    @surajjeswara 2 роки тому

    It was very helpful. Thanks :)

  • @tabliqatchi6696
    @tabliqatchi6696 2 роки тому

    Very interesting and useful video, I just wish you didn't use Fork it was so buggy and weird and asking for purchase like every 15 minutes?! OMG. But thank you VERY much anyways, I learned a lot 💪.

  • @MrJollin
    @MrJollin 2 роки тому +1

    source tree is good i am using it.

  • @jayjlaw
    @jayjlaw 2 роки тому

    you need to do a fetch to get lastest updates on remote origin

    • @diegorocha2186
      @diegorocha2186 Рік тому

      But git pull will run git fetch anyway right?

    • @ilhamakhyar4849
      @ilhamakhyar4849 Рік тому

      @@diegorocha2186 Yes you are right, because git pull is a combination of git fetch and git merge

  • @meysam7425
    @meysam7425 8 місяців тому

    why shouldn't the main (master) and the production branch be the same? i think having the production branch is redundant

    • @ExamProChannel
      @ExamProChannel  8 місяців тому

      You can, some small teams do that, but you end up in situations like with hot fixes where they are being applied again the environment where you don't want to bring in the main or develop branch because you're not ready for those changes.

  • @anonymous-lq2tp
    @anonymous-lq2tp Рік тому

    meinence yes

  • @mattwebbertime
    @mattwebbertime Рік тому

    34:54 - welcome to my world. Can't stand the Gitlab UI. The branch you are submitting an MR does not stand out at all.