Git Tutorial For Dummies

  Рет қаралды 897,163

Nick White

Nick White

3 жыл бұрын

The Best Place To Continue Learning Git / Github - bit.ly/3MFZLIZ
Join my free exclusive community built to empower programmers! - www.skool.com/software-develo...
Preparing For Your Coding Interviews? Use These Resources
--------------------
(My Course) Data Structures & Algorithms for Coding Interviews - thedailybyte.dev/courses/nick
AlgoCademy - algocademy.com/?referral=nick...
Daily Coding Interview Questions - bit.ly/3xw1Sqz
10% Off Of The Best Web Hosting! - hostinger.com/nickwhite
Follow My Twitter - / nicholaswwhite
Follow My Instagram - / nickwwhite
Other Social Media
----------------------------------------------
Discord - / discord
Twitch - / nickwhitettv
TikTok - / nickwhitetiktok
LinkedIn - / nicholas-w-white
Show Support
------------------------------------------------------------------------------
Patreon - / nick_white
PayPal - paypal.me/nickwwhite?locale.x...
Become A Member - / @nickwhite
#coding #programming #softwareengineering

Пікірлер: 1 400
@ankushchaudhary9228
@ankushchaudhary9228 3 жыл бұрын
@Nick White, bro I got teary eyes watching this video because first time in my life something just goes into my head and just stays there in one try Idk how Idk what happened but it happened. Thank you (btw I know how to use git but this is something else)
@juustifytries
@juustifytries 2 жыл бұрын
I fucking second this shit 🥺 new child of nick here
@kennethornieta2375
@kennethornieta2375 2 жыл бұрын
Add me up!(。•̀ᴗ-)✧
@auosalmohammad9113
@auosalmohammad9113 Жыл бұрын
انا
@rewaj56
@rewaj56 Жыл бұрын
God stepped in
@uberNerdStatus
@uberNerdStatus Жыл бұрын
SAME
@waleeddib7096
@waleeddib7096 3 жыл бұрын
Btw in all honesty. If you start a for dummies series you’re going to blow up on KZbin. It takes skill to dumb down things.
@153ridzzzz
@153ridzzzz 2 жыл бұрын
I would say it takes ALOT of skill.
@flowerofash4439
@flowerofash4439 2 жыл бұрын
just like einsten used to say "if you can't enough it explain, you don't simply it well understand" or something like that
@kools67
@kools67 2 жыл бұрын
@@flowerofash4439 soooo funny - you are a genius, Ash
@flowerofash4439
@flowerofash4439 2 жыл бұрын
@@kools67 obviously i am
@Thecowthatcould55
@Thecowthatcould55 Жыл бұрын
Fr. Hope he sees your comment.
@sraynitjsr
@sraynitjsr 3 жыл бұрын
This video is 1000000000000 times better than any 5, 10 Hour long playlist out there on KZbin, simply awesome
@mahmoud-bakheet
@mahmoud-bakheet Жыл бұрын
😂😂😂😂😂😂😂
@mahmoud-bakheet
@mahmoud-bakheet Жыл бұрын
yes I agree
@JStephs1950
@JStephs1950 Жыл бұрын
At 72 years old and more than one college degree, I've had my share of bad teachers, and good teachers, and so-so teachers. When @Nick started off saying he was going to teach Git like we were 5 years olds, I immediately "liked" this video and subscribed. That's my idea of the best way to teach. The worst teachers have always been those who forget what it was like to not know something; coincidentally, most of them were more interested in showing how much they knew instead of trying to impart their knowledge to students. That was a combination of faults deadly to an enjoyable, informative class. The only thing that will convince me to come back and remove my "like" is if he doesn't live up to the promise and starts getting all complicated and laden with detail. I look forward to finally being able to get something out of Git.
@gergemall
@gergemall 3 ай бұрын
68 years old here with graduate school degrees and I enjoy learning. Great instructor. Thx
@hoofheartedicemelted296
@hoofheartedicemelted296 2 ай бұрын
55 year old here. I agree with the positive things said about the teaching method here. Liked and Subscribed.
@charliearmour1628
@charliearmour1628 25 күн бұрын
Here here. Me too.
@Jonathan_Strange
@Jonathan_Strange Жыл бұрын
For people new to git, it may have become a little confusing at 14:30 where a similar word "pull" is mentioned. A "Pull Request" (essentially a request to merge) is not the same as the 'pull' command (which retrieves the latest version from the remote repository). A pull request is basically a note (request) to others (usually handled by the owner) to notify them that you have made changes on a branch and want (request) those changes to be merged into the main (usually 'main' or 'master', but may be another relevant branch, like 'UAT') branch. After a short discussion & quality check (or none at all) and a look at the changes (or not) a merge into the relevant branch is usually done. _Please feel free to add any comments, corrections or clarifications._
@catrybou
@catrybou Жыл бұрын
Where did anyone get the idea of calling it a ‘pull request’ when they are a request to merge branches?
@Jonathan_Strange
@Jonathan_Strange Жыл бұрын
​@@catrybou I agree... based on the context of a Developer it doesn't seem like a logical term to use. I suspect it might be similar to the following analogy of the code being like the payload on a row boat. Where we have the following actors: A) "Ship" at sea / your Development Environment on your PC, B) "Rowboat" / your code in 'transit', C) "Dockyard" / Remote Repository (eg. GitHub, Azure DevOps, BitBucket, etc.). When you load your code from your Ship (A) onto the Rowboat (B), you "commit" it to the rowboat. When you send the Rowboat (B) from your Ship to the Dockyard (C), you "push" it to the shore. When you want your code (on the rowboat now waiting in the docks at shore) to be merged into the intended branch, you submit a "pull request" to the Master of the Dockyard to pull your code from the "Rowboat" (B) into the "Dockyard" (C). I guess it is context related, ie. in context of the Dockmaster, he would satisfy the "Pull Request" by pulling it onto shore and into the Dockyard. _Or at least that's the way that I understand it._
@WalterNebedum
@WalterNebedum Жыл бұрын
@@Jonathan_Strange awesome !!!😀
@NathanHedglin
@NathanHedglin Жыл бұрын
​@@catrybou because 'pull' is a 'fetch' and 'merge'.
@debasishghoshsays
@debasishghoshsays 7 ай бұрын
@Jonathan_Strange hey how can i connect to you man!i think i can learn a lot from you
@buildwithcode9743
@buildwithcode9743 3 жыл бұрын
To Nick: Can u please make this a series for other topics as well? To the others: Upvote this comment if you share the same thought ;)
@thehunted316
@thehunted316 2 жыл бұрын
I swear, his teaching pattern is so good. I wish he has a javascript and golang course like this.
@muhammadjunaid3684
@muhammadjunaid3684 2 жыл бұрын
I was commenting the same thing. yesh bro. He should!
@triumphprince5402
@triumphprince5402 9 ай бұрын
💯
@sahaskamble4467
@sahaskamble4467 5 ай бұрын
A Redditer "Upvote"😂
@Dmnzzx
@Dmnzzx 5 ай бұрын
@@sahaskamble4467 many people js say upvote I started using upvote because of udemy not everything is reddit
@yuji9774
@yuji9774 5 ай бұрын
I love how he seems impatient and drags his voice over every sentences. It cracks me up and keeps me interested. Thank you dude!!
@69k_gold
@69k_gold Жыл бұрын
Most important note. Always use " " for directory paths and file names, this will not throw any errors when the directory or file has spaces in its name
@screaminscott
@screaminscott 2 жыл бұрын
I like how you started with the concept of using Git to save your progress. Everyone else always starts with the concept of version control and repositories.
@amar-vt6wr
@amar-vt6wr 10 ай бұрын
Version control is kind of the same concept as saving progress
@drbuni
@drbuni 2 ай бұрын
@@amar-vt6wr "Version control" is not as simple to understand as saving progress to those who aren't deep into programmer lingo.
@DJTechReviews
@DJTechReviews 2 жыл бұрын
I have watched sooooo many tutorials on Git, and I can honestly say, this is the best one. By far. Super easy to understand. Well done sir.
@JasonBillingham
@JasonBillingham Ай бұрын
Two years later and this is still by far the best Git tutorial I've found on KZbin. Simple, easy to understand, and didn't want to make me tear my hair out. Thank you for de-mystifying Git and GitHub for me and showing me how simple the basics really are.
@suntechh
@suntechh Жыл бұрын
I don't usually comments on KZbin videos. I'm starting at programming, I know about GitHub (but didn't really understand how it worked). Didn't know Git was a thing. You made exceptionally clear explanation, I've understood everything and I wanted to thank you for that. You definitively gained a subscriber. Keep up the good work !
@alphainfinitum3445
@alphainfinitum3445 Жыл бұрын
Anyone can give instructions, but very few people can teach. You did an amazing job teaching this small but confusing subject.
@bingoboingoe
@bingoboingoe 3 жыл бұрын
10x more helpful than any other git tutorial I've seen. Thanks bud.
@transcend8826
@transcend8826 5 ай бұрын
I like how he seem so frustrated while I'm understanding everything he said. Learning is so much fun
@vihrigapozax4592
@vihrigapozax4592 8 күн бұрын
:D true. I felt like he just shared my frustration about the fact that people have never actually said these basic things to me aloud, because they are so trivial that I should be able to read them from my teachers mind. Which I haven't been able to do, surprisingly.
@csipawpaw7921
@csipawpaw7921 2 ай бұрын
I'm an old retired guy trying to get back into learning programming . I use to do it as a hobby back in the late 70s080s, back in the days of hexadecimal programing. So I need all the help I can get and I need it as simple as passable. Thank you for understanding the needs of people like myself.
@rongarza9488
@rongarza9488 Ай бұрын
@csipawpaw7921 I'm an old retired programmer too. Python, SQLite3, RegEx and the like were fairly straight forward, and enjoyable learning experiences. What I am seeing though is that there are actually millions of young people -- with these skills and recent college degrees -- going nowhere with this. I hope you are not hoping to get a job. If you are and if you do, that would be great, please tell us all.
@mikeyserrano9748
@mikeyserrano9748 3 жыл бұрын
Even as a 3rd year cs student, Git still confuses tf out of me, so this was VERY much appreciated
@Macheako
@Macheako Жыл бұрын
Bro, I personally put that at the feet of college instructors for CS. They NEVER taught me or my class about versioning, available applications, or even the theory behind any of it. But boy oh boy did we learn about JPanes 😂❤
@yoatemybeans2334
@yoatemybeans2334 5 ай бұрын
How did you survive the second year without git?
@harrylongofficial6248
@harrylongofficial6248 Жыл бұрын
I liked and subscribed because after a DOZEN git and GitHub tutorials of people droning on so fast about technical jargon, you put it into fine words of understanding and at a brilliant pace for which I felt in my personal experience. can't wait to discover more great stuff from your channel! My programming work experience starts tomorrow so this was a life saver!
@smazdev
@smazdev Жыл бұрын
This is pure GOLD!! I wrote my first program chillin' (literally) in a big computer room surrounded by a bunch of mainframe equipment. I've managed to stay abreast of all the latest tech trends and keep current in my skills. That is until I tried to learn web development using Java, Springboot & React. Along with that came git. I've watched at least 15 different tutorial videos, some that droned on forever, then this one popped up in my feed. It was a game-changer for me. Suddenly, CLICK! it all made sense. THANK YOU!!
@nicholasspidel1471
@nicholasspidel1471 11 ай бұрын
I felt like I was wasting my time watching other git tutorials, because everything went over my head. But not here, everything made perfect sense. Thank you! This is by far the best Git/GitHub tutorial on the internet. You're a great teacher.
@georgizmd5664
@georgizmd5664 Жыл бұрын
I am learning the fundamentals of Python Coding in a Software University in Bulgaria. Soon, i am about to catch up with git & github. And let me tell u this... Good sir, u are born to be a teacher/trainer! Much better than any other explanations in my whole history of education, i swear! As simple as needed for the mind to "consume" all that space of info. Thank u kindly, good sir!! :) That was a step ahead for me!! :)
@horaceweatherby2910
@horaceweatherby2910 4 ай бұрын
good luck georgi from bulgaria on your career!
@BekBrace
@BekBrace Жыл бұрын
Beautiful job explaining, Nick ! I advise you to make a whole "for dummies" series, it's going to be very useful and successful
@heterodoxagnostic8070
@heterodoxagnostic8070 11 ай бұрын
I'm very analytical, but when i don't know the fundamentals of something, this is at least 5 times more effective way of learning for me than usual tutorials, this was AWESOME! thank you very much for this video, i didn't even think i needed to know how git worked, but after clicking this recommended video, i understand that i needed it.
@algoa456
@algoa456 9 ай бұрын
Hey Nick, even 2 years later your video is still great. It neatly and clearly provides the basis for understanding Git and GitHub without overcomplicating the basics. Excellent. Thank you.
@debalghosh5412
@debalghosh5412 3 жыл бұрын
You know a tutorial is fire when it keeps you engaged even after a tiring day. Watched it till the branch segment, but I swear I will rewatch the entire tut tomorrow
@KaisarAnvar
@KaisarAnvar 2 жыл бұрын
You know, every time I watch your video on full screen, I exit and check to make sure I have subscribed even though I already did. That’s how much I love your videos. Direct, no BS, straight to the point. Looking forward for more videos brother.
@giftcp82
@giftcp82 28 күн бұрын
Nick you have 100% simplified GIt. This is the best tut I have seen on youtube on this topic and I have seen plenty. You have earned my sub
@fredericoamigo
@fredericoamigo Жыл бұрын
Thank you for not over-complaining this. Super good basic tutorial. Also totally agree about the clouds chasing part.
@void791
@void791 Жыл бұрын
I've been researching all day for short n sweet tutorials but this is the first git / github tutorial I've actually understood. Thank u!
@markmacnab8127
@markmacnab8127 Жыл бұрын
Thank you for this video. I am 73 years old and you made this simple enough for me to understand it. Others tutorials did not explain how to create a repository and init it.
@theprocrastinator2232
@theprocrastinator2232 2 күн бұрын
My whole life has been IT/Servers/Networking... being challenged by many things, will be looking to make changes from and into my career (into programming) and starting with this video feels like its gonna be a great journey, thanks a lot Nick, much appreciated!!
@steverobinson8771
@steverobinson8771 5 ай бұрын
Honestly, I think making a 'Git tutorial for dummies' video, that is a) concise, b) understandable, and c) engaging is probably one of the hardest things to do really well. This video is easily the best attempt I've seen to date! 😎
@swedishguyonyoutube4684
@swedishguyonyoutube4684 Жыл бұрын
LOVED this video so much! My professor had a lecture on version control where he causally mentioned Git and GitHub, said we should look into it, and then he gave us like a million different links, and a zoom hangout space where we could ask questions if we were confused like a day or so later. Also, he shared a video where he only used terminal commands. Suffice to say, everyone was so confused they didn't even know what to ask about. THIS, however, is just what you want as a beginner. Basic stuff. Described in simple terms, with simple real life examples. Great job!
@conradmbugua9098
@conradmbugua9098 Жыл бұрын
I loved the game analogy he used, it just clicked after that for me
@yaroslavasavchuck6631
@yaroslavasavchuck6631 Жыл бұрын
Thank you dude, this tutorial was really helpful for me, it’s probably the best tutorial on GIT (at least for beginners). I’d seen many videos, tutorials and different stuff on this topic and still felt myself so stupid ‘cause I just couldn’t get into it, but after your tutorial so many things became clear for me. So now GIT isn’t so scary for me as it was before watching your video. Thank you, keep up your work💪🏼
@vihrigapozax4592
@vihrigapozax4592 8 күн бұрын
"And then you make a repository. Repository means folder. Folder means repository. Same thing." Omg I love this approach. I have been stuck sooo many times in things like this. I am very bad at remembering names, addresses, etc, and it affects my studying because I have to google familiar terms all the time. It frustrates me so much and makes me feel so stupid, though I know I am not. And also, because I am smart in some ways, like logical thinking (maths, coding, algorithms...), people assume I know stuff, and are genuinely surprised if i ask help in "trivial" things. And then they explain them like I already knew it, so I learn nothing. Being smart and knowing facts and terms are two so different things. This video is gold. Thank you.
@karlhill6652
@karlhill6652 Жыл бұрын
@Nick White, .....You-just-made-my-day! This is by far the best ever tutorial I have ever seen! Plain, simple and no fuzz, small peaces at a time. I love it and it stuck right away. Thank you sooooo much!❤ I so wish that everyone who does these kind of tutorials would do it your way. Keep up the good job!👍🙂
@shivarampalackapillil5283
@shivarampalackapillil5283 3 жыл бұрын
I LOVE YOUR CONTENT, PLEASE KEEP DOING IT PAPA. On a more serious note, this is by far the best video ive seen on youtube, and oh boy did the first 5 semesters of CS forced me to relearn just enough to do what i needed only to completely forget it 6 months later. Your vids have been keeping my interest for the course during this boring ass online classes bs pandemic time. Shoutouts to those that interpret stuff as a 5 yo, all the way from brazil.
@user-li2od9wv4q
@user-li2od9wv4q 2 жыл бұрын
This is the only video people need to understand and able to start using git immediately. Awesome !
@khalilebdelli6199
@khalilebdelli6199 Жыл бұрын
first time i watched this video , I had just started getting into programming and it was just something I came across and kinda ditched because it was out of my league, but now as im developing apps and having to collaborate with other devs , I came back to watch this video again and actually learn from . i want to say thank you so much for this amazing tutorial , you're really helping some dummies out there .
@MichaelKazembe
@MichaelKazembe Жыл бұрын
I just began my software engineering journey and I didn't know to start learning git and github. I felt like a 5 year getting this all in. You are perfect teacher! I am ready to put this into practice and dive deep. Thank you!
@RutiYT
@RutiYT 3 жыл бұрын
I already know git, but I wish I could take back the time it took me to learn git and watch this video instead. I will pass this video around to my coworkers, I appreciate you man.
@edwardwong654
@edwardwong654 Жыл бұрын
I love his refreshing style. He already knows that I am an idiot, uh I mean dummy, so he cut's out the noise. Instead he mentions related areas to give you a better understanding of the WHYS of dooing things to complement the WHATS. Good job! Now I am going to commit my comment.
@evfour3335
@evfour3335 11 ай бұрын
As a new member in sales/PM of a tech company, with almost no tech background, you just taught me a new language. I always want to support my devs, and I speak several languages, but you just really helped me to communicate. Thanks a lot!
@hughmorrison8586
@hughmorrison8586 3 ай бұрын
I spent yesterday struggling to understand 'push' 'pull' onto github. This was a great lesson. Thank you.
@bashisobsolete.pythonismyn6321
@bashisobsolete.pythonismyn6321 3 жыл бұрын
easter sunday and all my stuff got saved. God bless you St. Nick
@thalesesteves
@thalesesteves 2 жыл бұрын
Wow. Never thought i would learn to use GIT in 20 minutes. Great work!!!
@rkortez
@rkortez Жыл бұрын
This has to be the easiest most clear explanation of Git. It finally clicked! Thank you!
@KikoJuarez
@KikoJuarez 10 ай бұрын
One of the best explanations (not tutorial, this is way better) I've ever seen. Simple, understandable for non-programmers like me, and useful for everyone, regardless of their programming knowledge. Thank you, so, so very much.
@liresto
@liresto Жыл бұрын
I’m lucky to have stumbled on this. You would not go wrong if you continue doing videos with the same approach as this one. Thank you!
@Arturs007
@Arturs007 2 жыл бұрын
Before this, I watched many git video tutorials. Git seemed something so obscure and difficult. After this video, I finally started to understand it, thanks :)
@DeskoTEK
@DeskoTEK 4 ай бұрын
there is a special place in paradise for people like you dude, honestly the best git tutorial out there !! thank u very much, taking notes while checking this made me understand git better than ever.
@adolforosado
@adolforosado Күн бұрын
The capacity to teach is an important skill that many teachers today lack. You have it and you use it well. Thanks for the class. I learned something today in minutes that would've taken hours at least elsewhere.
@standardlatinohuman
@standardlatinohuman Жыл бұрын
You are an absolute unit for teaching things this way.... Thank you! There is a bunch of pretentious mfs who just want to feel superior and over complicate things unnecessarily. This should ALWAYS be the standard explanation for everything! You have already the soul of a good teacher! Ty! Liked and subscribed! You helped me alot!
@oggamer2244
@oggamer2244 2 жыл бұрын
The video game analogies were so easy to understand. You're amazing bro, this is why gamers rule.
@franklanham6936
@franklanham6936 Жыл бұрын
This video is such a breath of fresh air. I am an old software engineer, and I was there in the early 70s when UNIX first came out. I started reading the documentation to learn it, and it was so frustrating. It seems that every piece of the documentation referred to some other concepts that you didn’t know yet. You basically had to know everything to learn anything. This is typical of how technical documentation turns out when written by engineers or technical people. Would it be so hard to start at the top with basic concepts so you understand how the different parts relate, without having to learn all the details first? This is what Nick is doing here, and I give him five stars for his approach. I hope he can apply this to other areas of software development. Thanks Nick!
@user-gw7pl3sm1i
@user-gw7pl3sm1i 29 күн бұрын
Hey Nick, great video. Great bc it's right to the point and short enough for my attention span. (and funny. you looked like you just rolled out of bed after a night of partying and remembered you were going to make a vid - yet pulled it off amazingly well!) been programming since the '90's but never used version control software bc it was too much bother to go thru the learning curve. I had real work to do. (microcontroller projects are pretty easy to maintain manually, anyway.) Tried GIT but got frustrated & gave up. Watched your vid and now very comfortable with enough of the basics to do what I need (at this point, anyway). I still have trouble with GIT GUI - it just seems a little to abstract to feel safe using it, so I just keep a post-it around with 4 of your command line GIT commands and that's all I need to setup GIT on a project and feel safe about it - All in about 15 seconds. The only other thing I needed to figure out was the git.ignore file. But that was pretty easy. Once it's setup, GIT GUI makes a bit more sense to me and I can explore it's features as needed. I think GIT is okay and useful, but the user interface has just never been done very well. Your focus on the very basics was very helpful. The other features can come with time and as they become needed and useful.
@fanifyeyev
@fanifyeyev 3 жыл бұрын
Even though it is really descriptive, I would recommend adding some visual explanation as well. I used a really good technique when I explained git flow to my wife. I used storage boxes as 'commits': I told her, that a commit represents sealed changes, like a box containing a bunch of things/clothes you want to pack. You can put things/clothes into boxes, label them and later send them to a storage room. 1. Selecting things/clothes you want to put into the boxes(git add ....) 2. Putting things/clothes into a box, labeling it and packaging with band (git commit -m "label") 3. Send the boxes(git push.. ) to a storage room(origin) Of course, that is just a simple usage, but any other commands(revert, etc) can also be used in this scenario. That helped her understand the git flow.
@hectorcanizales5900
@hectorcanizales5900 Жыл бұрын
i'd also recommend engineer man's video on git
@michaeldelay3925
@michaeldelay3925 Жыл бұрын
Thanx. You are helpful too.
@naminami3180
@naminami3180 3 жыл бұрын
I really needed this. thank you! :) best git tutorial ever
@gogamarra
@gogamarra Ай бұрын
Admittance to our common idiocy is the first step to becoming great. THANK YOU for this video dude! You're a frickin' rock star.
@Mantris100
@Mantris100 Жыл бұрын
I do some minor coding stuff purely as a hobbyist and tinkerer - and this has been so useful to get me started with git and GitHub. Thanks!!!
@unklejon4690
@unklejon4690 7 ай бұрын
Straight up I don’t code, just here passing my retirement time in gods waiting room, but even I followed this explanation. Well done son well done
@acc.7953
@acc.7953 3 жыл бұрын
dude I literally searched "git for kids" just yesterday and this was in my top recommended,lol. I'm not complaining.crazyyy!!!
@NoMusiciansInMusicAnymore
@NoMusiciansInMusicAnymore 18 күн бұрын
This is awesome, I'm not a slouch when it comes to IT but I'm relatively new to coding (lots of SQL but just starting in with python) this is awesome, you really have to understand a topic to break it down this effectively and this is exactly how I learn, if I can understand the basics I can work out the more complex stuff, I really appreciate the videoi and I am now off to check out your other content!
@ironichoneybadger5066
@ironichoneybadger5066 Жыл бұрын
love this because it is something that I struggle with. When I am programming, I usually panic and add then delete a bunch of dumb stuff without keeping track of what I'm removing or adding, so this will help out in making sure I've got a running history of what I'm working with at all times!
@missmahem
@missmahem 3 жыл бұрын
Thank you daddy! But seriously I struggled with this the most. Downloading this video for future reference.
@2024comingforyou
@2024comingforyou 2 жыл бұрын
Hey ,i am not a native English speaker , why do kids nowadays started to use daddy in their vocabulary ? I mean is he your dad or what is the feeling behind calling him daddy?
@lukejames5467
@lukejames5467 2 жыл бұрын
@@2024comingforyou Hi Samarth, it's just a humourous way of referring to someone as a helpful figure who one can rely on for guidance. It's rather complimentary.
@TonyStack
@TonyStack 3 жыл бұрын
Holy shit this is actually so good thanks nick you cleared up so much confusion! :D
@alexisrdevitre
@alexisrdevitre Жыл бұрын
Fantastic tutorial, please make more of those. Every library and software tool in the world should have a video like this up at the beginning. Something that gets you to 80% of the knowledge you'll ever use in 20 minutes so you have some bearings and clear understanding of the lingo that allows you to go and learn the rest if you need.
@harrygilsphotovideo
@harrygilsphotovideo 2 ай бұрын
Best straight to the point video. Thank you for not wasting time.
@anirbansarkar6306
@anirbansarkar6306 3 жыл бұрын
This approach of considering viewers as complete beginners is best 🙏 thanks Nick😇
@tarnished3571
@tarnished3571 3 жыл бұрын
It's super crazy how most computer science degrees don't teach you git. A lot of the things you learn is superfluous and most people don't need to know the difference between a NFA and a DFA. These kind of classes should be optional. Obviously there should be compulsory classes like Programming and data structures.
@seanwilkinson6361
@seanwilkinson6361 Жыл бұрын
Just learning about git and github. You made it a lot more understandable, and I like the dry sense of humour.
@pakhannna
@pakhannna 2 ай бұрын
one of the best explanations ive seen. super simple and straightforward
@KevinNaughtonJr
@KevinNaughtonJr 3 жыл бұрын
i finally git it
@ColeHastings
@ColeHastings 3 жыл бұрын
Sweater is dripping with sauce
@amrik9614
@amrik9614 3 жыл бұрын
Wait lol you know Nick?
@jeanpierre3601
@jeanpierre3601 5 ай бұрын
i'm a student, this is the best explanation i've ever seen. Awesome man!
@VeryMuchBlessed
@VeryMuchBlessed Ай бұрын
Excellent video. Was getting discouraged watching how some of the other "how-to-Git" tech guys bombed on reaching us newbies. Thanks much.
@IIGeminiGemII
@IIGeminiGemII Жыл бұрын
0:46 So, uh...Dad - Can I get a SMALLish loan from you, PLEASE?? I REALLY need a new car...
@mwnkt
@mwnkt 3 жыл бұрын
I always wanted to learn like I'm a five year old;
@mareikekeller9688
@mareikekeller9688 Жыл бұрын
Ooooooh, wow!!! Have had to use GitLab for about 2 years now, but had no real idea how it works and thought you need to be a pro to set up and manage your own repository. Now it alll makes sense and seems pretty straight forward. You are the Master of the Git Tutorial! Thanks!!!
@korwolf64
@korwolf64 3 ай бұрын
Thank you so much! Years later and your video is still helping people like me!
@Dregun
@Dregun 8 ай бұрын
Thank you mommy
@title_anime_yt
@title_anime_yt 6 ай бұрын
Thank you, your explanation really helped. Previously, I didn’t know the commands and therefore used buttons in vs code, I didn’t really understand them either, so very often everything broke and it really pissed me off, git was a pain for me. But after your video, I learned the commands you gave and everything now works like a clock. Now I'll try to use git more often.
@pulgasari
@pulgasari Жыл бұрын
This is great. A lot of the difficulty I had learning to code was because I was taught by people who forgot, or don't understand, how they learned themselves. Then when they try and dumb it down retrospectively, they lose focus, or use elaborate metaphors. This I can work with.
@dejahm1502
@dejahm1502 8 ай бұрын
omg man, you are the bestest. In all honesty, if you do this for other topics too, you're probably going to blow up on KZbin. This was hands down the best git video I've seen, and it takes skillzzzz.
@juliusarcanum
@juliusarcanum Жыл бұрын
You should do more of this kind of thing. This was a perfect intro to Git. Thanks a lot man.
@jiaqint961
@jiaqint961 11 ай бұрын
the pull request part is gold to me. thanks you beautiful man.
@redwireless
@redwireless Ай бұрын
Great intro! Loved the 'cloud' chasers explanation - as a non-coder (RF, applied wireless for decades) of smart home and iot, inevitably, I've run into many of these individuals in the last 7 yrs 😂 and none of them explained as CCC (cool, calm & collected) this topic as you did here - 👍
@dustinhxc
@dustinhxc 11 ай бұрын
Holy crap.. I FINALLY understand! I’ve tried tutorials and they are TOOOOO informative. This was perfect. Thank you!
@LareauxLearningLibrary
@LareauxLearningLibrary Жыл бұрын
@NickWhite - Thank you so much for this video. I am in an IT grad program and I (and my ADHD) was in physical pain watching each of the videos they recommended were hours long and boring AF. You and your videos are like the cool side of the pillow... on both sides. THANK YOU!!! I learned more from you in minutes that these crazy professors haven't been able to teach me in days. THANK YOU!! Love your teaching style. I understand that other commenter that said they got teary eyed... I did too.
@andersonbaiden
@andersonbaiden Ай бұрын
There's no simpler explanation than what you have here. I've definitely subscribed 🎉. Thank you
@CreativeCoLabAfrica
@CreativeCoLabAfrica Жыл бұрын
Was on the verge of giving up learning git. This was super helpful. Thank you so much. You're awesome!
@NicksMind21
@NicksMind21 Жыл бұрын
Thanks @Nick White. 6 videos on this basics of Github, and you are right. Your video is best hands down. Now all I need to understand now is difference between branches and forks. Thanks again!
@Dude27th
@Dude27th Жыл бұрын
I wanted to understand this last year but never got around to fully understando how to use it as it sounded very technical. This video just did it! ^^ THank you so much!
@euanfisher6913
@euanfisher6913 7 ай бұрын
This was a huge help for a beginner like me, all the other 1hr+ videos were a bit off-putting. Your style is great, natural teacher!
@Mikeriker
@Mikeriker Жыл бұрын
Thats exactly what i needed. Simple, easy, fast and begginer-friendly explenation. Thank you sir!
@19holegolf
@19holegolf 5 ай бұрын
Bro! I was watching on my tv and jumped on my phone to comment. Love your teaching method. Funny and to the point! You push it! To the website! Im dying bruh. 😂😂😂
@MikeJones-dr8os
@MikeJones-dr8os 4 ай бұрын
im not a coder, but Im running in to places where im directed to github more and more. I'm grateful for the way to explain this. It not boring, its very helpful and simple. thank you sir.
@adambartlett6277
@adambartlett6277 Жыл бұрын
This is the best git tutorial for beginners I've ever seen. Thank you
@philr2664
@philr2664 Ай бұрын
THANK YOU!!! I love your straight to the point method and attitude. For many years I have been trying to figure out what any of this was. Now I have to use it at work. :( I love the teach me like I know nothing as I know nothing. People that teach like you already know it are... useless. If I already know it why I am watching a tutorial? I liked and subscribed.
@Ph4n_t0m
@Ph4n_t0m Жыл бұрын
My brother who shares the same name (first and last) could probably understand this. And that's saying something coz he hates coding and ventured outside of userland. I however have dabbled in coding of various kinds and Git (and hub) has always been a mystery, and a hurdle. You're right. Every guide is just off-putting. So yours is exactly what I've been needing! Thank you sooooo much!
Git, GitHub, & GitHub Desktop for beginners
22:16
Coder Coder
Рет қаралды 662 М.
Git Tutorial for Beginners - Git & GitHub Fundamentals In Depth
43:06
Tech With Tim
Рет қаралды 806 М.
Я бы Не Прыгнул Туда и За 100 Миллионов 😭
00:20
Глеб Рандалайнен
Рет қаралды 17 МЛН
THANK YOU SO MUCH!!!
00:20
Pink Shirt Girl
Рет қаралды 24 МЛН
Transition parfaite 😍😂
00:15
Nicocapone
Рет қаралды 21 МЛН
Братик купил бегемота #shorts #iribaby
00:42
IRIBABY
Рет қаралды 3,8 МЛН
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 6 МЛН
I Got Rejected (again)
9:43
Nick White
Рет қаралды 200 М.
Learn Git In 15 Minutes
15:59
Colt Steele
Рет қаралды 2 МЛН
Self Taught Programmers... Listen Up.
11:21
Nick White
Рет қаралды 918 М.
Git vs. GitHub: What's the difference?
10:06
IBM Technology
Рет қаралды 363 М.
How Git Works: Explained in 4 Minutes
4:18
ByteByteGo
Рет қаралды 95 М.
Coding Is Changing...Here Is What You NEED To Know
9:26
Nick White
Рет қаралды 54 М.
GitHub Basics Made Easy: A Fast Beginner's Tutorial!
23:30
Skill Foundry
Рет қаралды 7 М.
How I Coded An Entire Website Using ChatGPT
18:22
Nick White
Рет қаралды 1,8 МЛН
It turns out it's not a program problem, it's the LED module being reversed. #eagerled #leddisplay
0:13
WoW 😮  SMD Soldering #soldering
0:15
Educational Engineering Team
Рет қаралды 6 МЛН