Data Engineer's Biggest Nightmare: Solving Merge Conflicts Step-by-Step Guide with Demo

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

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

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

    Nice explanation. I preferred the merge conflict detection in Visual Studio. Where you saw 3 columns; Left Source, Right Source & Final. Giving you check boxes on each conflict line to decide what the Final will look like. If you checked both you got an extra line. Especially handy for variable declarations, comments & formatting changes.

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

    Very detailed explaination, thanks a lot!!!

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

    Excellent demo! Thanks

  • @Learn2Share786
    @Learn2Share786 4 месяца назад

    Great explanation, looking forward to see cherry picking scenarios in Azure DevOps

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

    This is great! Thank you!🙏🏻

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

    Great video. If there are multiple conflicts, I assume it will let you resolve them one by one? What has me concerned is when it said take whole file. I wasn’t sure if that pertained to the single conflict or all conflicts.

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

    Very useful, thanks!

  • @mgdesire9255
    @mgdesire9255 5 месяцев назад +1

    What if we want to take both? Changes in the same file..

    • @mr.ktalkstech
      @mr.ktalkstech  5 месяцев назад +2

      Good Question, this would require manual intervention in merging those changes together / looking into the cherry picking option, I will cover this scenario in a separate video :)

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

      @@mr.ktalkstech sure thank you sir..please create a video on it.. that helps many folks.🙌🙌

  • @jithendragoalla551
    @jithendragoalla551 4 месяца назад

    This question was asked in my recent interview but i'm unable to answer