The graph makes it so easy to understand. Thanks so much. Your video deserves more comments. Good job, Kevin!
@chanieluz2 жыл бұрын
i agree - the graphics is a great help!
@voilin2 жыл бұрын
2:47 `git checkout teammatesbranch`? What pull and fetch have to do with that? More over, to update his branch locally you could pull and still get intact commits since we haven't made changes in that branch? Kind of bad example
@maharun Жыл бұрын
short, clear and concise Understood the concept completely.
@sunils21112 жыл бұрын
Kane Williamson discussing GIT :)
@relatrino74422 жыл бұрын
😂😂😂
@ilyassdev56163 жыл бұрын
the graph help so much to understand the difference between pull and fetch . thnks
@salmanahmedkhan39792 жыл бұрын
Nicely explained mate. Good Job!
@sweetlaizabalbuena22692 жыл бұрын
congratulations fam!!!
@joaorocha918910 ай бұрын
Não encontrei uma explicação tão simples em português. Essa foi simples e direta. Obrigado!
@michalroesler Жыл бұрын
Good tutorial, clear and precise explanation.
@dmcshehan2 жыл бұрын
Thanks a lot for the video!
@DanKardell17 күн бұрын
Great explaination, however, could you go on to the next step. You would CHECKOUT the Teamate Branch, correct, saving your changes in Your Branch. Then when you are done you would use checkout again to Your Branch.. correct. How when your Teamate merges to main and gets rid of his branch, the next fetch, does that then remove your local copy of Teamate Branch?
@sushilgyawali78802 жыл бұрын
Thank you kevin . The graph made really easy to understand.
@vctorroferz2 жыл бұрын
best explanation ever for this topic ! thanks so much!
@kranthikumar40282 жыл бұрын
awesome dude nice explaination ,more clear with diagram
@howawwe32912 жыл бұрын
Great video Kevin! Is there a command that pulls the updated files from the remote branch and replaces your local files with the updated files? I'm asking because I don't want a bunch of new folders with the same data cramming my work space
@jprak1329 Жыл бұрын
Nice explanation
@ishdeepsingla62152 жыл бұрын
Ok and do you got a video for how to load a plugin in to the software ?
@coderaven11073 жыл бұрын
In the documentation it says: ", git pull runs git fetch [..] and then [..] will call either git rebase or git merge to reconcile diverging branches." That means, that git pull is just a use of git fetch with another command afterwards, which means, that git push will also get the branch of the teammate.. .. and your statement about the main difference is just wrong. Pls correct me, if I missed something :)
@RL-ru2st2 жыл бұрын
I was confused by the documents too. from my real life git experience, this video is right.
@sirajul-anik2 жыл бұрын
`git fetch` fetches all the changes from the remote repository and keep them isolated (doesn't merge) (`man git fetch` - Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated) Whereas `git pull` fetches the changes and merges them immediately. (`man git pull` - Incorporates changes from a remote repository into the current branch. In its default mode, git pull is shorthand for git fetch followed by git merge FETCH_HEAD.)
@r.t12 жыл бұрын
Thanks, understood git pull & git fetch
@blender_tommy3 жыл бұрын
cool video and makes it easy to understand by using the graphics for a total git noob...keep on the great job!
@MeetManga2 жыл бұрын
what shall I do after fetched Teammate's Branch? Switch Teammate's Branch and then ? thanks . I don't under what does git fetch do
@toby99992 жыл бұрын
not surprised you didn't understand... I've been struggling with Git for a year. it's a stupid system
@kirillorlov859410 ай бұрын
Thank you, man!
@akbf0072 жыл бұрын
works perfectly, thank you
@vikram5010 Жыл бұрын
Perfect!
@itswafflebob2 жыл бұрын
Great explanation. Keep it up!
@ad338612 жыл бұрын
This was really helpful, thanks!
@rupalipathare32102 жыл бұрын
want more videos on all Git commands like this
@charlesadah59292 жыл бұрын
Thanks alot, great job
@jamalxd5647 Жыл бұрын
is git pull = git fetch and git merge in same time?
@jakubstepnik282 Жыл бұрын
yes
@salmansam37682 жыл бұрын
Nice
@sunils21112 жыл бұрын
simply explained !! Thanks
@shaddiqueahamed30242 жыл бұрын
17 minutes than i've seen in years.
@shakhzodmax2 жыл бұрын
thank you!
@ЙенФенФыр2 жыл бұрын
oh those fast teammates )
@hellocodeur3 жыл бұрын
I understand better now. thanks
@august46332 жыл бұрын
Thank you
@yorker31483 жыл бұрын
Thanks !
@adityapal20032 жыл бұрын
you are way more handsome than an average people.
@MultiStudley Жыл бұрын
ONE WORD: SUCCINCT - Thank You
@jhoncarlozamora54702 жыл бұрын
explanation of tNice tutorialngs and how they work 11/10 video
@-01113 жыл бұрын
👍
@entertinity2 жыл бұрын
yup Hogwarts dropout Harry lost his magic wand
@abhishekjoshi35742 жыл бұрын
+sub, workis
@fatehinfotech48372 жыл бұрын
instead.... soday I’ll manage to export sotNice tutorialng decent on soft... one day lol
@anandannn0012 жыл бұрын
I hope it didn't explode
@toby99992 жыл бұрын
Git is just way too complex to be productive with. Been using SVN for 10 years without issue but Git is destroying my brain.