Git and GitHub for Beginners - Crash Course

  Рет қаралды 4,327,863

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 2 900
@FaradayAcademy
@FaradayAcademy Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
that was the best way of teaching thanks for everything
@dorlan9723
@dorlan9723 Жыл бұрын
Will take a look at those books, thanks!
@muhammadtalhabaig1725
@muhammadtalhabaig1725 Жыл бұрын
Thank you mam!
@ChloeValentineEspoir
@ChloeValentineEspoir Жыл бұрын
amazing tut, this was awesome learning experience and I will be checking out your channels and other materials too
@siriusvatsa
@siriusvatsa 4 жыл бұрын
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 жыл бұрын
Thank you for doing that!
@siriusvatsa
@siriusvatsa 4 жыл бұрын
Faraday Academy welcome :) i am thankful to you for this video LOL 😊
@freecodecamp
@freecodecamp 4 жыл бұрын
@Harsh Raj Thanks! I just added this to the description with credit to you.
@harshitgupta424
@harshitgupta424 4 жыл бұрын
thnx dude
@siriusvatsa
@siriusvatsa 4 жыл бұрын
:)
@panamafred1
@panamafred1 4 жыл бұрын
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 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
this, love it
@wikkidize
@wikkidize 3 жыл бұрын
who asked?
@fornax5798
@fornax5798 3 жыл бұрын
​@@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.
@anuvapandya8287
@anuvapandya8287 3 жыл бұрын
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.
@hassansyed6087
@hassansyed6087 14 күн бұрын
Gotta love humans who just give thousands of dollars of knowledge for absolutely free. What a wonderful individual Thanks for this
@WendyLiChinLim
@WendyLiChinLim 11 ай бұрын
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.
@illhaveawtrplz
@illhaveawtrplz 3 жыл бұрын
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 3 жыл бұрын
Thanks dude!
@UntakenNick
@UntakenNick 3 жыл бұрын
So now we have to remember to rename main to master every time we create a new respository.
@madhanops
@madhanops 2 жыл бұрын
@@UntakenNick 😂
@domingorodriguez3077
@domingorodriguez3077 2 жыл бұрын
i'm guessing political correctness is affecting this and master is now "racist."
@illhaveawtrplz
@illhaveawtrplz 2 жыл бұрын
@@domingorodriguez3077 Maybe? Who knows.
@kaitoti21
@kaitoti21 3 жыл бұрын
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 6 ай бұрын
Yeah, or you can do it through HTTPS without using SSH
@adraintokyo7994
@adraintokyo7994 3 жыл бұрын
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.
@unknownuser6577
@unknownuser6577 2 жыл бұрын
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 Жыл бұрын
How long did it take you guys to learn the whole video? I'm asking just because I want some comparison =)
@reynardbrits2839
@reynardbrits2839 6 ай бұрын
@@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
@sawazalz9764
@sawazalz9764 Жыл бұрын
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 Жыл бұрын
omg thanks!!
@riodinoraihan596
@riodinoraihan596 Жыл бұрын
Thank you so much!
@CamaguNcoso
@CamaguNcoso Жыл бұрын
Do I have to install Git from the link provided? Git bash with Command Prompt is not working fo mr
@sawazalz9764
@sawazalz9764 Жыл бұрын
@@CamaguNcoso Yes, u need to install it
@Duh_Daily
@Duh_Daily Жыл бұрын
🔥🔥🔥 thanks
@fabriciosaavedra3795
@fabriciosaavedra3795 4 жыл бұрын
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!
@jmdavaul
@jmdavaul 3 жыл бұрын
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 👍
@josemgarlla74
@josemgarlla74 4 жыл бұрын
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.
@СергейСергей-т5ц6л
@СергейСергей-т5ц6л 2 жыл бұрын
Как забрать. Деньги пришли
@obotandino2941
@obotandino2941 Ай бұрын
4 years after and this is still insightful. Thank you so much.
@mikeantonin7580
@mikeantonin7580 Жыл бұрын
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 Жыл бұрын
How long did it take you to learn the whole video? I'm asking just because I want some comparison =)
@mikeantonin7580
@mikeantonin7580 Жыл бұрын
@@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 Жыл бұрын
@@mikeantonin7580 thanks for your reply. Btw how much time did you spend learning git daily?
@mohammadfallah.rasoulnejad5379
@mohammadfallah.rasoulnejad5379 4 жыл бұрын
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 жыл бұрын
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!!!
@EricHillAuthor
@EricHillAuthor 4 жыл бұрын
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.
@DefnitelyNotFred
@DefnitelyNotFred Жыл бұрын
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
@vigneshwarselva9276
@vigneshwarselva9276 Жыл бұрын
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
@vishakarudhra8665
@vishakarudhra8665 3 жыл бұрын
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 жыл бұрын
Yeah I spent like 2 days tearing through all the documentation about SSH, GPG, PAT and what not... Git bash all the way...
@nicorepetto5781
@nicorepetto5781 2 ай бұрын
THANK YOU SO MUCH! This comment was a life saver. It needs more likes
@manelariapala7852
@manelariapala7852 3 жыл бұрын
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!
@GTFreeFlyer
@GTFreeFlyer 2 жыл бұрын
I finally understand Git after this video. I’ve asked so many questions to friends and watched several “quick” KZbin 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!
@doniyorallabergenov7970
@doniyorallabergenov7970 2 жыл бұрын
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
@TheBearCoder
@TheBearCoder 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
@oldlorenz9567
@oldlorenz9567 4 жыл бұрын
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 KZbin???
@srijeethj3616
@srijeethj3616 4 жыл бұрын
@@purohitsagar8899 Yes
@marwindacallos4443
@marwindacallos4443 4 жыл бұрын
@@subhadipadhikary270 I'm trying to save my time, so which one is the best tutorial? This or CS50?
@subhadipadhikary270
@subhadipadhikary270 3 жыл бұрын
@@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
@icono__7136
@icono__7136 3 жыл бұрын
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 жыл бұрын
Glad someone said it
@kiet3524
@kiet3524 2 жыл бұрын
wow thank you
@AboutVelvet
@AboutVelvet 2 жыл бұрын
golden comment
@owfan4134
@owfan4134 2 жыл бұрын
"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
@joseortiz_io
@joseortiz_io 4 жыл бұрын
Version control is definitely a crucial tool for developing software. Thank you for the education! ❤️
@_AnikSaha
@_AnikSaha Жыл бұрын
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.
@sakthipro_YT
@sakthipro_YT Жыл бұрын
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.
@SiddharthMathur2k007
@SiddharthMathur2k007 3 жыл бұрын
The most complete tutorial for beginners I have seen on KZbin so far! Thanks a lot!
@guitarman813
@guitarman813 4 жыл бұрын
This so far is the best (free) course that I've seen on Git and GitHub. Bravo Gwen!
@whoismikeyuk
@whoismikeyuk 3 жыл бұрын
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.
@fabiennebonzon5408
@fabiennebonzon5408 27 күн бұрын
I totally relate to this comment!
@ojeleyeopeyemi656
@ojeleyeopeyemi656 2 ай бұрын
This will go down in history as the best Git and GitHub course for beginners! Even if one is a dummy, one will still get. Kudos.
@saurabhbhardwaj7951
@saurabhbhardwaj7951 Жыл бұрын
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!!
@bernardbakala9241
@bernardbakala9241 3 жыл бұрын
I learned more that I expected. Thanks a million for such a complete course.
@mattmovesmountains1443
@mattmovesmountains1443 3 жыл бұрын
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.
@ashleyteece4237
@ashleyteece4237 2 жыл бұрын
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 2 жыл бұрын
I read this 3-4x and still did not put two and two together.
@AB-cb4mb
@AB-cb4mb 2 жыл бұрын
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 Жыл бұрын
you are a life saver
@Costa173
@Costa173 Жыл бұрын
thank you so much was wondering what this error was
@AbdulRahman-n1g
@AbdulRahman-n1g 3 ай бұрын
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
@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!
@natnaelguchima7241
@natnaelguchima7241 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.
@MS-wv8nk
@MS-wv8nk 2 жыл бұрын
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!
@samuraijack5919
@samuraijack5919 4 жыл бұрын
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 жыл бұрын
did you find a job?
@Sparta.10
@Sparta.10 3 жыл бұрын
@@sarychewa I think hes still fighting with Aku
@SuperYtc1
@SuperYtc1 3 жыл бұрын
@@sarychewa ofc not when Indians and Iranians are doing the job fo £$5/hour because it costs them cheaper to live...
@alanmurray4011
@alanmurray4011 Жыл бұрын
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!
@NdalamaCassiusMaluleke
@NdalamaCassiusMaluleke 2 жыл бұрын
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.
@user-di4js6xw9n
@user-di4js6xw9n 2 жыл бұрын
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! :)
@faraza5161
@faraza5161 3 жыл бұрын
This was definitely one of the best git tutorials I have ever come across. Big Thanks Gwen!!!
@VishalGupta-xw2rp
@VishalGupta-xw2rp 4 жыл бұрын
You People are like a Blessing... Like Water in Dessert... You People are too Good for us. May the *Force* be with you🙋‍♂️😊🇮🇳
@alexandergracilla1394
@alexandergracilla1394 Жыл бұрын
This video has better sound quality than the ad that came before
@briankaboyi-j1e
@briankaboyi-j1e Жыл бұрын
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
@user-vq5gv1vg3w
@user-vq5gv1vg3w 4 жыл бұрын
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!
@abdulhannan288
@abdulhannan288 2 жыл бұрын
This is exactly what a beginner would need .. a great course covered in so timely manner
@FaradayAcademy
@FaradayAcademy 2 жыл бұрын
Thank you 😊
@brickviking667
@brickviking667 4 жыл бұрын
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.
@JIHYELEE-h2m
@JIHYELEE-h2m 4 ай бұрын
I'm not native speaker of English. So I really appreciate your speed of speaking. Thanks a lot!
@piyushdongre325
@piyushdongre325 4 жыл бұрын
This has taught me all i needed to know about git which i was delaying for a long time. Thank you :)
@bkatsevych
@bkatsevych 2 жыл бұрын
Probably the best Git and GitHub crash course newcomers can have. Thanks a lot for a perfectly done job!
@kirtperez9938
@kirtperez9938 4 жыл бұрын
Y’all are amazing! Pumping out this much needed content especially during these times.
@eip408
@eip408 2 жыл бұрын
If you're a new to web development this is very important, precisely what I was looking for. thanks for this amazing content
@jinyoungchoi3443
@jinyoungchoi3443 Жыл бұрын
This video is amazing! I failed to understand Github for several years until I came across this video. Thanks!
@rerere7702
@rerere7702 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!
@thecalgarians4597
@thecalgarians4597 2 жыл бұрын
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!!!!!
@biljam972
@biljam972 2 жыл бұрын
I am only 15 minutes into so far, and I have to say this is amazing tutorial, thank you!
@Platym06
@Platym06 2 жыл бұрын
No problem
@charlesagyei9200
@charlesagyei9200 2 жыл бұрын
The best Git tutorial I’ve ever had. Straight to the point and clear explanations to the important features. Thank you so much
@Jojms123
@Jojms123 2 жыл бұрын
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
@tjex
@tjex 3 жыл бұрын
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 2 жыл бұрын
JUPPPPP, you sir, just saved me a lot of time! I did just that.
@Kawaremu
@Kawaremu 4 жыл бұрын
I really learnt many things out of this video and I'm finally able to dive into version controls softwaare yeeeea!
@vashishtsharma7217
@vashishtsharma7217 4 жыл бұрын
This is free content so if you don't like it, You should tell her in the comments than disliking it.
@kimberlykrieg3955
@kimberlykrieg3955 4 жыл бұрын
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 жыл бұрын
i think it is impossible to find undisliked video on youtube
@Terrabade
@Terrabade 4 жыл бұрын
I think if you dislike something you should dislike it because that’s why the button exists.
@kimberlykrieg3955
@kimberlykrieg3955 4 жыл бұрын
@@Terrabade 😜😜😜😜
@ahmedshakkhor8329
@ahmedshakkhor8329 Ай бұрын
Your video was great. Learned a lot , thanks! Although I have 3 points to address: 1. You didnt mention to switch to gitbash from powershell 2. SSH key part was not clarified for windows users 3. After fixing merge conflict, I didnt know what to expect on my repo.
@criscrawford4615
@criscrawford4615 Жыл бұрын
Thanks - I forgot everything "git" in the last year and relearned it all plus more after watching this one hour video.
@CSharpProdigy
@CSharpProdigy 3 жыл бұрын
This is top notch I must say. I rarely give comments, but by default I'm doing so now..
@theshilpitube
@theshilpitube Жыл бұрын
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!
@patrickvandersluis2796
@patrickvandersluis2796 2 жыл бұрын
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 2 жыл бұрын
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!
@Badalkumar-me9ok
@Badalkumar-me9ok Жыл бұрын
Such an excellent teacher, I had many problems understanding Git and Git hub now I completely understand all that stuff.
@enriquelmx
@enriquelmx Жыл бұрын
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.
@rigg13
@rigg13 Жыл бұрын
Thanks
@EricTighten
@EricTighten 3 жыл бұрын
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
@rakshitshetty8624
@rakshitshetty8624 3 жыл бұрын
Thanks
@chinmayghule8272
@chinmayghule8272 2 жыл бұрын
You can use HTTPS link instead of the SSH link.
@dannywadhwa1759
@dannywadhwa1759 4 жыл бұрын
This was a great video to get familiar with the Git concepts in order to start working on it. Thanks Gwen
@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.
@HolymanFMZ
@HolymanFMZ 7 ай бұрын
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😁😁❤❤
@Shad1991
@Shad1991 4 жыл бұрын
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.
@renelagunajr4538
@renelagunajr4538 2 жыл бұрын
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
@lckylke5751
@lckylke5751 3 жыл бұрын
Showing hidden files on windows and in powershell wil work with "dir -Force" :) Good Tutorial btw
@parlezvsfr
@parlezvsfr 8 ай бұрын
Excellent tutorial ! Very clear. I spent last 2 - 3 hours following it step by step and I understood everything ! I had no difficulty in reproducing the path. And it is very practical. I am a UX UI designer, so a bit impressed with the code. But that was real smooth. Well done !!!
@randyraymor1963
@randyraymor1963 Жыл бұрын
This is a very detailed video. Unfortunately, being an older video, I found it difficult to follow. For one thing, GitHub has changed a bit since this video was made. But the real show stopper is that you are 90% devoted to Mac and I'm using Windows. It's hard enough for some people to learn new things, let alone, trying to convert commands to different operation systems.
@aldrinseanpereira140
@aldrinseanpereira140 Жыл бұрын
When first opening the terminal in VS Code, on the terminal bar just change from "powershell" to "Git Bash" and then follow along
@iMiike69
@iMiike69 2 жыл бұрын
Much appreciated Gwen! This is one step on my long journey into programming, this was all very useful.
@wesjonm
@wesjonm 4 жыл бұрын
This was an incredible tutorial on Git! Very easy to follow and understand. Thank you
@bkahumuza
@bkahumuza 2 жыл бұрын
Thanks Gwen for one of the most clear explanations I have had in life. Was lost till I found this Video. Thanks!
@syundown6005
@syundown6005 5 ай бұрын
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.
@prabhatkumarsingh5728
@prabhatkumarsingh5728 4 жыл бұрын
You guys are awesome, I was waiting for this video and here it is only in few days 🙏
@ChaneLX645
@ChaneLX645 Жыл бұрын
Watch this in 1.5 speed
@mohammedayoub5691
@mohammedayoub5691 7 ай бұрын
Lol. Thanks, that was helpful
@arab_memes
@arab_memes 7 ай бұрын
Well that's more natural 😂
@Koxy_Dev
@Koxy_Dev 6 ай бұрын
Same here 😂
@NaftuliSinger
@NaftuliSinger 5 ай бұрын
1.75 Rather
@dineshk9803
@dineshk9803 5 ай бұрын
Legend
@basilali9767
@basilali9767 4 жыл бұрын
Amazing platform for ever...i didn't seen ever before..i'm always waiting this video
@mordest_porcket27
@mordest_porcket27 Жыл бұрын
Had fun learning from you. However one thing you can add is to show how the processes differ between mac an windows i had a lot of issues following along since i primarily use windows. however i got insights from GitHub publishing.
@johnnosek731
@johnnosek731 Жыл бұрын
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 4 жыл бұрын
The SSH KEY part should be moved up to the creating GitHub part......
@thebewerter5730
@thebewerter5730 4 жыл бұрын
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 жыл бұрын
Is ssh done in terminal or gitbash
@antekvesic8565
@antekvesic8565 3 жыл бұрын
@@indianathe3rd742 Better in git bash
@ketankhandelwal8626
@ketankhandelwal8626 3 жыл бұрын
@@indianathe3rd742 gitbash
@alephanull1953
@alephanull1953 3 жыл бұрын
@@indianathe3rd742 if your on Linux, then use ur terminal
@uyiosaakpasubi6052
@uyiosaakpasubi6052 2 жыл бұрын
Thank you so much for this, it was a really amazing video. I had a few issues setting up for windows ( had to download git bash), also I encountered a problem using the Personal Access Token (This comment is from December 2022 and the fine-grained token is in beta) to push to github . I resolved this by using the classic token
@allishagreen4385
@allishagreen4385 4 жыл бұрын
OMG thank you so much for this video This was right on time for me. Please keep the awesome videos coming I greatly appreciate them ❤
@anudeepnayakoti
@anudeepnayakoti 2 жыл бұрын
Its a great course for complete beginners to learn about GIT. I used Git from many years, but wasn't aware about importance of the "upstream" command. This course made me understand it. Thank you so much for your efforts. I appreciate it.
@tavettehepburn6154
@tavettehepburn6154 11 ай бұрын
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!
Learn Bootstrap 5 and SASS by Building a Portfolio Website - Full Course
5:02:23
GitHub Basics Made Easy: A Fast Beginner's Tutorial!
23:30
Skill Foundry
Рет қаралды 188 М.
Каха и лужа  #непосредственнокаха
00:15
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 20 МЛН
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2,4 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 80 МЛН
APIs for Beginners - How to use an API (Full Course / Tutorial)
2:19:33
freeCodeCamp.org
Рет қаралды 4,4 МЛН
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,2 МЛН
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,2 МЛН
Linux Operating System - Crash Course for Beginners
2:47:56
freeCodeCamp.org
Рет қаралды 2,3 МЛН
Learn Git - Full Course for Beginners
3:43:34
freeCodeCamp.org
Рет қаралды 896 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 1,8 МЛН
Git, GitHub, & GitHub Desktop for beginners
22:16
Coder Coder
Рет қаралды 791 М.
Git Branching and Merging - Detailed Tutorial
54:28
SuperSimpleDev
Рет қаралды 222 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 679 М.
Каха и лужа  #непосредственнокаха
00:15