Git Workflow with Production, Staging, Hotfix and Main Branch

แชร์
ฝัง

ความคิดเห็น • 18

  • @ExamProChannel
    @ExamProChannel  2 ปีที่แล้ว

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

  • @heyetech
    @heyetech 2 ปีที่แล้ว +1

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

  • @zoranbogdan6354
    @zoranbogdan6354 2 หลายเดือนก่อน

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

    • @ExamProChannel
      @ExamProChannel  23 วันที่ผ่านมา

      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 2 ปีที่แล้ว +1

    This is good information. Thanks alot.

  • @surajjeswara
    @surajjeswara 2 ปีที่แล้ว

    It was very helpful. Thanks :)

  • @jacinyan3893
    @jacinyan3893 2 ปีที่แล้ว +1

    Wonderful, thanks bro

  • @shishh2516
    @shishh2516 ปีที่แล้ว

    Wonderful video thank you

  • @tabliqatchi6696
    @tabliqatchi6696 ปีที่แล้ว

    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 💪.

  • @jayjlaw
    @jayjlaw ปีที่แล้ว

    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

  • @MrJollin
    @MrJollin 2 ปีที่แล้ว +1

    source tree is good i am using it.

  • @anonymous-lq2tp
    @anonymous-lq2tp ปีที่แล้ว

    meinence yes

  • @meysam7425
    @meysam7425 4 หลายเดือนก่อน

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

    • @ExamProChannel
      @ExamProChannel  4 หลายเดือนก่อน

      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.

  • @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.