Git Rebase vs Git Merge - Keep your branch always in sync with Master

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

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

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

    Well Explained, in easy language, totally 5 star ⭐ video.... Always Rocking 🙌

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

    My gowd...this was once of the finest explanations I have seen..Thank you so much

  • @dibbyo456
    @dibbyo456 3 หลายเดือนก่อน

    Finally understood it, thank you so much. Guys watch at 1.25x 😅

  • @patrycjaio
    @patrycjaio 2 ปีที่แล้ว +3

    Great - finally someone explained is easily.

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

    Well-explained and nicely organized flow. Thank you 😊

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

    well explained with real time scenario's . Thank you!!

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

    Amazing explanation Sir

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

      Thank you 😊 Keep Learning 🔥

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

    In 22:54 instead of merging Jerry into master, can I rebase Jerry into master? so that I can also keep a copy of Jerry's commits..
    (Jerry Branch)
    git rebase master
    git checkout tom
    git rebase jerry
    (fix conflict...)
    git rebase --continue
    ..done..
    This is the Graph
    O - Tom Commit 2
    |
    O - Tom Commit 1
    |
    O - Jerry Commit 2
    |
    O - Jerry Commit 1
    |
    O - master
    Feel free anyone to correct if I'm wrong. Thank you very much in advance. 🙏

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

    Explained beautifully👏👏👏

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

    Option 1