Getting started with Git using SourceTree - Part 4: Solving conflicts

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

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

  • @PatrikSound
    @PatrikSound 3 года назад

    This is incredibly well presented, thank you for making this.
    I'm a complete amatuer when it comes to Git, so finding this tutorial has been a godsend.

  • @bibbisbibbis
    @bibbisbibbis 8 лет назад +11

    This is so great!
    You explain everything very clearly :)

  • @dmitriydashchenko4940
    @dmitriydashchenko4940 7 лет назад +1

    Thank you very much! I got started with Git and Source Tree in no time.

  • @Mixthelightintogray
    @Mixthelightintogray 7 лет назад +2

    Great video and explanation, very clear and concise. I'm new with KDiff and your video has been very helpful, thanks a lot!
    Have a good day! :D

  • @renankvieira
    @renankvieira 7 лет назад +2

    Excellent video! If you did more on this level (everything is really great), you definitely would have your place in the tutorials echosystem. Also thanks. :)

  • @NickFields4
    @NickFields4 4 года назад

    this man is a hero. THANK YOU!

  • @bandanabharatiya5569
    @bandanabharatiya5569 7 лет назад +1

    Excellent explanation.... too good

  • @sharadshrestha6078
    @sharadshrestha6078 6 лет назад +1

    good to watch such video.. very helpful

  • @orkuntoraman4770
    @orkuntoraman4770 2 года назад

    Very well explained indeed. Thank you sir.

  • @MeilinYang329
    @MeilinYang329 6 лет назад +1

    Great job!!! It's very helpful.

  • @rsouthworth
    @rsouthworth 8 лет назад +5

    Very helpful, thank you.

  • @MakeAppswithDanny
    @MakeAppswithDanny Год назад

    Thanks that was really helpful 👍

  • @satyarathore5
    @satyarathore5 6 лет назад +1

    thanks alot you explained it very beautifully...

  • @dontysk
    @dontysk 5 лет назад +2

    Hi, thanks for your videos, the explanations are very good. In the other hand, KDiff3 in Mac is very different, I cannot find the same options. For example I only can see A and B but not A, B and C. Thanks

    • @VirtualPlay
      @VirtualPlay  4 года назад

      I will soon be making a new version of this video, also showing two other tools than KDiff, P4Merge and Sublime Merge (at least).

  • @12Tsurugi
    @12Tsurugi 7 лет назад +2

    Saved me and my team a lot of trouble, we may actually graduate then :P

  • @jeanatalle5071
    @jeanatalle5071 5 лет назад +1

    Great vid! Very straightforward. Can you use KDiff3 with macOS though? And what if there are more than 2 authors that committed some changes to the same line of the same file? Will KDiff still show the difference ALL the authors made? Thanks!

    • @VirtualPlay
      @VirtualPlay  4 года назад

      You will only ever merge one version with another version. If commits were made by three different people, you'd resolve them one at a time. And yes, KDiff3 is available on macOS. But I'm going to cover different free merge tools in a new video soon!

  • @phillipcarnock2636
    @phillipcarnock2636 6 лет назад +1

    How do you know when to pull? Or rather, how can you tell if someone has pushed new lines. If Anne pushes changes, will Ben see a notification beside the Pull icon a few moments later? Great vid.

    • @VirtualPlay
      @VirtualPlay  4 года назад +1

      In general, you pull before you go push; It depends on the workflow of the team. I often Fetch after committing. There's an option in General preferences: Refresh remote status every X minutes, that will do a Fetch so Sourcetree can show any new commits on the remote.

  • @GKastL
    @GKastL 7 лет назад +2

    Thank you

  • @mohammedamine2712
    @mohammedamine2712 6 лет назад +1

    git on Linux on terminal using commands ? is there any useful tutorial ?

    • @VirtualPlay
      @VirtualPlay  4 года назад

      There are some of those, the reason I started making these was that Getting started with Git videos existed using command line, but not using Sourcetree.

  • @FarryEntertainment
    @FarryEntertainment 8 лет назад

    Why does SourceTree not just put "Ben was here!" underneath "Anne was here..." ?
    Just add what has been pushed later undearneath the other code.

    • @VirtualPlay
      @VirtualPlay  8 лет назад +1

      If you are writing code together, there is no way for Git to know what the different order of lines will end up doing. Sometimes it can work the way you suggested, but sometimes the first added line will have to be the last line of code, and sometimes something entirely different will have to be done to make sure both additions work.

  • @mrslake7096
    @mrslake7096 8 лет назад +1

    Thanks very much

  • @DrBreezeAir
    @DrBreezeAir 7 лет назад +1

    Thanks a lot! Very helpful for a noob like me.

  • @DanielGutierrezC
    @DanielGutierrezC 4 года назад +1

    Thx!!

  • @durohr232
    @durohr232 4 года назад

    And what about binary files?

  • @aneeshbellam860
    @aneeshbellam860 8 лет назад

    hi's guys