Git Tutorial: Diff and Merge Tools

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

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

  • @BulentCoskun
    @BulentCoskun 9 лет назад +54

    I watched all your GIT videos and you really know how to teach. Thanks for good work and sharing.

  • @mitravindgarg5372
    @mitravindgarg5372 3 года назад +2

    Very Nicely Explained..! Simple explaination to give clarity..! You have organized the order of topics very systematically ! Kudos

  • @tarsala1995
    @tarsala1995 5 лет назад +5

    SourceTree is one of the most popular now :) - 2019

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

      Yep, I love SourceTree. I should make a follow-up video discussing it

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

    It only took me 10hours approx. to find your channel. damn. Thank you very much

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

    Just started using git! This and your python videos are my favourite source of learning at the moment! Thank you for yet another great video, hope you're doing well!

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

    Thanks a lot.
    there's also this tool called 'meld ' and it works perfectly and has nice gui

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

    cool videos. easy to understand. best of git tuts out there. thank you

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

    Thank you so much!

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

    Thanks again for helping learn another new feature. Kudos!

  • @NihalAgarwal-x7h
    @NihalAgarwal-x7h 6 месяцев назад

    Now we had everything and in a better way in VS code or Jetbrains

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

    Another great video. Thanks for sharing

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

    VS code solves all of these problems pretty well these days.

  • @InterCity134
    @InterCity134 9 лет назад +1

    In the 3-pane example at the end, it wasn't clear which pane was the local live branch (your file system), the repository stored content and/or the locally committed results (staged).

    • @coreyms
      @coreyms  9 лет назад

      +Minok1217 DiffMerge doesn't have the option to enlarge the font, so it is difficult to see in the video, but if you run this on your machine then there is a label above each panel letting you know exactly which is which.

  • @victormultiverse5799
    @victormultiverse5799 3 года назад +1

    In minute 7:23 starts the explanation

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

    Great videos. Could you put something on tagging too?

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

    Hey Sir!, thanks for this video...it helped a lot

  • @mukeshpurohit992
    @mukeshpurohit992 7 лет назад

    thank you for explaining it in detail :-) Great video.

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

    Very usefull video !!! Great ! Thanks.

  • @thegripmaster666
    @thegripmaster666 7 лет назад

    meld is a good alternative to diffmerge. meld is also open source

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

    It is not possible to install it on macos catalina I guess

  • @simsonlory1459
    @simsonlory1459 5 лет назад

    I use kdiff often, anyway this is a new way to do diffing.

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

    I installed it using .pkg as you suggested but there is no diffmerge file in /urs/bin/. I see only diff and diff3 files, no diffmerge. I see diffmerge only in /usr/local/bin/
    Also, typing git difftool does not open difftool as in video but shows it in terminal just like diff command does. I have set up all as you and the link of Two Bit Labs suggested. But this is not working
    No answer to any questions people are asking here in comments?

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

    Help:
    When i solve a merge conflict a *.orig file is created automatically. How can disable this behaviour within the DiffMerge tool?

  • @thrivikramm4038
    @thrivikramm4038 7 лет назад

    Hi Corey, Need help. I could install and configure diff/merge tools but when I try to open the file with git difftool command it opens an empty window. It's not showing the opened files. Mine is windows 10 environment with 64bit

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

    thnk u so much..

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

    I see you're an Anki user!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

    Thank you

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

    you can do the same with vscode. much easier

  • @erwingutowitz7920
    @erwingutowitz7920 5 лет назад

    are you switching to sublimeMerge?

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

    Ok, the Apple CPU and GPU are a bit more powerful and now the main thing. What is the ratio of price to performance? I will try to guess, the price of the laptop with Snapdragon will be much more favorable, so who is the winner? It depends on everyone how much they use Apple products and what software they are used to.

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

    How to install it on Windows machine? I could do until git config --global difftool.diffmerge.cmd 'diffmerge "$LOCAL" "$REMOTE"' where it shows usage: git config []. There is no other source I may refer to.

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

    With the git config statements.. is this globally or something I will need to do in each repo?

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

      +Nick turnitin Those should be global

  • @cablegi
    @cablegi 6 лет назад

    What does the green red blue color coding mean?

  • @sonasharma7631
    @sonasharma7631 7 лет назад

    Good vedio Thanks

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

    I cannot use this on my ubuntu machine... Please help !

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

    Doesnt work on macOS Catalina as of today.

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

    brew cask install diffmerge (type this is terminal to download diffmerge in mac)

  • @darshantsdarshan1
    @darshantsdarshan1 7 лет назад

    It should be "/usr/local/bin/diffmerge" :)

    • @dinobulja
      @dinobulja 5 лет назад

      Same on my Mac but regardless, not working

  • @rajverma25
    @rajverma25 7 лет назад

    DiffMerge is Paid or opensource software?

    • @jzantana
      @jzantana 7 лет назад

      He mentioned in the video it was free.

    • @dinobulja
      @dinobulja 5 лет назад

      paid, need to register to get full feature set, $19

  • @gtab115
    @gtab115 7 лет назад

    I tried to mac my diff and the git didnt work

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

    Thank you, but you got bogged down in all the faults with Mac OS rather than the product.

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

    1.25 is your normal speed