Remote Git Server and Merging:Git & Eclipse

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 48

  • @joenonyabizness5664
    @joenonyabizness5664 8 років тому +5

    This is the best step-by-step explanation about EGit usage in EClipse online. Everything makes so much sense now for me. Thanks so much!

  • @Mladenac
    @Mladenac 10 років тому +4

    This video is not on the playlist channel nor on the website page.
    And initial setup of local repositories could be also help. ;)
    Thank you for all your videos.

  • @nilsquairiat4559
    @nilsquairiat4559 11 років тому

    Thanks alot for this video. I'm getting used to GIT at my new job (worked with basic CVS for years before with my old employer) and was afraid to run into conflicts when merging branches : indeed I was not aware of the "GIT staging" view (*the* missing piece of the puzzle) and only saw the weird conflict page on a colleague's machine :) I won't be scared to run into my first git conflict now, great !! :)
    Viva la "GIT staging" view.

  • @rs146ify
    @rs146ify 10 років тому

    This is excellent. Using BitBucket for our hosting server, but it's virtually the same as GitHub. Brilliant.

  • @roberwin1093
    @roberwin1093 10 років тому

    45 minutes to Git Elipse awesomeness with videos from Dr. Brian Fraser.

  • @stephs4398
    @stephs4398 9 років тому +2

    I really appreciate your videos. I'd still be floundering with Git if it weren't for your tutorials!

  • @blackdaemon01
    @blackdaemon01 9 років тому +2

    Fantastic tutorial! Very clear and comprehensive.
    Thank you

  • @vinaykr1991
    @vinaykr1991 9 років тому +2

    Boy, was I looking for this video.. thanks a lot..

  • @JoseLuisHerranz
    @JoseLuisHerranz 10 років тому +2

    Clearly explained and very helpful!

  • @zhenghongjiang5862
    @zhenghongjiang5862 11 років тому

    感謝您的教學,它幫我解決了不少的問題

  • @labrokolo
    @labrokolo 9 років тому +1

    Another great tutorial from a great series. It has been very very helpful. Thanks a ton.

  • @krishnan.muthukumar
    @krishnan.muthukumar 8 років тому +1

    Thanks for the explanation.. It saved lot of time for us

  • @shik4ri
    @shik4ri 6 років тому

    Very precise and helpful explanation. Good work!!!

  • @obperryo
    @obperryo 7 років тому +2

    Nice thanks! Please add this to your EGit: GIT in Eclipse playlist

  • @venkattikkireddi3548
    @venkattikkireddi3548 8 років тому

    Thanks for the detailed explanation. It helped me a lot.

  • @TysonGill
    @TysonGill 5 років тому

    Nicely explained mate!

  • @shankardayal6928
    @shankardayal6928 5 років тому

    great and clear . Can you please explain what is use of .git folder in github project in eclipse and how to use it as our requirements

  • @InMoneyStream
    @InMoneyStream 10 років тому +2

    Simply Awesome. THANKS!

  • @simcity19822010
    @simcity19822010 8 років тому

    Very good material. Thanks.

  • @sunsigne4081
    @sunsigne4081 3 роки тому

    Thank you ! That's exactly the kind of video I needed :)

  • @moinkhan
    @moinkhan 3 роки тому

    What a great tutorial!

  • @ChandrayyaGK
    @ChandrayyaGK 11 років тому

    Good introduction to merging

  • @soerensc1529
    @soerensc1529 3 роки тому

    Still very helpfull in 2021 (: Amazing video. Before I was so confused and often times destroyed master, cause pressing some random buttons but now i know what Iam doing (:

  • @paurikbhavsar8497
    @paurikbhavsar8497 10 років тому

    Thanks for sharing this video and it is very helpful to me.

  • @conate00
    @conate00 9 років тому +2

    Great Tutorial. Thanks a lot.

  • @贾颂
    @贾颂 8 років тому

    Thanks, there is help me very much about git...

  • @johanbengtsson3607
    @johanbengtsson3607 9 років тому +2

    This is great! Thank you! :)

  • @mikemcguire4027
    @mikemcguire4027 10 років тому

    I have nothing under Remote Tracking, so when I try to create a new branch, Eclipse/Git wants to just pull from the local copy. How do I get something in the Remote Tracking folder?

  • @rameshnagaraj
    @rameshnagaraj 8 років тому

    Well explained. Thanks a lot.

  • @ijaxahmed
    @ijaxahmed 10 років тому

    Great Tutrials , thanks

  • @lewiswccful
    @lewiswccful 10 років тому

    Nice one. Million thanks

  • @saibattula9903
    @saibattula9903 7 років тому

    Excellent! it is very helpful, thank you.

  • @avellino87
    @avellino87 8 років тому

    Great video! Thanks for sharing. Only a question, is there another way to comparing two classes in conflict without doing manual cancellation operations?

  • @andrespmanti
    @andrespmanti 5 років тому

    Amazing tutorial, but when I update any project file, are not marking it how "updated" (red symbol), How can I do ?

  • @KumarSubramaniRamamurthi
    @KumarSubramaniRamamurthi 10 років тому

    Great Tut Fraser!, It helps me a lot to get a quick understanding of GitHub version control development and check in & check out stuffs..
    Do you have any videos that explain a project checkout from GitHub? If yes please share here with us.. that would be more helping for beginners like me..
    Many thank once again!!

    • @KumarSubramaniRamamurthi
      @KumarSubramaniRamamurthi 10 років тому

      Never mind about the project checkout video. Got the one from your video page.. thanks again!

  • @TechStache
    @TechStache 7 років тому

    Thank you! Really useful videos!

  • @limbritadaikalam1847
    @limbritadaikalam1847 4 роки тому

    Thank you!

  • @apiautomationtester2567
    @apiautomationtester2567 7 років тому

    Is it required to create local branch ? cant we directly work on Master branch ? Please guide me

  • @STEMstudentsFRIEND
    @STEMstudentsFRIEND 10 років тому

    Arg I follow exactly but after I've merged my local branch into my local master, it doesn't give me the option to push upstream! Can anyone guess why?

    • @STEMstudentsFRIEND
      @STEMstudentsFRIEND 10 років тому

      If anyone else has this problem, switching to the Package tab enabled the Push button. Seems strange... This is on my Linux machine. I don't think this happens on my Windows machine.

  • @miglrodri
    @miglrodri 10 років тому

    Great stuff mate! Really helpful. ;)

  • @makskneer6604
    @makskneer6604 9 років тому +2

    very helpful
    thx :)

  • @DanangIndraKurniawan
    @DanangIndraKurniawan 8 років тому

    what if not "add to index" ? what different ?

  • @dhananjaysawant10x
    @dhananjaysawant10x 7 років тому

    Excellent..!!

  • @krengarajan10
    @krengarajan10 8 років тому

    Thanks a lot.

  • @YonghuaChen-b9t
    @YonghuaChen-b9t 8 років тому

    Thanks!

  • @SimoneCaf1
    @SimoneCaf1 8 років тому

    ArrayIndexOutOfBoundsException :P