Learn Git in 20 Minutes

Learn Git in 20 Minutes

Web Dev Simplified

6 лет назад

202,361 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@michakrumpetzki8307
@michakrumpetzki8307 - 29.03.2021 22:44

thank you Kyle! I am after a bootcamp but i find that they didn't really focus on the git. It was a very good and clear explication

Ответить
@trantu6349
@trantu6349 - 02.07.2021 00:37

excellent video, I learnt the basic of git and github within 1 hour, amazing !

Ответить
@harishs99
@harishs99 - 20.07.2021 21:14

Thanks alot

Ответить
@harishs99
@harishs99 - 20.07.2021 21:25

Out of all the git tutorials I understood only this

Ответить
@pawanbhatta8973
@pawanbhatta8973 - 22.07.2021 14:20

the sound is more intense or loud on left side of the earphone than on the right side, quite annoying.
.
.
.
The content was great. Thank you.

Ответить
@hassaneloufir8440
@hassaneloufir8440 - 05.08.2021 17:43

Thank you so much, great tutorial

Ответить
@linchen5913
@linchen5913 - 09.08.2021 07:17

Hi, Kyle, this is a informative video. Will you make a video regarding "git rebase"? I happen to see this concept in other tutorial but couldn't figure it out thoroughly.

Ответить
@samuelhulme8347
@samuelhulme8347 - 28.08.2021 19:06

Let’s git started

Ответить
@Richard.halabi
@Richard.halabi - 16.10.2021 23:49

Does the commit , work on separate file ? or multi files ?

Ответить
@theloveopium
@theloveopium - 18.10.2021 07:27

Hello, how did you add colorful arrows with name of branch to the terminal in vs code?

Ответить
@StockWithSayee
@StockWithSayee - 02.12.2021 10:40

Awesome Video 😊😎😎

Ответить
@sylkay3242
@sylkay3242 - 06.01.2022 20:32

why are you only in my left ear

Ответить
@nicx.nvrlnd
@nicx.nvrlnd - 11.01.2022 02:57

I'm a newbie and this helps me a lot! Thank you so much 🥺😘

Ответить
@aigerimmadakimova585
@aigerimmadakimova585 - 12.01.2022 06:53

Finally, I got awesome explanation!

Ответить
@dantethuta496
@dantethuta496 - 24.01.2022 08:12

A really Good Explanation ,Thank you!

Ответить
@Lyzeuph
@Lyzeuph - 28.01.2022 07:48

Thank you so much! I was really struggling with this, but you made it so clear!

Ответить
@lucbian
@lucbian - 15.02.2022 11:29

Would've made more sense to include the git installation and how to configure with GitHub in this intro video and not in another new video...

Ответить
@anon_pers
@anon_pers - 29.03.2022 17:48

Thanks Kyle , this is very helpful .
you helped me successfully create a branch for my task !

Ответить
@tedmosbey6548
@tedmosbey6548 - 15.04.2022 22:21

you are awesome

Ответить
@shahdel-badrawy
@shahdel-badrawy - 26.04.2022 00:02

The best Claear explanation,I have ever heard. Thanks

Ответить
@jugurthamoad7435
@jugurthamoad7435 - 20.05.2022 15:47

From No Stack to Full Stack, I Love It

Ответить
@kartikchauhan2778
@kartikchauhan2778 - 09.07.2022 12:31

Great lecture Kyle sir

Ответить
@davidbryanramboy5043
@davidbryanramboy5043 - 11.07.2022 13:50

How to prevent our remote repo to change by the other dev if they clone our repo and they commit the changes they want?

Ответить
@asagiai4965
@asagiai4965 - 29.09.2022 01:45

sorry kind of new to git but why can John just sudden push his commit on the master branch ? without other people approving the file he is adding. if this is another branch or his own branch I understand. but isn't this is kinda problematic?

Ответить
@arek9430
@arek9430 - 27.10.2022 20:25

I watched two git tutorials each 40min long and just when I was about to decide "Im ok with my knowlede" I saw this shiny 20min tutorial from WebDevSimplified. It was deifinitely worth to summarise it all here.

Ответить
@WesternMovieFan
@WesternMovieFan - 08.11.2022 22:52

Good tutorial but author working in bottom of screen with small fonts made it 1 star rated video.

Ответить
@rodrigopalma3059
@rodrigopalma3059 - 15.11.2022 18:35

I can't find the link you mention on this video with the video on how to do the initial setup, specifically on how to find repositories posted for other people, like from Udemy

Ответить
@nazarposhta
@nazarposhta - 06.12.2022 08:23

Good job 👍

Ответить
@kevinanscombe3326
@kevinanscombe3326 - 20.12.2022 14:36

Excellent video as usual Kyle.

Ответить
@ImTheDot
@ImTheDot - 11.01.2023 16:43

👍

Ответить
@techniquejoseph
@techniquejoseph - 19.03.2023 06:23

Clean and to the point without the fluff. Well done. Thank you.

Ответить
@contentsofjoy
@contentsofjoy - 03.07.2023 18:51

This is an amazing video. I like your videos a lot cos it's always straight to the point and filled with the best of facts about the matter. Well done bro!

Ответить
@fakn9159
@fakn9159 - 21.07.2023 17:20

Thanks for the Video ! Super helpful :)
How frequent should I pull the changes from the branches? Let's say I work on a branch "feature A" for two weeks. In the meantime, the master branch has been updated quite a few times. Is it necessary for me to pull from the master branch like every day ? every hour? Or do I just don't pull any changes and just merge once I'm done. It's not clear to me if it comes to problems when I'm working on a branch that was created from an old master branch or if it doesn't matter how many commits I'm behind main.

Ответить
@Naz-h8z
@Naz-h8z - 30.08.2023 14:34

hey Kyle, i would live to see in these do X in Y minutes videos - whats not included. for example, yes this is basic on subject, but just quick summary of whats not in video would be helpful

Ответить
@chacho1155
@chacho1155 - 30.09.2023 08:37

Great video on some git basics. I would suggest showing the use of git status more to demonstrate when a file is not added to the staging area, staged, etc... I like that you used git bash as I feel the commands are better to learn instead of relying on tortoise git or something. Not that I don't like tortoise git.

Ответить
@nitaikodkani
@nitaikodkani - 06.01.2024 19:35

best git and github video ive seen thanks

Ответить
@M4G0N3
@M4G0N3 - 01.04.2024 23:52

i just wanna see 'SuperSimpleDev' and 'Web Dev Simplified' in a podcast, discussing about anything the like I guess

Ответить
@omarowimmer7947
@omarowimmer7947 - 20.05.2024 18:48

thank you Kyle about this amazing vids i wish you the best

Ответить
@langgs
@langgs - 27.05.2024 09:58

hello Kyle , i got to the point where i need to know how actually GutHub works , i have always struggled with Git but not anymore . thank you ! your content is better than the stuff that i learn at college

Ответить
@veillerguise
@veillerguise - 17.08.2024 22:49

I so needed this. I just wish you had covered reverting changes to the last working one. Thanks!

Ответить
@John-wx3zn
@John-wx3zn - 22.10.2024 05:17

Hi Kyle, undo, what is the command to undo to the last commit or to some other prior version?

Ответить
@PianoShawn
@PianoShawn - 28.12.2024 18:05

best git intro video, thx man

Ответить
@SaurabhLinge-q1c
@SaurabhLinge-q1c - 10.01.2025 19:00

Ответить
@WebDevSimplified
@WebDevSimplified - 26.07.2018 15:18

Hi everyone. First I want to say thanks for all the support for this video. I put a lot of effort into this video, but of course still managed to mess up the audio.

I just switched over to using a new mic, the AKG P220, from my old mic, the Blue Snowball, and didn't realize that my changes to record in mono instead of stereo was not saved between recording sessions. I also, like an idiot, only tested my sound with the left headphone since that is the only one that reaches my desk from my computer tower. I promise you this will be fixed in my next video even if I have to lay on the ground to test my audio.

Thanks again for watching and giving me so much support.

Ответить