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.
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.
i wish there were thousands of your videos and tutorials on youtube instead of useless, short, incomplete tutorials available in this website. perfect Kyle.
Oh my gosh this video is very information packed! I took notes and I'm 10 minutes in but I'm taking a 20 minute break to soak in the information and then I'm coming back, great stuff.
Thank you! The halfway point is a great place to stop for a break, because the information at the beginning is a lot to digest at once. I really hope the example in the second half of the video helps the information soak in even further.
Thank you so much, Kyle! I was having a hard time learning Git and watching this made it so much easier for me. You are truly making the web simplified. Keep up the great tutorials!
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!
Thanks WDS I watched over 5 vids on this topic, but just could not get my head around some points. Yours explained everything I wanted to understand very well. Relief. Subscribed and liked. Cheers
I am really sorry about the audio problems. I used a brand new mic (AKG P220) for this video, and like an idiot only tested the video with my left headphone since it is the only one that reaches my chair from my computer tower. I promise this will be fixed for the next video, and I hope it wasn't too distracting.
Lajamerr Mittesdine thanks for the feedback. I do plan on creating a more advanced video covering things such as rebasing in the future since they can be very useful. I wanted to keep this video as basic as possible though since in normal day to day use of git you will not need more than what I explain in this video.
No problem! I'm glad the video was able to help. Git is definitely one of the harder concepts to wrap your head around, and it took me quite a long time to fully understand how Git worked.
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.
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.
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
Hi. Awesome videos on your channel! It’s always been a mystery to me how to integrate with easy the end to end development, test and production work flow. People mention Jenkins. Some us a local PC for dev then publish somewhere else for Production. There’s CDCI too!? What’s the easiest end to end web app developer workflow when sharing with other developers?
at 6:36 you say that git pull merges github repository changes with their local changes so which takes precedence in cases of contradiction? the local version or the repository version?
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?
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
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.
Thank you for the video!! Question: I don't have multiple people working on a same project with me but I switch between my laptop and my desktop when working on a same project. Is it a good practice if I keep the version I'm working on my laptop and a branch and keep committing to it until I'm satisfied with the work on the laptop, THEN I'll merge into master? So basically like 2 people keep working on 2 separate features, but they're not done in 1 sitting to merge into master, can they keep working on 1 branch, adding, committing and pushing until they're done with the feature,then both merge to master?
The way branches work in Git is that you are able to create them and merge them at any point and in any order. You may run into conflicts between your branch and master and in that case all you need to do is manually fix the conflicts and you can merge the branch just fine.
Thank you for this video and all your other videos. They're helping me catch up to development after around 17-18 years. Btw, what font is that you use in these slides?
Thank you for posting this. Git makes much more sense to me now. I have a question though, and maybe you can help with this. We have a repository in BitBucket that all of the developers are working from. I can commit and merge my changes to the master, but we also want to have code reviews before merging a branch into master and this is called a "pull request". Once approved it can then be merged. Are there Git commands to handle this type of workflow? TIA
With git you just need to create a separate branch for each feature you want to review. Do all the work on that branch and then push that branch. From there you can do the review and pull request with that branch.
I was watching your video using headphone then i notice something weird. In my headphone sound was coming from only left side. I thought something is wrong with my headphone so I listened some other audio and video and sound is coming from both side only in this video my headphone sound was coming from left side only. I do not know why?
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.
Nice video mate, you gained a subscriber
Thanks! I hope the next video is just as useful for you.
Web Dev Simplified you’re just fine. Take it easy on yourself!
Don't even sweat this non-issue! Great job as always on the content! Thank you!
You are just superb buddy... awesome... that's how everyone should learn how to teach👍👍
Hands down, you're the best web dev teacher out there... you have a great teaching style that gives context and then details.
Thank you so much! I am really glad you enjoy my style and that you are able to learn from it. I really appreciate it.
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.
Clean and to the point without the fluff. Well done. Thank you.
Great basic overview. Would like to see a part 2 covering rolling back to earlier versions.
i wish there were thousands of your videos and tutorials on youtube instead of useless, short, incomplete tutorials available in this website. perfect Kyle.
You are creating best videos on Web development in youtube. Best content, to the point concepts. Thank you so much.
Oh my gosh this video is very information packed! I took notes and I'm 10 minutes in but I'm taking a 20 minute break to soak in the information and then I'm coming back, great stuff.
Thank you! The halfway point is a great place to stop for a break, because the information at the beginning is a lot to digest at once. I really hope the example in the second half of the video helps the information soak in even further.
Thank you so much, Kyle! I was having a hard time learning Git and watching this made it so much easier for me. You are truly making the web simplified. Keep up the great tutorials!
You're the best instructor
This is my second time commenting on UA-cam ever
Best video I have seen on YT on explaining git. Well done sir.
I so needed this. I just wish you had covered reverting changes to the last working one. Thanks!
After so much video i listen, this is the best explaination. Not just that he code live the real situation. Amazing channell!!
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
So far the best tutorial on youtube
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!
The best Claear explanation,I have ever heard. Thanks
best git and github video ive seen thanks
This is vintage Kyle. You videos are much more engaging. Let's see you getting to 1 million subs.
best git intro video, thx man
appreciate the simplicity and clarity in content presentation!
Thanks!
excellent video, I learnt the basic of git and github within 1 hour, amazing !
Thanks for the video. I'd never used github, nor I was taught about it, so it was quite useful :)
I am really glad I could help!
I love the pace u talk with.....awesome tutorial as always..I would love to watch an advanced git tutorial please
Thank you. That is an idea I have been wanting to do for quite awhile now.
Great video as always! I for one would be interested in an advanced git tutorial.
Thanks. I have been thinking about doing an advanced git video but haven't gotten around to it.
Excellent video as usual Kyle.
Thanks WDS
I watched over 5 vids on this topic, but just could not get my head around some points.
Yours explained everything I wanted to understand very well. Relief. Subscribed and liked.
Cheers
I'm really glad my video was able to help. Hopefully my other videos can save you time by explaining things in a way that make sense right away.
@@WebDevSimplifiedthanks mate, for putting in the effort of producing and sharing your vids. I'm starting to look through them this weekend.
Just a small thing. It sounds like your audio balance might be out. Its all in the left ear.
weird as soon as I clicked the thumb up on your comment I got sound in both channels..
I am really sorry about the audio problems. I used a brand new mic (AKG P220) for this video, and like an idiot only tested the video with my left headphone since it is the only one that reaches my chair from my computer tower. I promise this will be fixed for the next video, and I hope it wasn't too distracting.
all good mate !! thanks for the tutorial
@@WebDevSimplified it's okay
lol i was listening to the video in the right tws and was wondering why there was no sound🤣🤣
Finally, I got awesome explanation!
Now might be the right time to refresh this video and discuss the end of 'Master', since the default has now been replaced with 'Main'.
I was wondering the same thing.
Keep up the good work bro! amazing video and damn easy to learn. :)
Thank you! I'm glad you enjoyed the video.
Thanks Kyle , this is very helpful .
you helped me successfully create a branch for my task !
This is a nice resume of Git!
Thank you!
Video Request: Github using VSCode instead of the command line.
Great upload btw!
From No Stack to Full Stack, I Love It
Thank you so much! I was really struggling with this, but you made it so clear!
My left ear enjoyed this video.
Good job dude, straight to the point
Supper Quality Stuff Under 20 minutes thnx brO
No problem. I am glad you enjoyed it!
Thank you, I've only been using the basics of git. Like git clone and git push. This video's format seems really good.
Lajamerr Mittesdine thanks for the feedback. I do plan on creating a more advanced video covering things such as rebasing in the future since they can be very useful. I wanted to keep this video as basic as possible though since in normal day to day use of git you will not need more than what I explain in this video.
Thank you, I still appreciate this video. Now I can actually do branching.
thank you Kyle about this amazing vids i wish you the best
A really Good Explanation ,Thank you!
Best video on youtube
17:25 Merge Conflict
20:32 Clone, simulating multiple user
Great work. Thanks for doing this. I was about to pull my hair out. Was having branch merging issues.
No problem! I'm glad the video was able to help. Git is definitely one of the harder concepts to wrap your head around, and it took me quite a long time to fully understand how Git worked.
Thank you very much! This is a very necessary video for me!
You're welcome!
This vidoe is a great video to learn about Github...
Thanks Bro
You're welcome.
I'm a newbie and this helps me a lot! Thank you so much 🥺😘
Good stuff. Keep up the good work!
Will do.
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.
I love all your tutorials! 👍Very helpful! Thank you so much!
You're welcome!
speed up the video *2 , you'll learn Git in 10 minutes
I'm joking, thank man, u're offering such great information
, It helps a lot
Easy strait to the poing and now intricancies need thanks so much
I'm glad you enjoyed it.
Great lecture Kyle sir
You are a master Sir. Thank You!
Great video. Thanks a lot.
Awesome Video 😊😎😎
when i press right click i dont see the terminal button help
Great video, thanks a million bro!
Excellent video!
Thank you so much, great tutorial
excellent explanation, thank you!
i think i missed it but why is using ssh better over http? thanks!!
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.
Nicely explained! Thank you so much!!!
You're welcome
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
This video was awesome, thank you so much. It was so simple and easy to catch. ōwō
I'm glad you found it useful!
This is just what I needed
Thanks! I am glad I could help.
great tutorial !
Hi. Awesome videos on your channel! It’s always been a mystery to me how to integrate with easy the end to end development, test and production work flow. People mention Jenkins. Some us a local PC for dev then publish somewhere else for Production. There’s CDCI too!? What’s the easiest end to end web app developer workflow when sharing with other developers?
Oh the wonder of reddit, good to see you have some extra viewers!
Thanks. Reddit really did come through big time for me. I couldn't be more grateful for all of the overwhelming support.
it was helpful indeed. thanks!
i just wanna see 'SuperSimpleDev' and 'Web Dev Simplified' in a podcast, discussing about anything the like I guess
at 6:36 you say that git pull
merges github repository changes with their local changes
so which takes precedence in cases of contradiction? the local version or the repository version?
If there is a conflict then Git will notify you and you must tell it how to do the merge.
Thanks! It helped me a lot!
My Left ear loves the 20 second ASMR.
I was doing it before it was even cool 😜
Love the video man, thank you :)
I'm glad you enjoyed it!
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?
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
Great video for beginner..Thanks
Thank you! I am glad you enjoyed the video.
How to prevent our remote repo to change by the other dev if they clone our repo and they commit the changes they want?
Hello, how did you add colorful arrows with name of branch to the terminal in vs code?
Great video! Good job!
Thank you! I really appreciate it.
The video is very informative.
If you are able to put in how to deal with stash, revert a change, rebase.
Thanks. That is something I plan to add into a later video on Git since they are more advanced features.
Hi Kyle, undo, what is the command to undo to the last commit or to some other prior version?
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.
thanks very simple and understandable!
You're welcome!
is it okay to use HTTP? SSH needs key on my git, but HTTP works, wont it be a problem soon?
Thank you 🙏🏽
Thank you for the video!!
Question: I don't have multiple people working on a same project with me but I switch between my laptop and my desktop when working on a same project. Is it a good practice if I keep the version I'm working on my laptop and a branch and keep committing to it until I'm satisfied with the work on the laptop, THEN I'll merge into master? So basically like 2 people keep working on 2 separate features, but they're not done in 1 sitting to merge into master, can they keep working on 1 branch, adding, committing and pushing until they're done with the feature,then both merge to master?
The way branches work in Git is that you are able to create them and merge them at any point and in any order. You may run into conflicts between your branch and master and in that case all you need to do is manually fix the conflicts and you can merge the branch just fine.
3 years ago and still valid, thats Amazing.
4:38 - - > Typo: Git St[r]ucture
What do you think about the drag and drop option?
Does the commit , work on separate file ? or multi files ?
really thank you free much , i found here all things i nead
You're welcome.
Thank you for this video and all your other videos. They're helping me catch up to development after around 17-18 years. Btw, what font is that you use in these slides?
A bit late but it looks very similar to Montserrat
"git tracks changes through three stages." Say that 5 times fast.
Luckily, I didn't have to :P
Great video, thank you.
Awesome 🌟
Thanks!
Thank you for posting this. Git makes much more sense to me now.
I have a question though, and maybe you can help with this. We have a repository in BitBucket that all of the developers are working from. I can commit and merge my changes to the master, but we also want to have code reviews before merging a branch into master and this is called a "pull request". Once approved it can then be merged.
Are there Git commands to handle this type of workflow? TIA
With git you just need to create a separate branch for each feature you want to review. Do all the work on that branch and then push that branch. From there you can do the review and pull request with that branch.
I was watching your video using headphone then i notice something weird. In my headphone sound was coming from only left side. I thought something is wrong with my headphone so I listened some other audio and video and sound is coming from both side only in this video my headphone sound was coming from left side only. I do not know why?
good job !!!