Learn Github in 20 Minutes

  Рет қаралды 432,091

Colt Steele

Colt Steele

4 жыл бұрын

Get My Git Course: www.udemy.com/course/git-and-...
Get My Other Courses Here: linktr.ee/coltsteele
Learn how to use Git & Github to share code and collaborate with other developers. This video covers: creating github repos, pushing & pulling, cloning, forking, making pull requests, and open-source contribution workflows.
**MINOR EDIT**: I use "git push -u" to push to Github in this video, but I forgot to mention the "-u" flag is only necessary the very first time you push (even then, it's not technically necessary, it just makes your life a little easier)
Notes: www.notion.so/Introduction-to...
Learn Git in 15 Minutes Video: • Learn Git In 15 Minutes
If you're ready to launch your career as a software engineer, check out my job-guaranteed bootcamp with Springboard: springboard.com/workshops/sof...

Пікірлер: 310
@examinedinteractive8588
@examinedinteractive8588 4 жыл бұрын
Hey everybody, The "-u" when entering the command "git push -u origin master" sets origin as the remote (upstream) target so any pushes after that can be called with just "git push" instead of typing it all out.
@ColtSteeleCode
@ColtSteeleCode 4 жыл бұрын
I caught this mistake right after I published the video, and unfortunately the only way I can let students know is via a note in the description which no one reads! I wish there was an easy option to edit or annotate the video. Hopefully pinning this comment will make it easier for students to see!
@arjunkirpal9776
@arjunkirpal9776 4 жыл бұрын
@@ColtSteeleCode your courses are awesome. What do you think about the Quart framework? It positions itself as async Flask. Thank you. pgjones.gitlab.io/quart/
@RampageG4mer
@RampageG4mer 4 жыл бұрын
What does the -v mean in 'git remote -v'?
@examinedinteractive8588
@examinedinteractive8588 4 жыл бұрын
@@RampageG4mer It means verbose. It will show the url of the remote repo. Here's the link to the docs: www.git-scm.com/docs
@hisfluffinessscaredy-catth9862
@hisfluffinessscaredy-catth9862 3 жыл бұрын
Thanks
@sheneshperera
@sheneshperera 4 жыл бұрын
Colt, I just want you to know that you're an amazing teacher! I've watched literally all your videos and have paid for some of your udemy courses, and I don't know what it is about the way you teach but it's just so damn clear when you teach something. Hats off to you man! Thank you very much for the amazing free content!!
@ColtSteeleCode
@ColtSteeleCode 4 жыл бұрын
Thanks for this lovely comment, Shenesh! I'm glad to have you as one of my students, whether it's on KZbin or Udemy or somewhere else :)
@JyothiprakashDS
@JyothiprakashDS 4 жыл бұрын
Agreed
@tchimittsyrenjapov7422
@tchimittsyrenjapov7422 3 жыл бұрын
Not only are you a great teacher, but you also have such a live and gentle voice. I really appreciate you.
@boban_24
@boban_24 3 жыл бұрын
@@tchimittsyrenjapov7422 which makes us listen keenly and so it was understandable
@micaherollyonelanderson5063
@micaherollyonelanderson5063 2 жыл бұрын
Agreed!
@santespro
@santespro 4 жыл бұрын
Colt, I've been following you for a long time now and I just wanted to thank you for every tutorial you made. You have inspired me and you have helped me a lot in my life as a developer.
@JayronWhitehaus
@JayronWhitehaus 4 жыл бұрын
Your sheer exasperation with Cody's "lovely change" is absolutely hilarious. Just cracks me up! Thank you for the great video, keep up the great work!
@rutger6034
@rutger6034 4 жыл бұрын
I've procrastinated watching this video for so long, until I actually needed to use it and figured it out myself with a bit of help from a classmate. I hate myself sometimes
@chrismgentry
@chrismgentry 4 жыл бұрын
I wish I would have seen this before I talked about it in class early last week! This fantastic video would have saved me a 45min lecture and live demo. I added a link to my exercise notes so students would be able to reference this content. Thanks for all your hard work!
@JamesWelbes
@JamesWelbes 4 жыл бұрын
Your teaching style is perfect for my learning style, great job!
@elganm7828
@elganm7828 3 жыл бұрын
I spent hours today trying to find resources to learn git and github. This video is one of the best I’ve seen. Explained simply but effectively. Thanks for the awesome video Colt!
@kadekeqw23
@kadekeqw23 4 жыл бұрын
Wow - I think I have discovered my new favourite coding teacher. Thank you!
@JesusRodriguez-bc3bu
@JesusRodriguez-bc3bu 3 жыл бұрын
really git/github introduction, exactly what I needed to start up. thanks
@thesuperiorman8342
@thesuperiorman8342 4 жыл бұрын
This is the first time I came across your channel and I absolutely loved your presentation. Everything I needed to get me started. Thank you.
@Cysecsg
@Cysecsg 4 жыл бұрын
Most easiest explanation I encountered. Gotta save this and rewatch whenever I have doubts. Thank you!
@iJuce
@iJuce 2 жыл бұрын
I just want you to know that you're an amazing teacher! I've watched literally all your videos and have paid for some of your udemy courses, and I don't know what it is about the way you teach but it's just so damn clear when you teach something. Hats off to you man! Thank you very much for the amazing free content
@qaiszehm1455
@qaiszehm1455 2 жыл бұрын
I just watched both of your vids on git and github and it was really amazing, understood everything very smoothly, thanks a lot and keep up the good work!
@BbB-vr9uh
@BbB-vr9uh Жыл бұрын
Awesome tutorial! I appreciate the demo just using text files, because a lot of github tutorial material conflates git with also learning about programming topics. This lets the github tutorial be the true focus and helped me follow it better.
@mail4asim
@mail4asim 4 жыл бұрын
Colt, loved the video. Everything I wanted to know about Git in 20 mins. And all the notes for Free.. couldn't have asked for a better tutorial.. Thank you !
@prashara
@prashara 4 жыл бұрын
Beautiful Simply Beautiful, even i can understand Git Now, thanks Colt.
@harold5534
@harold5534 3 жыл бұрын
Thanks for the 30 mins git education (Github and Git), they are both awesome
@Sam-jg5zv
@Sam-jg5zv 4 жыл бұрын
Exceptional video. I have watched many videos about github, none of them were as succinct and clear as yours
@hugocsl
@hugocsl 4 жыл бұрын
Thx man! This is what I was looking for a while.
@smithscarborough9840
@smithscarborough9840 3 жыл бұрын
Man, as a new developer in-training, this was incredibly helpful. Thank you for sharing!
@paulvu7557
@paulvu7557 4 жыл бұрын
Omg this is the best explanation of GitHub ever. I never understood the workflow until now!
@AminKhan
@AminKhan 4 жыл бұрын
Hey, Colt! I love your tutorials and you are an amazing teacher! I have bought a course of yours from Udemy and followed your videos on KZbin but I'd be a lot happier if you taught your Udemy courses all by yourself and not including another teacher because the way you teach is much and way better than other teachers.
@mrknarf4438
@mrknarf4438 4 жыл бұрын
Excellent: simple, clear, with example. Just what I was looking for, thanks!
@burner00019
@burner00019 4 жыл бұрын
8:25 HAHA "thank you Cody". Oh boy colt doesn't sound impressed.
@jordanleslie1221
@jordanleslie1221 Жыл бұрын
Such a helpful video. Felt overwhelmed trying to learn Git and GitHub on my own but I feel way more confident using them now. Thanks for all your work, loving the Udemy web developer course as well!
@glassofchampagne
@glassofchampagne 4 жыл бұрын
This always happens! I start thinking that I should learn GitHub properly and boom Colt Steele uploads a neat 20 minute video for me like an absolute legend! Props bro!
@JihedCh
@JihedCh 3 жыл бұрын
Hey Colt, Great tutorial, I hope you make more videos (more advanced topics) with Git/GitHub
@soufianesammah5936
@soufianesammah5936 4 жыл бұрын
a tremendous source of inspiration! thank you, brother!
@telmomarinho2729
@telmomarinho2729 3 жыл бұрын
Congratulations, Colt Steele! Very good video! Objective, direct and clear!
@iuriivadaturschii3473
@iuriivadaturschii3473 2 жыл бұрын
Simple and clear like a shiny day. Thanks!
@danieldey
@danieldey 3 жыл бұрын
That was actually a very good video, great work bro
@MilindGour
@MilindGour 4 жыл бұрын
Short and sweet tutorial :) Thanks!!
@hello.itsjulie
@hello.itsjulie 3 жыл бұрын
So glad I found your channel. Totally get git and github now. Thank you!!
@eliasebner3595
@eliasebner3595 2 жыл бұрын
you make great videos, packed with information and straight to the point
@gusprado
@gusprado 4 жыл бұрын
Another great, useful and amazing content. Kudos Colt!!!
@digigoliath
@digigoliath 4 жыл бұрын
Great video on how GIT works! Being new, I will have to go through your other (15 mins) video to fill in some knowledge gaps. However, I still managed to follow the steps because you explained the flow very well.
@lionatticus9743
@lionatticus9743 2 жыл бұрын
Awesome video Colt. Watched this after I finished the one on GIT. In the middle of your Web Dev Bootcamp, and wanted to start my own project while showing that I have an understanding of GIT / GitHub. I’m still going to take you GIT / GitHub course though. Thank you!
@oussamareghay7081
@oussamareghay7081 3 жыл бұрын
colt is one of the best etachers i've ever seen. Respect for you man
@afique8932
@afique8932 4 жыл бұрын
Thanks, Colt. That was a very nice tutorial to learn Git & GitHub for beginners. Love your way of teaching!
@satyamkumar2820
@satyamkumar2820 4 жыл бұрын
Thanks Colt. I haven't come across better teacher than you. you are damn good at explaining things crystal clear. By the way, I am your student at udemy (web developer bootcamp). You are just amazing. Keep doing great work.
@joelmck
@joelmck 3 жыл бұрын
Your training is very clear, engaging and so easy to learn from. Sir, you have a gift. Thank you for the amazing training.
@akashrajum3319
@akashrajum3319 4 жыл бұрын
Thanks a lot, was waiting for this video!
@hiltonwong5419
@hiltonwong5419 4 жыл бұрын
Thanks Colt. You just gave me a quick briefing on Git and GitHub. That's very useful.
@uniikkiz
@uniikkiz 4 жыл бұрын
The voice was oddly familiar, then I remembered that I took one your Udemy courses in 2015 or something. Cant believe your still at it, you are the best!
@AmanDeep-qy9bd
@AmanDeep-qy9bd 3 жыл бұрын
Thank you for such an amazing course. You made it really simple to use git and GitHub for me.
@ahnaf77khan11
@ahnaf77khan11 4 жыл бұрын
Loved your explanation and walk through. Thank you for your contribution that you did in my software engineering education.
@emreolmez8551
@emreolmez8551 3 жыл бұрын
Thanks for the awesome short study video with good exercises. Cool!!!
@Anneman0
@Anneman0 2 ай бұрын
Hey Colt, thanks for sharing this video. I've watched 4 videos earlier trying to make sense of both Git and Github but I was so lost til I saw your video. Thank you so much and I appreciate you!
@juicetheballer
@juicetheballer 3 жыл бұрын
This tutorial was done really well. Thank you so much
@vvvetohin
@vvvetohin 4 жыл бұрын
Colt, Thanks a lot for sharing your knowledge!
@markthrasher4548
@markthrasher4548 2 жыл бұрын
Excellent video that gives a nice overview of the git process! Thanks for sharing!
@teukurian090598
@teukurian090598 Жыл бұрын
That is without question a fine addition to the playlist
@jaycanpaint2533
@jaycanpaint2533 4 жыл бұрын
thank you for making this SUPER easy to understand!
@zindev
@zindev 4 жыл бұрын
You're getting better and better. 😁
@micaherollyonelanderson5063
@micaherollyonelanderson5063 2 жыл бұрын
I just love you bro. Thank you so much. I laughed out loud at the end with Stevie! You're rad and you just get it. Also the aesthetic is so nice all the time. 🌲
@drajiv1
@drajiv1 4 жыл бұрын
Clear, simple explanation - Thanks!
@corywoods4771
@corywoods4771 3 жыл бұрын
This video and the Git tutorial really helped me. Thanks
@sanchito59
@sanchito59 4 жыл бұрын
Hey, Colt, love your stuff! You've inspired so much in my education and career path. I'm not sure if commenting is the proper method, but I know you were looking for feedback on video ideas. One thing that perplexes me is regular expressions and when and why we'd want to use them. I'm not sure if they're commonly used by developers and I'm not fully understanding the power that they may contain. Love your channel, thanks!
@tartarus1322
@tartarus1322 3 жыл бұрын
I would say that Regular Expressions are more used to verify text or parse it. This means that if you want to split text into multiple parts so that it can be more appropriately analyzed, or if you want to make sure it matches a format. Here are some examples of when you'd use them: Let's say you want to verify an email address given to you is valid. Let's say you define a valid email address as some alphanumerical text, followed by an "@" symbol, some more alphanumerical text -- the domain, and followed by .com, so xxxx@xxxx.com; note that the text can be of any length. So, we can form a regular expression to check if this matches. The expression would look like this: (JavaScript) (\w|\d)+@(\w|\d)+\.com or alternatively [a-zA-Z0-9]+@[a-zA-Z0-9]+\.com This basically ensures that there are 1 or more of alphanumerical characters, followed by an @ sign, followed by 1 or more of alphanumerical characters followed by a .com. Another example is if you're taking in input for a problem, for example, that gives you numbers that are spaced out, e.g. "1 2 3 4 5 6 7 8 9 10" and you want to loop through them and concatenate all of them: (JavaScript) You might want to go about it by turning it into an array: function concatenate(str) { let result = ''; let array = str.split(/ /); for (let e of array) result += e; return result; } You can also use it to replace things: just take the string and use RegExp like: str.replace(/ /g, '')
@sanchito59
@sanchito59 3 жыл бұрын
@@tartarus1322 thanks for the reply, this is a great explanation AND has use cases ♥
@denism4737
@denism4737 4 жыл бұрын
The best GitHub tutorial. Thanks!
@rentallogs
@rentallogs 4 жыл бұрын
Excellent Communicator! Great teacher.
@Mat-vb8er
@Mat-vb8er 3 жыл бұрын
Again Colt, this is great! Thanks!
@hectorsvill
@hectorsvill 4 жыл бұрын
awesome video and notion doc!
@customish
@customish 4 жыл бұрын
thanks for your yt channel and the udemy course!
@bmfitzgerald3
@bmfitzgerald3 Жыл бұрын
Dude. Awesome instruction. Thanks so much... Great teaching style, very clear, concise, and with good humor!
@devinvalencia7836
@devinvalencia7836 3 жыл бұрын
This was insanely helpful thank you!
@valentinkrajzelman4649
@valentinkrajzelman4649 3 жыл бұрын
Great vid and great material. You made my life easier man
@happyoe398
@happyoe398 4 жыл бұрын
Great Explanation quick and to the point cheers bro keep it up :)
@frankcastellanos
@frankcastellanos Жыл бұрын
Colt you are one of the best teachers in udemy and youtube, thanks for your knowledge.
@n.k.63
@n.k.63 4 жыл бұрын
The thumbnail is a masterpiece! :D Did you make it?
@klipkon1941
@klipkon1941 3 жыл бұрын
Amazing man! Thank you!!! really helpful!
@NinjaThug
@NinjaThug 2 жыл бұрын
Nice content, Colt! Thanks for this!
@ashleysnyder416
@ashleysnyder416 Жыл бұрын
I clicked this without knowing this was you!!! I love your courses!!!
@barakbender3845
@barakbender3845 3 жыл бұрын
Hi! Great video! Did you cover the “not covered in this video” topics on another video?
@watashibr
@watashibr 3 жыл бұрын
Nice GitHub lessons. Thanks Colt!
@luisandrade1291
@luisandrade1291 4 жыл бұрын
Colt! please do a mini series on babel 🙏🏻
@guyprovost
@guyprovost 3 жыл бұрын
Well done. Maybe adding topics like rebasing and dealing with merge conflicts ?
@the-nasim
@the-nasim 4 жыл бұрын
Please make a tutorial about docker. As always loved your video. Thanks
@Xxxsorrow
@Xxxsorrow 3 жыл бұрын
Thank you for this video tutorial!
@stemmodular
@stemmodular 2 жыл бұрын
Really helpful! And decent playlist too!!
@jasonbell457
@jasonbell457 4 жыл бұрын
Great intro!! Do you have a complete Git/Github "class"?
@sudipasarkar7981
@sudipasarkar7981 4 жыл бұрын
I have watched git videos for over 2weeks now.. But was unable to do a push ..Only after watching your videos I learned to do it.. Thank you.. You saved me
@fkihrabiy1356
@fkihrabiy1356 2 жыл бұрын
Thanks so much for this amazing Tutorial.
@rachada2532
@rachada2532 4 жыл бұрын
Love the video! Please make a course on Material UI. Please please please. Thank you.
@umeshkumarasamy6608
@umeshkumarasamy6608 4 жыл бұрын
Thoughtful of you in using Notion to give a good documentation/Notes so even common plebs like me could understand the higher workings of git.
@oshogarg5215
@oshogarg5215 3 жыл бұрын
thank you for wonderful explanation
@fathellahyousfi1805
@fathellahyousfi1805 3 жыл бұрын
you really know how to deliver! ♥
@fabianarce8430
@fabianarce8430 3 жыл бұрын
Man....you rock and rule!!! Paid in udemy for a git and github course and had hours and hours of useless info, your videos should be paid!! Thanks a million!!
@jessicastrater8023
@jessicastrater8023 2 жыл бұрын
FANTASTIC video for beginners, thank you!
@Alex-sc2rc
@Alex-sc2rc 3 жыл бұрын
I love your videos. I like how you get in medias res. Altough I think you're rushing through it a tiny little bit.
@kostaspakas8918
@kostaspakas8918 4 жыл бұрын
thanks for this video mate ! really helped me!!! :D
@nasifshah5691
@nasifshah5691 3 жыл бұрын
Great explanation!! Thank you!!
@lmnefg121
@lmnefg121 3 жыл бұрын
This is a really awesome tutorial video~!
@Luxcium
@Luxcium 4 жыл бұрын
Colt, you are so awesome 👏 I always give you my blue thumb’s up at the very beginning of each your video because they are amazing 😉
@barisballi70
@barisballi70 2 жыл бұрын
Thanks a lot, it was really helpful
@joydutta4513
@joydutta4513 4 жыл бұрын
@Colt Steele. I am one of your many students in the udemy react course. Is there any plan to update the React course?
@stephane777777
@stephane777777 4 жыл бұрын
Very clear thanks Colt
@HanilKathuria
@HanilKathuria 3 жыл бұрын
Crisp and Informative👍
@wasifnaqvi2213
@wasifnaqvi2213 4 жыл бұрын
Awesome video colt :-)
@hariprakashparthasarathy6620
@hariprakashparthasarathy6620 4 жыл бұрын
you are amazing. keep up the good work
Learn Git In 15 Minutes
15:59
Colt Steele
Рет қаралды 2 МЛН
My Favorite VS Code Extensions
20:03
Colt Steele
Рет қаралды 653 М.
когда одна дома // EVA mash
00:51
EVA mash
Рет қаралды 10 МЛН
Каха с волосами
01:00
К-Media
Рет қаралды 5 МЛН
Git, GitHub, & GitHub Desktop for beginners
22:16
Coder Coder
Рет қаралды 687 М.
Why Does Scrum Make Programmers HATE Coding?
16:14
Healthy Software Developer
Рет қаралды 482 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 964 М.
Git vs. GitHub: What's the difference?
10:06
IBM Technology
Рет қаралды 370 М.
Git MERGE vs REBASE: The Definitive Guide
9:39
The Modern Coder
Рет қаралды 47 М.
GitHub Basics Made Easy: A Fast Beginner's Tutorial!
23:30
Skill Foundry
Рет қаралды 45 М.
How ChatGPT Built My App in Minutes 🤯
8:28
Website Learners
Рет қаралды 1,7 МЛН
Complete GIT in 1 video
3:43:17
Hitesh Choudhary
Рет қаралды 45 М.