Git-Day-10|| Git Rewrite history || Git amend | squash | drop || Git Rebase

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

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

  • @karthiksundaram544
    @karthiksundaram544 3 หลายเดือนก่อน +1

    hi sir does git pull overwrite changes to previous commit

    • @rajesh-devops
      @rajesh-devops  3 หลายเดือนก่อน

      Karthik will cover remote server from next session onwards, all your doubts will be cleared in sometime

    • @karthiksundaram544
      @karthiksundaram544 3 หลายเดือนก่อน +1

      Git rebase doesn't keep track of commit changes which has been made in the branch 🎉

  • @karthiksundaram544
    @karthiksundaram544 3 หลายเดือนก่อน +1

    hi sir which is better git rebase or git merge option

    • @rajesh-devops
      @rajesh-devops  3 หลายเดือนก่อน

      It depends upon your requirement, if you see there is no need of additional merge commit then you go with rebase Or else we have normal merge which will solve your merge conflicts

    • @karthiksundaram544
      @karthiksundaram544 3 หลายเดือนก่อน +1

      @@rajesh-devops git rebase doesn't keep track of commit changes made in branch