Learn Github in 20 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2019
  • 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 ปีที่แล้ว +501

    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 ปีที่แล้ว +167

      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 ปีที่แล้ว +1

      @@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 ปีที่แล้ว +3

      What does the -v mean in 'git remote -v'?

    • @examinedinteractive8588
      @examinedinteractive8588 4 ปีที่แล้ว +7

      @@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 4 ปีที่แล้ว

      Thanks

  • @sheneshperera
    @sheneshperera 4 ปีที่แล้ว +295

    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 ปีที่แล้ว +35

      Thanks for this lovely comment, Shenesh! I'm glad to have you as one of my students, whether it's on TH-cam or Udemy or somewhere else :)

    • @JyothiprakashDS
      @JyothiprakashDS 4 ปีที่แล้ว +1

      Agreed

    • @tchimittsyrenjapov7422
      @tchimittsyrenjapov7422 4 ปีที่แล้ว +4

      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 ปีที่แล้ว +34

    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 ปีที่แล้ว +9

    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 ปีที่แล้ว +25

    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

  • @elganm7828
    @elganm7828 3 ปีที่แล้ว +1

    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!

  • @chrismgentry
    @chrismgentry 4 ปีที่แล้ว +6

    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!

  • @thesuperiorman8342
    @thesuperiorman8342 4 ปีที่แล้ว +2

    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.

  • @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!

  • @walter_lesaulnier
    @walter_lesaulnier 4 ปีที่แล้ว +2

    I'm a lifelong Windows user and computer geek that first dabbled with Linux about 10 years ago. After my first Linux install, I was provided a link to Github to acquire a recommended package while conversing with someone in that distro's forum. As a lifelong Windows user I was expecting to click on the link, go to a page in Github for that utility package, click "download", and then click on it to install it. Boy, was I ever wrong. Github is for software developers and seems to be intentionally made as difficult as possible for newbies/ non-software developers. No simple download button and often no clue what specific file(s) and end user needs to download.If packages are going to be distributed to novice end users on Github, it needs to be way more newbie friendly.

  • @JamesWelbes
    @JamesWelbes 4 ปีที่แล้ว +10

    Your teaching style is perfect for my learning style, great job!

  • @BbB-vr9uh
    @BbB-vr9uh 2 ปีที่แล้ว +2

    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.

  • @JesusRodriguez-bc3bu
    @JesusRodriguez-bc3bu 3 ปีที่แล้ว +4

    really git/github introduction, exactly what I needed to start up. thanks

  • @kadekeqw23
    @kadekeqw23 4 ปีที่แล้ว +14

    Wow - I think I have discovered my new favourite coding teacher. Thank you!

  • @iJuce
    @iJuce 3 ปีที่แล้ว +1

    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

  • @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 !

  • @Sam-jg5zv
    @Sam-jg5zv 4 ปีที่แล้ว

    Exceptional video. I have watched many videos about github, none of them were as succinct and clear as yours

  • @Cysecsg
    @Cysecsg 4 ปีที่แล้ว

    Most easiest explanation I encountered. Gotta save this and rewatch whenever I have doubts. Thank you!

  • @Anneman0
    @Anneman0 5 หลายเดือนก่อน

    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!

  • @glassofchampagne
    @glassofchampagne 4 ปีที่แล้ว +1

    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!

  • @harold5534
    @harold5534 4 ปีที่แล้ว +4

    Thanks for the 30 mins git education (Github and Git), they are both awesome

  • @jordanleslie1221
    @jordanleslie1221 2 ปีที่แล้ว +2

    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!

  • @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!

  • @prashara
    @prashara 4 ปีที่แล้ว +5

    Beautiful Simply Beautiful, even i can understand Git Now, thanks Colt.

  • @uniikkiz
    @uniikkiz 4 ปีที่แล้ว +1

    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!

  • @paulvu7557
    @paulvu7557 4 ปีที่แล้ว +1

    Omg this is the best explanation of GitHub ever. I never understood the workflow until now!

  • @afique8932
    @afique8932 4 ปีที่แล้ว

    Thanks, Colt. That was a very nice tutorial to learn Git & GitHub for beginners. Love your way of teaching!

  • @mrknarf4438
    @mrknarf4438 4 ปีที่แล้ว

    Excellent: simple, clear, with example. Just what I was looking for, thanks!

  • @JihedCh
    @JihedCh 4 ปีที่แล้ว +2

    Hey Colt,
    Great tutorial, I hope you make more videos (more advanced topics) with Git/GitHub

  • @telmomarinho2729
    @telmomarinho2729 3 ปีที่แล้ว

    Congratulations, Colt Steele! Very good video! Objective, direct and clear!

  • @burner00019
    @burner00019 4 ปีที่แล้ว +41

    8:25 HAHA "thank you Cody". Oh boy colt doesn't sound impressed.

  • @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.

  • @micaherollyonelanderson5063
    @micaherollyonelanderson5063 2 ปีที่แล้ว +1

    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. 🌲

  • @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.

  • @AminKhan
    @AminKhan 4 ปีที่แล้ว +6

    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 TH-cam 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.

  • @hugocsl
    @hugocsl 4 ปีที่แล้ว +1

    Thx man! This is what I was looking for a while.

  • @coins_coconuts
    @coins_coconuts 3 ปีที่แล้ว

    So glad I found your channel. Totally get git and github now. Thank you!!

  • @smithscarborough
    @smithscarborough 3 ปีที่แล้ว

    Man, as a new developer in-training, this was incredibly helpful. Thank you for sharing!

  • @oussamareghay7081
    @oussamareghay7081 3 ปีที่แล้ว

    colt is one of the best etachers i've ever seen.
    Respect for you man

  • @emreolmez8551
    @emreolmez8551 3 ปีที่แล้ว

    Thanks for the awesome short study video with good exercises. Cool!!!

  • @hiltonwong5419
    @hiltonwong5419 4 ปีที่แล้ว

    Thanks Colt. You just gave me a quick briefing on Git and GitHub. That's very useful.

  • @eliasebner3595
    @eliasebner3595 2 ปีที่แล้ว

    you make great videos, packed with information and straight to the point

  • @markthrasher4548
    @markthrasher4548 2 ปีที่แล้ว

    Excellent video that gives a nice overview of the git process! Thanks for sharing!

  • @soufianesammah5936
    @soufianesammah5936 4 ปีที่แล้ว +2

    a tremendous source of inspiration! thank you, brother!

  • @MilindGour
    @MilindGour 4 ปีที่แล้ว +2

    Short and sweet tutorial :) Thanks!!

  • @iuriivadaturschii3473
    @iuriivadaturschii3473 2 ปีที่แล้ว

    Simple and clear like a shiny day.
    Thanks!

  • @danieldey
    @danieldey 3 ปีที่แล้ว +1

    That was actually a very good video, great work bro

  • @gusprado
    @gusprado 4 ปีที่แล้ว

    Another great, useful and amazing content. Kudos Colt!!!

  • @AmanDeep-qy9bd
    @AmanDeep-qy9bd 4 ปีที่แล้ว

    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.

  • @akashrajum3319
    @akashrajum3319 4 ปีที่แล้ว

    Thanks a lot, was waiting for this video!

  • @bmfitzgerald3
    @bmfitzgerald3 ปีที่แล้ว

    Dude. Awesome instruction. Thanks so much... Great teaching style, very clear, concise, and with good humor!

  • @sanchito59
    @sanchito59 4 ปีที่แล้ว +7

    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 4 ปีที่แล้ว +4

      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 4 ปีที่แล้ว

      @@tartarus1322 thanks for the reply, this is a great explanation AND has use cases ♥

  • @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

  • @teukurian090598
    @teukurian090598 2 ปีที่แล้ว

    That is without question a fine addition to the playlist

  • @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!!

  • @hectorsvill
    @hectorsvill 4 ปีที่แล้ว

    awesome video and notion doc!

  • @Mat-vb8er
    @Mat-vb8er 4 ปีที่แล้ว +1

    Again Colt, this is great! Thanks!

  • @frankcastellanos
    @frankcastellanos ปีที่แล้ว

    Colt you are one of the best teachers in udemy and youtube, thanks for your knowledge.

  • @juicetheballer
    @juicetheballer 3 ปีที่แล้ว

    This tutorial was done really well. Thank you so much

  • @vvvetohin
    @vvvetohin 4 ปีที่แล้ว

    Colt, Thanks a lot for sharing your knowledge!

  • @drajiv1
    @drajiv1 4 ปีที่แล้ว

    Clear, simple explanation - Thanks!

  • @jaycanpaint2533
    @jaycanpaint2533 4 ปีที่แล้ว

    thank you for making this SUPER easy to understand!

  • @corywoods4771
    @corywoods4771 3 ปีที่แล้ว

    This video and the Git tutorial really helped me. Thanks

  • @ashleysnyder416
    @ashleysnyder416 ปีที่แล้ว

    I clicked this without knowing this was you!!! I love your courses!!!

  • @valentinkrajzelman4649
    @valentinkrajzelman4649 3 ปีที่แล้ว

    Great vid and great material. You made my life easier man

  • @customish
    @customish 4 ปีที่แล้ว +2

    thanks for your yt channel and the udemy course!

  • @happyoe398
    @happyoe398 4 ปีที่แล้ว

    Great Explanation quick and to the point cheers bro keep it up :)

  • @zindev
    @zindev 4 ปีที่แล้ว +1

    You're getting better and better. 😁

  • @rentallogs
    @rentallogs 4 ปีที่แล้ว

    Excellent Communicator! Great teacher.

  • @watashibr
    @watashibr 3 ปีที่แล้ว

    Nice GitHub lessons. Thanks Colt!

  • @lmnefg121
    @lmnefg121 4 ปีที่แล้ว

    This is a really awesome tutorial video~!

  • @samkersebet4122
    @samkersebet4122 3 ปีที่แล้ว +1

    Thought I vibed with Colt just because he is a great teacher, but now that I know he has good taste in music I know he's a homie

  • @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 😉

  • @wasifnaqvi2213
    @wasifnaqvi2213 4 ปีที่แล้ว +1

    Awesome video colt :-)

  • @jessicastrater8023
    @jessicastrater8023 2 ปีที่แล้ว

    FANTASTIC video for beginners, thank you!

  • @andrii5054
    @andrii5054 4 ปีที่แล้ว

    Great video, really on point. Thanks!

  • @mverma7845
    @mverma7845 4 ปีที่แล้ว

    Awesome Video Colt, Thanks

  • @NinjaThug
    @NinjaThug 3 ปีที่แล้ว

    Nice content, Colt! Thanks for this!

  • @stephane777777
    @stephane777777 4 ปีที่แล้ว

    Very clear thanks Colt

  • @stemmodular
    @stemmodular 2 ปีที่แล้ว

    Really helpful! And decent playlist too!!

  • @devinvalencia7836
    @devinvalencia7836 3 ปีที่แล้ว

    This was insanely helpful thank you!

  • @klipkon1941
    @klipkon1941 4 ปีที่แล้ว

    Amazing man! Thank you!!! really helpful!

  • @denism4737
    @denism4737 4 ปีที่แล้ว

    The best GitHub tutorial. Thanks!

  • @yanwo2359
    @yanwo2359 3 ปีที่แล้ว

    Excellent! Thanks, Colt.

  • @joydutta4513
    @joydutta4513 4 ปีที่แล้ว +2

    @Colt Steele. I am one of your many students in the udemy react course. Is there any plan to update the React course?

  • @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.

  • @armandsalle8447
    @armandsalle8447 4 ปีที่แล้ว +2

    Really nice video 😄

  • @Xxxsorrow
    @Xxxsorrow 3 ปีที่แล้ว

    Thank you for this video tutorial!

  • @RajeshMenontechnospirituality
    @RajeshMenontechnospirituality 3 ปีที่แล้ว

    Good one Colt

  • @fathellahyousfi1805
    @fathellahyousfi1805 4 ปีที่แล้ว +1

    you really know how to deliver! ♥

  • @barisballi70
    @barisballi70 2 ปีที่แล้ว

    Thanks a lot, it was really helpful

  • @kostaspakas8918
    @kostaspakas8918 4 ปีที่แล้ว

    thanks for this video mate ! really helped me!!! :D

  • @riks2338
    @riks2338 4 ปีที่แล้ว

    Dayumm.... compared to others this one is straight forward and crystal clear...definitely better than other ones here. Caus i watched nearly all the tuts but this one is cut above 👍
    Edit -> added a last sentence 😅

  • @rachada2532
    @rachada2532 4 ปีที่แล้ว

    Love the video! Please make a course on Material UI. Please please please. Thank you.

  • @mro5858
    @mro5858 2 ปีที่แล้ว

    Fantastic! Thank you for the great videos.

  • @fkihrabiy1356
    @fkihrabiy1356 3 ปีที่แล้ว

    Thanks so much for this amazing Tutorial.

  • @nasifshah5691
    @nasifshah5691 3 ปีที่แล้ว

    Great explanation!! Thank you!!

  • @timothyk5
    @timothyk5 3 ปีที่แล้ว +1

    When working at your job, do you need to fork the repository or just clone it?