Git and GitHub for Beginners - Crash Course

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024

Комментарии • 2,8 тыс.

  • @FaradayAcademy
    @FaradayAcademy Год назад +318

    Hey everyone, thanks for watching ❤
    If you want to support my work, I wrote a book on learning to code: amzn.to/3a911Rk (US) and books2read.com/u/4DgO8D (worldwide)

    • @visheshok8676
      @visheshok8676 Год назад +15

      Because of you my fear of git is now gone and I can also contribute to open source
      Thank you so much for spreading you knowledge with us 😘😘

    • @hardworkleaner
      @hardworkleaner Год назад +5

      that was the best way of teaching thanks for everything

    • @dorlan9723
      @dorlan9723 Год назад +2

      Will take a look at those books, thanks!

    • @muhammadtalhabaig1725
      @muhammadtalhabaig1725 Год назад +2

      Thank you mam!

    • @ChloeValentineEspoir
      @ChloeValentineEspoir Год назад +2

      amazing tut, this was awesome learning experience and I will be checking out your channels and other materials too

  • @siriusvatsa
    @siriusvatsa 4 года назад +2377

    TimeLine
    1:10 What is git
    1:30 What is version control
    2:10 Terms to be learn in video
    5:20 Git commands
    7:05 sign up in github
    11:32 using git in local machine
    11:54 git install
    12:48 getting code editor
    13:30 inside vsCode
    14:30 cloning through vsCOde
    17:30 git commit command
    18:15 git add command
    19:15 commiting
    20:20 git push command
    20:30 SSH Keys
    25:25 git push
    30:21 Review workflow so far
    31:40 Compare between github workflow and local git workflow
    32:42 git branching
    56:30 Have fun is not allowed
    1:01:50 Forking in git
    1:07:55 Ending

    • @FaradayAcademy
      @FaradayAcademy 4 года назад +163

      Thank you for doing that!

    • @siriusvatsa
      @siriusvatsa 4 года назад +63

      Faraday Academy welcome :)
      i am thankful to you for this video
      LOL 😊

    • @freecodecamp
      @freecodecamp  4 года назад +524

      @Harsh Raj Thanks! I just added this to the description with credit to you.

    • @harshitgupta424
      @harshitgupta424 3 года назад +11

      thnx dude

    • @siriusvatsa
      @siriusvatsa 3 года назад +17

      :)

  • @panamafred1
    @panamafred1 3 года назад +1059

    When you said CD = Change Directory, I went into a time warp. I bought my first PC in 1984. It had a massive 10 meg hard drive! I knew absolutely nothing about computers. Didn't even know anyone who had one. The computer came with a thick three-ring binder with the title, DOS. I read and reread and reread the entire book until it started to make sense. (The first version of Windows didn't come out until 1985.) In 1985, I bought an early copy of Symantec's Q&A, a (non-Windows) word processor, flat file, and report generator, which relied heavily on keystroke combinations to get things done but was hinting at a graphical interface. I ran a non-profit for many years with Q&A and loved it, such an improvement from WordStar. So, now at 72-years-old, to see CD = Change Directory, I say to myself, "Hey, I can do this." Thanks for a good tutorial.

    • @akankshadixit7960
      @akankshadixit7960 3 года назад +30

      Though i'm 23 but in india the course of pg diploma of computer has not changed in years i also know cd means nd md i learnt dos os in 2019

    • @SuperWellbeloved
      @SuperWellbeloved 3 года назад +21

      @@akankshadixit7960 Really? Never knew people still learn DOS these days. Doing so will really help the understanding of directory/file structure. You will come to further appreciate how GUI has made life simple for computer users.

    • @christophergordon5641
      @christophergordon5641 3 года назад +1

      this, love it

    • @wikkidize
      @wikkidize 3 года назад +2

      who asked?

    • @fornax5798
      @fornax5798 2 года назад +113

      ​@@wikkidize Believe it or not, in the real world human beings express their thoughts without your consent. That being said, it's impressive how time connects one another.

  • @sawazalz9764
    @sawazalz9764 Год назад +133

    16:28 if you are having problem with using command "ls -la", make sure that you change your terminal into Bash first. To change your terminal,
    1. Head to the upper right corner on terminal and press the drop-down menu.
    2. Select "Git Bash" terminal.
    3. Start using the command "ls -la" there.

    • @RheCode
      @RheCode Год назад +3

      omg thanks!!

    • @riodinoraihan596
      @riodinoraihan596 Год назад +1

      Thank you so much!

    • @CamaguNcoso
      @CamaguNcoso 11 месяцев назад +2

      Do I have to install Git from the link provided?
      Git bash with Command Prompt is not working fo mr

    • @sawazalz9764
      @sawazalz9764 11 месяцев назад +2

      @@CamaguNcoso Yes, u need to install it

    • @Duh_Daily
      @Duh_Daily 9 месяцев назад

      🔥🔥🔥 thanks

  • @illhaveawtrplz
    @illhaveawtrplz 2 года назад +1097

    What an amazing explanation, thank you so much for being so clear and concise!
    A tip for new learners like myself: This video is slightly dated. GitHub now refers to the primary branch as "main" and not "master". If you try to run these commands exactly like Gwen in the video, you'll run into errors. Remember: main ✔️ master ❌

    • @alexandergarzo9415
      @alexandergarzo9415 2 года назад +9

      Thanks dude!

    • @UntakenNick
      @UntakenNick 2 года назад +20

      So now we have to remember to rename main to master every time we create a new respository.

    • @madhanops
      @madhanops 2 года назад +4

      @@UntakenNick 😂

    • @domingorodriguez3077
      @domingorodriguez3077 2 года назад +68

      i'm guessing political correctness is affecting this and master is now "racist."

    • @illhaveawtrplz
      @illhaveawtrplz 2 года назад +4

      @@domingorodriguez3077 Maybe? Who knows.

  • @anuvapandya8287
    @anuvapandya8287 3 года назад +209

    Whole course was broken down into heading and sub-headings, spending time on important ones and you made sure the basics were clear to the students, viewers or learners like me. Thank You Gwen.

  • @unknownuser6577
    @unknownuser6577 2 года назад +81

    This tutorial is probably the best github tutorial any beginner online could make use of. The lecture was succinct and it passed the desired information to the viewers, not having to make things overly complicated, she explains it so well.

    • @Tee-Star
      @Tee-Star Год назад

      Totally agree 🎉

    • @developerninja619
      @developerninja619 9 месяцев назад +1

      How long did it take you guys to learn the whole video?
      I'm asking just because I want some comparison =)

    • @reynardbrits2839
      @reynardbrits2839 3 месяца назад

      @@developerninja619don’t compare with other people. Sometimes i take few hours to learn a 1 hour video sometimes i only have to watch it once. So if it tales long it does not matter as long as you learn something

  • @user-mk2xz9ib5q
    @user-mk2xz9ib5q 8 месяцев назад +33

    Gwen articulated this topic so well and was able to break it down into simple terms for a newbie like me. She also explained everything very clearly, showcasing her intelligence in simplifying complicated concepts with ease. I am very grateful to have stumbled upon this video.

  • @vishakarudhra8665
    @vishakarudhra8665 3 года назад +25

    For beginners like me, who might be feeling lost with commands not working in the VS code terminal, all these commands will work on Git Bash since it can interpret all UNIX commands and git ones, on the top of it, it will track the edits you separately perform on VS code. So feel free and just git bash through this course.

    • @matijamomcilovic8079
      @matijamomcilovic8079 2 года назад +1

      Yeah I spent like 2 days tearing through all the documentation about SSH, GPG, PAT and what not... Git bash all the way...

  • @fabriciosaavedra3795
    @fabriciosaavedra3795 3 года назад +74

    I don't usually leave comments for tutorials, but let me say, this one fit like a glove to my newbie needs. Thanks a lot!

  • @mikeantonin7580
    @mikeantonin7580 Год назад +75

    This was a highly comprehensive and helpful Git tutorial. It was definitely worth the full hour because unlike other shorter tutorials, it covered everything extensively (with appropriate examples too) thus helping me to properly understand the basic concepts and operations of Git as well as use cases, Thank you very much!

    • @thestreamer1481
      @thestreamer1481 Год назад

      not really , a lot of explination is missing , i found this one much better : watch?v=ulQA5tjJark

    • @developerninja619
      @developerninja619 9 месяцев назад

      How long did it take you to learn the whole video?
      I'm asking just because I want some comparison =)

    • @mikeantonin7580
      @mikeantonin7580 9 месяцев назад +1

      @@developerninja619
      I watched it bit by bit across a little over a week (say 8 days). Mainly cause I wasn't too consistent, I repeated multiple parts to fully understand them and I did everything practically along with her on the video. Could definitely take you a much shorter time if you're consistent though.

    • @developerninja619
      @developerninja619 9 месяцев назад

      @@mikeantonin7580 thanks for your reply. Btw how much time did you spend learning git daily?

  • @ashleyteece4237
    @ashleyteece4237 Год назад +57

    The default name of the initial branch is now called "main" not "master". So if anyone is haveing trouble at 25:50, you need to use "git push origin main" not "git push origin master"

    • @anon_handle
      @anon_handle Год назад +1

      I read this 3-4x and still did not put two and two together.

    • @AB-cb4mb
      @AB-cb4mb Год назад

      up

    • @codie12
      @codie12 Год назад

      Looking at the branch you're working on (on the right of the path). In later versions of Git, the default branch was changed from main to master, so if you want to work with main branch, you can literally configure it locally (cuz the default on Github is still main :vv)

    • @danielolt6514
      @danielolt6514 Год назад +1

      you are a life saver

    • @Costa173
      @Costa173 11 месяцев назад +1

      thank you so much was wondering what this error was

  • @adraintokyo7994
    @adraintokyo7994 3 года назад +38

    This is an excellent, detailed tutorial for Git and GitHub. It’s long, but easy to follow, not least because there is no distracting music, no annoying jingles or graphics and perhaps most helpful, the narration is measured and carefully modulated ... you quickly feel at home with the delivery, from someone who really knows their subject material.

  • @josemgarlla74
    @josemgarlla74 3 года назад +13

    Really love this git and github intro course, it really touches a lot of things.
    1. How to create a repo locally through the CLI(Command Line Interface) or directly from GITHUB
    2. git flow by using the most common commands: git add - git commit and git push/git pull, all of them with their corresponding explanation. What "origin", "remote" and "master" mean.
    3. git branching: all the commands involve in that kind of operation as well as best practices.
    4. git merging: when we use a "feature" branch and it's time to merge to the "master" branch -- PR (Pull Request) on the Github side
    5. How to deal with "conflicts" when merging.
    6. Undoing in git: undoing from the stage area versus undoing if we have committed once or several times.
    7. Understanding how and why we fork a repo on github.
    Really awesome content, thank a lot for such a valuable content.

    • @user-cp2lk6zj3k
      @user-cp2lk6zj3k 2 года назад

      Как забрать. Деньги пришли

  • @DefnitelyNotFred
    @DefnitelyNotFred 11 месяцев назад +5

    Absolute masterpiece of a Tutorial. I'm an electrical engineer working as a Data Analyst with Energy Data. I'm trying to shore up my programming credentials as a Data Scientist because I'm trying to change jobs and have failed a lot of interviews for not having enough knowledge on Git, so this guide is very welcome :D

  • @doniyorallabergenov7970
    @doniyorallabergenov7970 2 года назад +6

    Took me 5 days to completely learn your 1hour course but I repeated it over and over until I completely got it! Very useful, no nonsense and easy to understand. The only thing is, I think the location of SSH keys in the video got changed and placed after 'commit' and 'push' but it is necessary to set up before those steps. Took me a minute to figure that out. Thank you so much!

    • @eugenefdscodes
      @eugenefdscodes Год назад +2

      Wait, could you go into more detail about what you mean here, and what the precise code is that is changed?
      I think I'm having the same issue. I can generate a public and private key, but when it comes time to opening the public key in order to copy it to github, it doesn't let me because I don't have permission.

    • @asuezeigwe9381
      @asuezeigwe9381 Год назад

      Do we still need to do this step since we're using HTTPS

  • @kaitoti21
    @kaitoti21 2 года назад +27

    Thank you,
    Maybe some suggestions,
    - add the changes of github defaulting to "main" instead of master and the configs on it.
    - Setting up SSH keys(20:30) first must be earlier than the cloning through VS Code(14:30), so we can follow along

    • @Albaydawi98
      @Albaydawi98 Год назад

      thanks

    • @developerninja619
      @developerninja619 Год назад

      Thank you! I was hoping to find the comment about SSH cuz I was running into an error

    • @yellowked
      @yellowked 3 месяца назад

      Yeah, or you can do it through HTTPS without using SSH

  • @jmdavaul
    @jmdavaul 3 года назад +40

    This was much better than I expected it to be. Very "no fluff," clear, and bite sized. You can find these topics in many places (youtube, udemy, skillshare, etc) but most instructors can't seem to explain these topics plainly. You did exactly that, nice job. You covered the core concepts of branching, merging, PR's, conflict resolutions, and undoing changes in very easy to follow and digestible steps 👍

  • @vigneshwarselva9276
    @vigneshwarselva9276 Год назад +12

    i'm a non native speaker of english, what i loved a lot here is your slow n steady way of illustrations, was a nice video .. thanks u so much

  • @alanmurray4011
    @alanmurray4011 Год назад +5

    Thanks Gwen. This is the best beginner tutorial I have come across for Git and GitHub. What makes it the best is that you don't assume that any bit of information is too trivial or unimportant to mention. I feel a lot more comfortable on the topic now. Thanks again!

  • @mohammadfallah.rasoulnejad5379
    @mohammadfallah.rasoulnejad5379 3 года назад +13

    she is the most fluent instructor that answered all my questions while i was watching... imma go to her channel and subscribe rn.

  • @MegaRomza
    @MegaRomza 3 года назад +30

    At some point I thought I was dumb for not gasping the concept of git and GitHub because I’ve watched over 5 courses which were paid but I was getting even more frustrated. But here you are making it all clear, now I have the ahaaaaaaaaa moment. I’m in love with your teaching methods, they make sense to me and now I can rewatch those other courses. Thank you very much!!!

  • @_AnikSaha
    @_AnikSaha Год назад +2

    At 21:43, One important note:: If you choose a new name instead of automatically generated location, you have to use that location name when adding configuration code to the [~/.ssh/config] file. Nice tutorial. Thank you.

  • @cosmo_gon
    @cosmo_gon Год назад +2

    Gwen has such a clear and pleasant voice and a perfect diction! Likewise, she has a very good teaching skills. Thanks, Gwen!

  • @oldlorenz9567
    @oldlorenz9567 4 года назад +133

    I 've watched a lot of Git tutorials, and this is for sure the best I've ever seen. Thanks !

    • @subhadipadhikary270
      @subhadipadhikary270 4 года назад

      Watch cs50 one

    • @purohitsagar8899
      @purohitsagar8899 4 года назад

      @@subhadipadhikary270 on RUclips???

    • @srijeethj3616
      @srijeethj3616 3 года назад

      @@purohitsagar8899 Yes

    • @marwindacallos4443
      @marwindacallos4443 3 года назад +2

      @@subhadipadhikary270 I'm trying to save my time, so which one is the best tutorial? This or CS50?

    • @subhadipadhikary270
      @subhadipadhikary270 3 года назад +7

      @@marwindacallos4443 I have learnt from this this is good but the ssh key setup part is bit confusing so maybe just see another video to setup your ssh public and private key pair overall this vid is good enough

  • @manelariapala7852
    @manelariapala7852 3 года назад +15

    The first ever instructor that actually explains the meaning of each jargon! Thanks @Faraday Academy!

    • @addy9140
      @addy9140 2 года назад

      Agreed. Thank you for that. My co-workers who use git do not even know what these commands mean!

  • @TheBearCoder
    @TheBearCoder 2 года назад +2

    You do not understand how much this video has helped me in using git as an upcoming developer. You are the best teacher i have ever seen on youtube! Thank you so much

  • @saurabhbhardwaj7951
    @saurabhbhardwaj7951 Год назад +1

    I have been making mindless commits and PRs without realizing what they actually meant. This course fills so many gaps and answers most of my question regarding why we do a certain thing in Git.
    Thanks a Lot!!

  • @GTFreeFlyer
    @GTFreeFlyer 2 года назад +9

    I finally understand Git after this video. I’ve asked so many questions to friends and watched several “quick” RUclips tutorials and was still confused about Git. Your tutorial was excellent and I’m glad I sat through the whole hour of it. It was completely worth my time. Thanks!

  • @EricHillAuthor
    @EricHillAuthor 4 года назад +66

    Gwen, your video is great! I love how everything is broken down into bite-size chunks. You have a wonderful gift of teaching. You've helped this beginner get closer to becoming a competent user of Git & GitHub.

  • @AbdulRahman-n1g
    @AbdulRahman-n1g 18 дней назад +1

    Here are git commands to remember:-
    1. git status
    2. git add .(for all) / git add
    3. git commit -m "message"
    4. git commit -am "message"
    5. git push
    6. git push -u origin
    7. git pull
    8. git branch
    9. git branch -d
    10. git checkout -b
    11. git checkout branchname
    12. git reset
    13. git reset
    14. git reset -HEAD
    15. git reset -HEAD~1 (OR) git reset -HEAD~2 and so on...
    16. git reset -hard

  • @NdalamaCassiusMaluleke
    @NdalamaCassiusMaluleke Год назад +1

    So as a self taught developer this has not been my first time looking into Git, but this the first time commands lines were explained even better which is good.
    Most places I would only get commands and work from there not knowing how to and when to use them.
    Gwen here, did a great job explaining and sharing the common usage and howwhen to. I am now confident to continue working and learning git.
    Thanks greate content.

  • @icono__7136
    @icono__7136 2 года назад +113

    I feel so relived; I'm finally learning this darn thing! Thank you for the tutorial. Thank you for taking the time to do this Gwen!
    Edit: Upon reviewing the tutorial again, I'd like to say:
    1. When creating a tutorial, you guys should _truly_ understand the importance of slowing down to the pace of the learner. In the beginning you walk us through a nice set of key terms (which was exceptional), then start mixing lots of advanced and beginner-level concepts together in your explanations, confusing the person that's watching the video. Slow down, explain like we're 5, that's why we're here.
    2. To expand upon the issue of mixing things up I mentioned above, it's okay to keep a tutorial short, and add footnotes later if you think that the advanced concepts you're touching on are still worth being aware of. That way, the beginner can truly focus their attention on the basics, and then access the footnote only when they feel comfortable with the knowledge they've acquired thus far, making the content of your footnotes even more effective. After all, isn't good programming about being efficient?
    I used to get annoyed at being expected to take additional English classes as a Computer Science student, but now I understand why. I spent 4 hours yesterday debugging a Terminal issue, only to later realize that there was an "issue" because the person who created the how-to GitHub document instructed the reader to paste this code into the Terminal command line:
    *eval "$(ssh-agent exec -s)"*
    They said to *paste* this command in the terminal (meaning: include the quotation marks). After 4 hours of learning about chmod, File Links, Groups, root directory, Inodes-things I knew NOTHING about prior to this, I resolved my problem by simply removing the quotation marks.
    Now, the arrogant developer might say, "Well that's obvious". No it's not! The person said "paste", meaning I would:
    - Select the piece of code
    - Apply ctrl+c to it, for Windows (cmd+c on Mac)
    - Go to the Terminal and apply ctrl+v/cmd+v
    Either the tutorial should have been made like this:
    *eval $(ssh-agent exec -s)* ,
    or the person writing the document should I mentioned that the quotation marks need to be removed.
    As Software Engineering becomes more collaborative, programmers can no longer get away with being asocial, and communication impaired, so this is an area a lot more engineers need to start being proficient in .

    • @matheusguifer
      @matheusguifer 2 года назад +4

      Glad someone said it

    • @kiet3524
      @kiet3524 2 года назад

      wow thank you

    • @AboutVelvet
      @AboutVelvet 2 года назад

      golden comment

    • @owfan4134
      @owfan4134 2 года назад +7

      "After 4 hours of learning about chmod, File Links, Groups, root directory, Inodes-things I knew NOTHING about prior to this, I resolved my problem by simply removing the quotation marks" i relate to this on a spiritual level, and stand alongside you in solidarity.

    • @pegah7482
      @pegah7482 2 года назад

      i hope one day you make tutorials too you seem like a cool guy

  • @whoismikeyuk
    @whoismikeyuk 3 года назад +7

    This has to be the best introduction to git and GitHub I have seen to date (yes, I have tried watching a number of videos). Easy to follow and clearly explained. Finally understanding "git push origin main" (changed from master) was my favourite part. Thank you.

  • @user-ye1yv7gn4q
    @user-ye1yv7gn4q 9 месяцев назад

    As a beginner, I've understood a lot about git and GitHub that I was struggling with just by following along with this video. Thanks You

  • @natnaelguchima7241
    @natnaelguchima7241 2 года назад +2

    Thanks for the video. I just went through the video minute by minute practicing the concepts, and it feels that I am now more familiar with git and GitHub than before I came to the video.

  • @joseortiz_io
    @joseortiz_io 4 года назад +49

    Version control is definitely a crucial tool for developing software. Thank you for the education! ❤️

  • @SiddharthMathur2k007
    @SiddharthMathur2k007 3 года назад +17

    The most complete tutorial for beginners I have seen on RUclips so far! Thanks a lot!

  • @eip408
    @eip408 Год назад +4

    If you're a new to web development this is very important, precisely what I was looking for. thanks for this amazing content

  • @thecalgarians4597
    @thecalgarians4597 2 года назад +6

    It's the best Git / Github tutorial out there and that too at no cost to the learner.
    Amazingly explained all important and, I believe, the most commonly used git commands / Github operations in such an easy to understand manner.
    I feel so confident now in using git/github from earlier being a Zero in this space.
    I'd spcially acknowledge the slow pace of Gwen's speaking while explaining all these concepts.
    Wonderful job done, Gwen.
    Thank a ton!!!!!

  • @guitarman813
    @guitarman813 3 года назад +7

    This so far is the best (free) course that I've seen on Git and GitHub. Bravo Gwen!

  • @bernardbakala9241
    @bernardbakala9241 3 года назад +42

    I learned more that I expected. Thanks a million for such a complete course.

  • @jinyoungchoi3443
    @jinyoungchoi3443 Год назад +1

    This video is amazing! I failed to understand Github for several years until I came across this video. Thanks!

  • @abdulhannan288
    @abdulhannan288 2 года назад +4

    This is exactly what a beginner would need ..
    a great course covered in so timely manner

  • @mattmovesmountains1443
    @mattmovesmountains1443 3 года назад +5

    So helpful and well-explained. As a new coder, I'm in near disbelief that this is the setup process for what seems to be the tool used by every professional coder. That said I'm even more thankful you explained it so well.

  • @sakthipro_YT
    @sakthipro_YT Год назад +2

    Extremely useful, sharing a fewthings..
    For latest Windows client on VScode,
    1. Cloning via ssh doesn't work but via https does.
    2. On Key generation, SSH for rsa doesn't work, but the new syntax & algorithm ed25519 published in Github help page works.
    3. Same for starting & config ssh agent, the github help page commands worked.
    Thanks a lot for this video.

  • @user-vr2go1bj5b
    @user-vr2go1bj5b Месяц назад

    I'm not native speaker of English. So I really appreciate your speed of speaking. Thanks a lot!

  • @elainelane4283
    @elainelane4283 2 года назад +3

    I can barely sit still for an episode of my tv series but I just sat through this whole video. Thank you for breaking everything down into bitesize pieces perfect for newbies to understand and digest. I love how you explain everything in great detail and also explained what those terms mean. As newbies, we've got lots of small questions that can make or break our full understanding of something so I thank you for paying attention to those small stuff.

  • @user-di4js6xw9n
    @user-di4js6xw9n 2 года назад +6

    absolutely loved this video! as someone who was absolutely in the dark about how to use git and github, this crashcourse most definitely provided me with all the necessary information a beginner would need! thank you! :)

  • @amya.4510
    @amya.4510 2 года назад +1

    I have had a problem understanding this and actually stopped coding for years but your tutorial really helps me get back on track. Thank you, thank youu!

  • @ChaneLX645
    @ChaneLX645 9 месяцев назад +139

    Watch this in 1.5 speed

  • @faraza5161
    @faraza5161 3 года назад +6

    This was definitely one of the best git tutorials I have ever come across. Big Thanks Gwen!!!

  • @kirtperez9938
    @kirtperez9938 4 года назад +16

    Y’all are amazing! Pumping out this much needed content especially during these times.

  • @alexandergracilla1394
    @alexandergracilla1394 Год назад +2

    This video has better sound quality than the ad that came before

  • @charlesagyei9200
    @charlesagyei9200 2 года назад +3

    The best Git tutorial I’ve ever had. Straight to the point and clear explanations to the important features. Thank you so much

  • @samuraijack5919
    @samuraijack5919 4 года назад +17

    When I get my job in web development, you can be sure that I'm coming back to help you guys out.

    • @sarychewa
      @sarychewa 3 года назад +4

      did you find a job?

    • @Sparta.10
      @Sparta.10 3 года назад

      @@sarychewa I think hes still fighting with Aku

    • @SuperYtc1
      @SuperYtc1 3 года назад +1

      @@sarychewa ofc not when Indians and Iranians are doing the job fo £$5/hour because it costs them cheaper to live...

  • @steshamckindle796
    @steshamckindle796 2 года назад +3

    Git has been a point of contention for me ever since I began learning how to code. You presented this material with so much clarity, I now feel far more confident about staging and committing branches as well dealing with merge conflicts! Thank you!!!

  • @patrickvandersluis2796
    @patrickvandersluis2796 2 года назад +11

    Gwen, once again you have created the exact video I needed. Thank you for the effort and commitment it takes to professionally produce these pieces. I have enjoyed many of your tutorials.

    • @tankeryee7130
      @tankeryee7130 2 года назад

      Hi buddy, I'm great that you are enjoy it. See, I stuck at SSH key part. Do you know why she type 'cd demo'? My local machine couldn't find it tho..

  • @Aepus
    @Aepus Год назад +1

    Just wanted to say, this helped me out a bunch. The terminology breakdown at the beginning was very appreciated as well as your well-paced explanation. Thanks for uploading this!

  • @piyushdongre325
    @piyushdongre325 4 года назад +13

    This has taught me all i needed to know about git which i was delaying for a long time. Thank you :)

  • @MS-wv8nk
    @MS-wv8nk 2 года назад +38

    Gwen, your tutorial is absolutely excellent! I am so grateful for IT pros like you! You are very clear, thorough, detailed. I've always wanted to better understand Git & Github and I believe you are my answer to learn how to make use of these great tools. It's SO nice to have a non-judgmental pro who makes sense and doesn't teach as if most of us out here already know what the tool does and how we can benefit from it. Hopefully I can teach my friends in time. I've just become your newest subscriber, so many thanks and please keep up the excellent teaching. I'm excited and now engaged...I've just got to make time to learn it and learn it well.
    Much respect.
    - MS!

  • @biljam972
    @biljam972 2 года назад +3

    I am only 15 minutes into so far, and I have to say this is amazing tutorial, thank you!

    • @Platym06
      @Platym06 2 года назад +1

      No problem

  • @VishalGupta-xw2rp
    @VishalGupta-xw2rp 4 года назад +10

    You People are like a Blessing... Like Water in Dessert... You People are too Good for us. May the *Force* be with you🙋‍♂️😊🇮🇳

  • @user-vq5gv1vg3w
    @user-vq5gv1vg3w 4 года назад +7

    You did an amazing job, I don't collaborate on any projects and just used git for tracking changes over time, making my github page look busy, and project copypasta. But this reminded me how immensely useful git is; built a reference guide around your video Thank you!

  • @chahalamit
    @chahalamit 2 года назад

    Best Github Tutorial so far! Hands down. Couldnt appreciate more that how she has considered detailing the tiniest of things about git and github.

  • @syundown6005
    @syundown6005 2 месяца назад

    Amazing tutorial, being a comp info systems student the only class I ever had that included GitHub only involved us uploading a Google Colab notebook to a GitHub repo a single time and from there every project I ever had just immediately assumed I knew how to use every corner of Git, so I'm only half way through this tutorial and it already feels like it has taught me so much.

  • @rerere7702
    @rerere7702 4 года назад +4

    I'm literally five minutes in and I can already tell that you put great detail into this video. Keep up the great work!

  • @bkatsevych
    @bkatsevych 2 года назад +12

    Probably the best Git and GitHub crash course newcomers can have. Thanks a lot for a perfectly done job!

  • @bkahumuza
    @bkahumuza Год назад +1

    Thanks Gwen for one of the most clear explanations I have had in life. Was lost till I found this Video. Thanks!

  • @bahador924
    @bahador924 Год назад

    by far this was the best course on GitHub I have ever seen.

  • @vashishtsharma7217
    @vashishtsharma7217 4 года назад +69

    This is free content so if you don't like it, You should tell her in the comments than disliking it.

    • @kimberlykrieg3955
      @kimberlykrieg3955 4 года назад +5

      Let's imagine that those are people who are just upset/frustrated about having to learn Git or Github to begin with - so the dislikes are to the topic rather than the video.
      (I liked your comment by the way)

    • @saherelgendy3875
      @saherelgendy3875 4 года назад +1

      i think it is impossible to find undisliked video on youtube

    • @Terrabade
      @Terrabade 4 года назад +5

      I think if you dislike something you should dislike it because that’s why the button exists.

    • @kimberlykrieg3955
      @kimberlykrieg3955 4 года назад

      @@Terrabade 😜😜😜😜

  • @abhijitdas8617
    @abhijitdas8617 2 года назад +5

    RUclips is full of Github tutorials which are unclear or confusing. This is one of the best on youtube! Thanks Gwen for the efforts!

  • @altaykaan
    @altaykaan Год назад +2

    It is well organized video, thank you with a perfect narrator

  • @petsco3623
    @petsco3623 2 месяца назад

    this is prolly the best git and github tutorial out there

  • @Kawaremu
    @Kawaremu 4 года назад +16

    I really learnt many things out of this video and I'm finally able to dive into version controls softwaare yeeeea!

  • @brickviking667
    @brickviking667 4 года назад +25

    Thank you for this course, it seems to be a great refresher. My only comment about the content is that at least at my end, the audio is really quiet in comparison to a lot of the other videos I look at. I'm not sure if this is deliberate.

  • @apurbajitdas
    @apurbajitdas Месяц назад

    Short, Crisp, To the point. Wonderful Lecture

  • @antilovehyk
    @antilovehyk Месяц назад

    thank god I end up in video where all my question are answered. even the git for dummies book doesnt explain the jargons and i was confused. this is a really great tutorial.

  • @CSharpProdigy
    @CSharpProdigy 3 года назад +5

    This is top notch I must say. I rarely give comments, but by default I'm doing so now..

  • @EricTighten
    @EricTighten 3 года назад +8

    Just to make it clear, if you don't have your ssh set up yet, you won't be able to clone the repo to your local machine, which is at around 15:05 of this tutorial

  • @JorgeSantos-zx6gg
    @JorgeSantos-zx6gg Год назад +1

    I am pretty new to Git and I liked your video very much. First I think that the explanations are super easy to understand and second I like that you are using command line and git hub to show the features.
    I will now be searching for release management with Git, but you gave me already some nice ideas. Thank you

  • @HolymanFMZ
    @HolymanFMZ 4 месяца назад

    You don't realise the way you just save my entire career, That's really for dummies like i was in the beginnig of your tutoriel,
    thanks a billion times😁😁❤❤

  • @gabrielpuccimcrosa538
    @gabrielpuccimcrosa538 3 года назад +3

    This is an excelent video!! Since git and github are very important tools when working with codes, I strongly reccomend every beginner to watch this video and learn about git and github in the beginning of the learning process. I had a problem with my computer, and lost some codes that I was working on for practice. If I've seen this video before, I wouldn't have this problem, since I would have added all my codes to githubs repositories. Thanks for all the help, Gwen!

  • @tjex
    @tjex 2 года назад +7

    21:34 - you need to type in the full file path with the desired file name at the end. eg. /Users/tillman/.ssh/[insert desired file name]
    Otherwise it just ends up in the root of the Home folder. Just so people know. Could cause confusion.

    • @KulturanCov
      @KulturanCov Год назад +1

      JUPPPPP, you sir, just saved me a lot of time! I did just that.

  • @Badalkumar-me9ok
    @Badalkumar-me9ok Год назад +1

    Such an excellent teacher, I had many problems understanding Git and Git hub now I completely understand all that stuff.

  • @johnnosek731
    @johnnosek731 Год назад +1

    My feedback: this was an incredibly helpful overview of how to use git. Thank you. I've been using it for over a year now but some of the commands I just ran because that's how I'd seen more senior devs do it. I really appreciated you explaining what some of the arguments mean (e.g. HEAD, origin, -u). I know there is a ton more that git can do but from my experience this will give people 90% of what they'll ever use git for.

  • @mong4491
    @mong4491 3 года назад +49

    The SSH KEY part should be moved up to the creating GitHub part......

    • @thebewerter5730
      @thebewerter5730 3 года назад +9

      true, I couldn't do the first pull, had to stackoverflow everything, then I got to the part where she explains it!

    • @indianathe3rd742
      @indianathe3rd742 3 года назад +3

      Is ssh done in terminal or gitbash

    • @antekvesic8565
      @antekvesic8565 3 года назад +1

      @@indianathe3rd742 Better in git bash

    • @ketankhandelwal8626
      @ketankhandelwal8626 3 года назад

      @@indianathe3rd742 gitbash

    • @alephanull1953
      @alephanull1953 3 года назад

      @@indianathe3rd742 if your on Linux, then use ur terminal

  • @prabhatkumarsingh5728
    @prabhatkumarsingh5728 4 года назад +5

    You guys are awesome, I was waiting for this video and here it is only in few days 🙏

  • @criscrawford4615
    @criscrawford4615 Год назад

    Thanks - I forgot everything "git" in the last year and relearned it all plus more after watching this one hour video.

  • @iMiike69
    @iMiike69 2 года назад +3

    Much appreciated Gwen! This is one step on my long journey into programming, this was all very useful.

  • @dannywadhwa1759
    @dannywadhwa1759 4 года назад +20

    This was a great video to get familiar with the Git concepts in order to start working on it. Thanks Gwen

  • @Shad1991
    @Shad1991 4 года назад +7

    First time seeing your tutorial and I'm so impressed...structured and easy breakdown of git and github..thanks so much
    Your channel will become a playground for me now.

  • @johnc508
    @johnc508 3 месяца назад

    Thanks for this. I particularly liked that you explained WHY certain things were done - not just 'do this' JC

  • @vivektelang
    @vivektelang 3 месяца назад

    This was a great tutorial, exactly what I needed. I liked the way you boiled down so much content, and kept it understandable, without going down every rathole. I might have to go back to watch the merge/fork part, but this is all I need for now to get started. Thanks!

  • @wesjonm
    @wesjonm 4 года назад +8

    This was an incredible tutorial on Git! Very easy to follow and understand. Thank you

  • @enriquelmx
    @enriquelmx Год назад +3

    at 16:57 the equivalent Powershell command to "la" or "ls -la" commands may be "ls -force" or "Get-ChildItem -Force". The "ls" command in Powershell is a Get-ChildItem alias.
    Edit: guys I found this command really useful to see all the commits in different branches more visual-friendly: git log --graph , you can add --oneline to display the info more summarized.

  • @tavettehepburn6154
    @tavettehepburn6154 8 месяцев назад

    This really helped clarify the difference between the different workflows based on whether you start with a local repo or a repo that is on Github. Thanks so much!

  • @hosseindadashi3578
    @hosseindadashi3578 2 года назад +1

    simple and fluent. That is what we need nowadays. well done Gwen ;)

  • @theshilpitube
    @theshilpitube Год назад +3

    Thank you very much! I learned a lot! I wish you'd add a git log after the last git reset that you did... but it's okay, I can always recreate the project and see how it looks. Thank you again for this tutorial! You are a good teacher!

  • @renelagunajr4538
    @renelagunajr4538 2 года назад +3

    This tutorial is really amazing. It is highly recommended for beginners who want to learn different commands in git. Thank you very much to this wonderful video. Looking forward to another one.

    • @Ghostrider-gz1tf
      @Ghostrider-gz1tf 2 года назад

      ls - la command is not found
      Showing in VSCode bro
      How to fix