I didn't know Mr.Beast was so good at explaining tech concepts. Good job Jimmy.
@Insain712 жыл бұрын
I been learning git and github following directions but not fully understanding what I was doing. After watching this video I understand exactly what I was doing and have more of an understanding to start building some projects with git & github. Thank you for the illustrations they really help.
@walKyism14 күн бұрын
4yrs and this explanation vid still killing it on the essentials
@andresalvarez73033 жыл бұрын
Plot twist: the video is NOT flipped....he's just really good at writing backwards 🤣
@alejandroperez53683 жыл бұрын
Plot twist: he's not writing on a transparent acrylic in front of him. He's not even depositing ink. It's all CGI
@Gonagaoa2 жыл бұрын
He rotated the screen, seethe watch in his hand, it's in right
@codewithsusan2 жыл бұрын
😂
@sanctioned.ayusharma2 жыл бұрын
Plot twist: There's no plot twist...
@warplanner88522 жыл бұрын
It's all done with smoke and mirrors.. ..well, mirrors only.
@sathya-enjoy_lifetothefullest4 жыл бұрын
Simple, crystal clear with examples.. perfect 👌
@MrEvansjethro3 жыл бұрын
Thank you Nathan and IBM Technology for the great content. You guys put a lot of effort to make things easy for us to understand. Keep up the awesome work.
@mjp962 жыл бұрын
Right?
@iconeers8 ай бұрын
well to be honest, am impressed by his delivery of the concept in the difference between Git and Github
@colorfuljosh3 жыл бұрын
some of the most informative prog/comp/IT videos on youtube, good work
@yatin13707 ай бұрын
Coming off an Udemy course on the topic, this was a best revision recap. Absolutely the essence, straight to the point!
@TrKaris Жыл бұрын
This is by far the best among the many videos I've watched to get the basics of Git & Github. Keep up the awesome and simplified explanations.
@francis_tech6 ай бұрын
You taught me Networking MMU 🫡
@nmartin329504 жыл бұрын
Excellent vid. Just some quick questions which are probably obvious to everyone else: 1) How does Greg know a PULL-MERGE is required, did a PUSH attempt fail? 2) Does Git interrogate and analyze the code inside the file and highlight the specific conflicts or is it just file name, file size and timestamps? 3) Does GitHub/Lab automatically push a notification to whom ever is responsible for answering the PULL-REQUEST? 4) Is there a part two vid clearing up the Greg stages of interaction with the main branch?
@adalovelac243 жыл бұрын
did you find answers ?
@semihozkan85143 жыл бұрын
@@adalovelac24 did he/she find answers?
@adebiyial2 жыл бұрын
I can help you here. 1. Greg can tell if he has to pull the code from the main branch by checking the GitHub repository to see if there are new changes. Or, more ideally, if Greg tries to push to the main branch, GIT is smart enough to know that there is a conflict. So GIT will say something like: Greg, you are trying to push your changes to the main branch but the main branch has some changes you don't have. Please pull first before pushing. 2. Git does a lot of things to check if there are changes. Take two files for example, A and B. As long as they are two different names, there is no similarity even if they have the same content. If they have the same name, GIT can check it's own copy (usually the latest copy) and cross check the new copy. It checks line by line. If both files have the same content, then nothing changed, if they don't, GIT will show you something called a "diff". A diff is just GIT telling you the difference between each line of code. If line 1 of the file GIT has is different from line 1 of the file Greg is trying to merge, GIT will tell Greg: There's a conflict. 3. PR has their own rules. Ideally, you as a user that started or opened a PR can choose to notify someone to take a look at it, or you can leave it there until the person comes to check. It's all about notifications, no hard rules. That's not GIT's responsibility, it's GitHub.
@srlhyo2 жыл бұрын
@@adebiyial but buddy, here is one thing it wasn't clear to me: "knowing there is a merge conflict from pushing the code and git telling there's new code on github I don't have, is making a pull request a way to avoid dealing with the merge conflict? I mean, if I make a pr then I don't need to bother pulling any changes?
@iaphlnt2 жыл бұрын
@@srlhyo A pull request isn't going to resolve any conflicts, you still have to do that yourself. The only thing that can happen is you pull and handle the merge locally or force a push and delete any changes that were made, probably not a good thing to do
@carsten2600 Жыл бұрын
I never understood why ppl called it PR, but now I can understand it, thanks!
@conceptrat3 жыл бұрын
Just blown away by his ability to write and draw in reverse so fluidly 😸 lol
@makeurmoneyeasy3 жыл бұрын
He is not:) it’s just the way video was recorded.
@TonyJose91620073 жыл бұрын
I wonder how you people have matched Hekman's hand movements with the writing in inverse on the screen. I find this technology truly amazing !! I MEAN WOWW!!
@AP-eb8hd3 жыл бұрын
the concept of lightboard works on special glass... used for writing and then mirrors to invert the image.
@AP-eb8hd3 жыл бұрын
Or you can software to reverse.. if its not online real-time streaming
@asritakinipulu38212 жыл бұрын
I keep coming back to this channel for clear and straight-to-the-point information. Thank you for your explanation.
@rahulborade75337 ай бұрын
This is just simple - to - understand knowledge, Thanks Nathan!
@landertee2 жыл бұрын
I can't stop focusing on how good Nathan can write backwards
@B2STisBaCk2 жыл бұрын
This is really simple, accurate, and flawless. Thank you so much
@pmpmersal93753 жыл бұрын
Your videos are very useful for me. But, allow me to add one note. You write the notes in two colours, one is bright and clear for me. While I have a problem with the other colour. Thanks again and I am sorry for the out of subject note.
@MANISH-Dev4 жыл бұрын
Best Explanation on YT...
@edwindersingh93004 жыл бұрын
Nice and simple explanation Nathan, looking forwards to more.
@dipan2464 жыл бұрын
Superb explanation. If could you please give the actual demo, it would be great. Thank you.
@popedavid6668 Жыл бұрын
Thank you!!! Someone who finally simplifies it! Great job!
@Deployer2 жыл бұрын
Thank you IBM to explain in a easy way. best explication about the git and GitHub without to much verbiage.
@johannes.sbw-media3 жыл бұрын
If Nathan and Greg work on different branches there will be no merge conflict
@alok40022 жыл бұрын
Crystal clear explanation. Any one can understand it. Nice.
@ladaroni95882 жыл бұрын
♥
@josephthecreator2 жыл бұрын
Thank you for keeping this simple and easy to understand for new comers!
@Tooxcade3 жыл бұрын
Wow, THIS IS AMAZING EXPLANATION. I CAN'T THANK YOU ENOUGH.
@kavon97483 жыл бұрын
Oh thank you! You are amazing to explain it in such a simple way 🙂
@julietteugoh Жыл бұрын
I wish i could like this multiple times
@ashishkamble88333 жыл бұрын
You got me at let’s git started !!
@Userk24062 жыл бұрын
Great job Nathan!!!! Seriously brilliant explaination.
@milanturkey3 жыл бұрын
Das Quietschen der Stifte bringt mich um, aber tolles Video!
@shyunuw3 жыл бұрын
This clip is extremely useful. You made an excellent job!
@IBMTechnology3 жыл бұрын
Thank you! We're glad you found it helpful! 👍
@kalyanb2002 Жыл бұрын
I love the content shared by IBM cloud. The tit bit video's make the concept simple to understand . Thanks to Nathan and all greats who help spread knowledge.
@bayesian74043 жыл бұрын
Nathan, Great job. Plus I also bluegrass so that gets u another star. In comments Singh Noah asked a critical. Read Anton T wrote a very informative reply. While I do not use IBM Cloud, they do provide excellent tutorials.
@88gurlygurl3 жыл бұрын
Nice - that was a pretty good explanation.
@DavidDavida2 жыл бұрын
thanks .. i know have vids i can share to friends an family to help essplain what "we do". and why its so great..
@NaveenKumar1611-m1v8 ай бұрын
Thankyou so much for this clarity with clear example.
@lucid1963 Жыл бұрын
Excellent explanation. Very easy to understand.Thank you for the wonderful presentation also.
@zenrobotninja2 жыл бұрын
I have learnt so much from this IBM series, thank you so much. Great explanations for so many topics
@abnerandreymartinezzamudio33662 жыл бұрын
I can't believe there are people who are passionate about these things
@laaven Жыл бұрын
Well this video deff got me intrested in learning how to use it.
@Jay2Ops Жыл бұрын
Thanks IBM for the video. I have a better understanding.👍🏼
When Nathan changed the main branch, it was called "push". Why then, when greg wants to make changes, it is called a "pull request"?
@anton_t3 жыл бұрын
You clone a repo only once, in the very beginning of your work. Both Nathan and Craig cloned the Repo. Then Nathan pushed his changes, but basically he was supposed to pull and merge first, to make sure Craig hadn't already pushed his changes first. So in GIT you do the CLONE action only once - that's how you download the whole huge repository on your local machine. And then whenever you need to make a change, you first PULL the current version (and when you do that only the changes are downloaded, not the whole repository). Then you commit your own change to the branch you have and then you PUSH it to the server/cloud. And until you have finished your PUSH action the system is locked for all the other developers - they cannot commit or push anything until you're done. As soon as you are done pushing (lol) the system gets unlocked again and someone else can do his/her own PULL-COMMIT-PUSH.
@magansingh88423 жыл бұрын
Submitting a pull request means, Greg is requesting others to pull and give a response (approval or denial) on the new home screen having both Bluegrass and Rock features.
@natek39543 жыл бұрын
@@anton_t thank you for response this really clears things up for me!
@conceptrat3 жыл бұрын
A “pull request“ asks a repo/project to “pull“ changes you've made on your cloned repo into theirs and “merge“ them. This is different to a pull which does a “fetch“ and either “merge“ or “rebase“ from a repo.
@bayurahmanadinata38153 жыл бұрын
Thank you, I am Indonesian you was give me new knowledge.
@Cos_Wayne2 жыл бұрын
This is very much to the point and easy to understand! Thank you Nathan!
@shrutijadhav5523 жыл бұрын
Great explanation
@varunaws44323 жыл бұрын
really Awesome... superb explination on Git and Github
@MichaelKssf Жыл бұрын
4:20
@taha7shaikh2 жыл бұрын
Thank you so much man for simply explaining this
@itsmemasud5 ай бұрын
he explained so nicely
@natek39543 жыл бұрын
That's are super helpful to visualize what's going on! Thank you!
@IBMTechnology3 жыл бұрын
Glad you liked our video format, Nate, thanks for watching! You can subscribe to our channel for more videos like this one.😉
@duroskylala2 жыл бұрын
Nathan, I have a question on this video. At the end of your example, why did you do a Push and not a Pull and Merge?
@lyeejiun993 жыл бұрын
Thank you Nathan, this video is really helpful for me!!!
@SilentSolution3 жыл бұрын
Thanks for your information Sir
@ETI-edu7 ай бұрын
Great explanation Thanks !
@boldschool63083 жыл бұрын
Deserves a like for sure
@swapnilkulkarni67192 жыл бұрын
Very well made videos...please share more such content.
@raufmasoumi2 жыл бұрын
thank you so much! the explanation is too good and simple.
@jennwng3 жыл бұрын
Great illustration!!! Thank you!!!
@tusharg27512 жыл бұрын
Perfect explanation. crystal clear.
@samreet1014 жыл бұрын
That was super helpful. Thanks man!!!
@letsgodevs4 жыл бұрын
Can you do blockchain video Not the basic Just like zkp , IPFS , how wallet actually work , rules of blockchain development ( longest blockchain rules , POS And ect ...) .... So i would be great for me and my university students By the way thank you very much fir this great explain ❤️
@hidayahBasir-p3u11 ай бұрын
brilliant explanation!
@Tony2528710 ай бұрын
Thank you. A great video, as always!
@thanurarukshan6696 Жыл бұрын
Right into the point, Love this😍
@TheFonix4565 ай бұрын
Good job Greg
@mzkhan1576 Жыл бұрын
thank you. its mindblowing. and great explanation.
@596rochak3 жыл бұрын
Quick question, could Greg have been able to do the same with a Push request ? When should one do a git Push vs a git pull request ?
@dheerajgupta153 жыл бұрын
Following.
@subbamaggus13 жыл бұрын
@@dheerajgupta15 my expirience is that greg and nathan push their branches to the main repo. so that both info is there in gitlab/github. and then you create a pull request (so everything is done on the server). afterwards you merge the main branch to your local repo, and then push. and create a second pull request on the main repo. sounds right?
@IBITZEE4 жыл бұрын
Nice video... good info... but "CLI vs Web" should be "Local vs Web"... I can work on the web with CLI tools... and when you are explaining creating a branch... maybe you should add some more info on how that branch is stored locally... and how is stored in the web (if you are using GH/GL/...) same for the pull-request... and what happens at storage level... ;-) valuable videos... keep them comming...
@tigrayrimey64182 жыл бұрын
Explicit and well explained! Thanks.
@MDHOSSAIN-gj5ve3 жыл бұрын
Excellent explanation. Want more video like this.
@MrHav1k2 жыл бұрын
Very well done!! Thank you Nathan
@ObaidahNaseer2 жыл бұрын
I think I git it now
@AugustsBeta3 ай бұрын
😂
@g9super Жыл бұрын
Simple and awesome explanation ☺️
@RajeshMenontechnospirituality3 жыл бұрын
Thanks, Nathan.
@abdullahnaveed48342 жыл бұрын
great explanation
@nihalbahadir4262 Жыл бұрын
Thank you Nathan . Good job :)
@protectiondata77833 жыл бұрын
that's what I wanted to ask thank you so much !
@semtex64124 жыл бұрын
top-man Nathan! thanks for the vid. so you know Billy Strings, eh?
@mihisarakaveesha89542 жыл бұрын
Crystal Clear. Great Job.
@tekwevera1049 Жыл бұрын
Thanks Nathan
@cuddy902104 жыл бұрын
Nice!... Excellent teaching!
@MichaelKssf Жыл бұрын
4:31
@Milka-br1xw2 жыл бұрын
Now thats a real good Video, thank you!
@hiteshsuthar10973 жыл бұрын
Simplicity 🙏
@TheGloriousRussian3 жыл бұрын
I'm a little bit confused why for Greg it's called Pull Request but not Push Request isn't he is pushing his changes to the GitHub repository as Nathan did before?
@jeepgc35304 жыл бұрын
Thank you Nathan, excellent overview and explanation :-)
@JosePayano2 жыл бұрын
Thanks Natham! Truly appreciate the straightforward way you use to explain what otherwise would be a complex subject... MY QUESTION: Which, I think you didn't mention is 'why are these platforms called "GIT"? I don't see any related meaning to 'Version Control Systems'. What exactly is the origin of the Acronym?
@IBMTechnology2 жыл бұрын
According to Wikipedia... Torvalds sarcastically quipped about the name git (which means "unpleasant person" in British English slang): "I'm an egotistical bastard, and I name all my projects after myself. First 'Linux', now 'git'." en.wikipedia.org/wiki/Git#Naming
@Sumanth_Siddareddy2 жыл бұрын
A very nice & pretty well explanation 👏 👍
@rmmm30002 жыл бұрын
thanks for the tutorial!
@MS-xp4vt3 жыл бұрын
This is Awesome
@CHRISUJI_3 жыл бұрын
this is awesome thanks for the video!
@RB-lc8lh Жыл бұрын
I couldn't focus on what he was saying as I was too fascinated by the lightboard technology that made it look like he was writing backwards. 😲
@AJKirby64 Жыл бұрын
Wow. Just 30 seconds in you insert ear destroying squeaks. Who knows if the rest of the video was any good but I have learnt that IBM for all its brilliance can't control painfully loud feedback.
@digitaldevilstv4896 Жыл бұрын
Thank you sooooo much for this.
@M1gas3 жыл бұрын
please consider removing those high pitched sounds from the market on the glass. its painful. Thank you so much fior the video!