********************** NEW FREE GIT COURSE ALERT!! ********************** Hi everyone, I am proud to announce a complete course on Git which covers more than this introductory video. I created a new course on Git/GitHub based on your feedback. Access the free course here: ua-cam.com/play/PLu0W_9lII9agwhy658ZPA0MTStKUJTWPi.html Make sure to tell me how it goes in the comments. Happy coding! 😃😀
sir , i was initiating through your tutorial but while commiting i got struck and after then i was forced to close it manually. and after that i am unable to open visual code from . code command.
3 years ago, I can see that you had 13k followers and now 3.5m followers which simply proves that you are really an amazing online teacher from whom many software developers has taken benefit for sure. I hope you never stop this amazing journey of sharing knowledge that you have for free of cost. I know this comment is not relevant to this video but just saw how you started, struggled and reached this place...okay now I will continue to watch the video..
Bro , you explained like one friend who explains all the concepts a day before exams which are not understood whole semester....thanks for explaining in native language. GOD BLESS YOU. Keep going....
Before watching this video, I was confused all the time with the thought process that, it is too complicated to even understand how git and github works for a beginner. But, after watching this video and parallely executing the commands in my laptop. I feel alot more comfortable about this platform. And now, I will make repositories of all the coding learning that I will do. Next, I will learn to use this platform for collaborative group projects documentation, Thanks for this video, Harry! You are a cool dude.
Thanks Harry. Your teaching style is what people look in tutor. 1+ hrs of the video and I didnt even realized when it got finished. I will be implementing it on my companies project.
This is Awesome one!! Kindly help with GIT ADVANCED one as well. Request to cover below as one of topic in GIT Advance Video: - Resolve Merge Conflicts. - How to add review process for pull request from feature to master branch, once review-approval done, then only it should merge to master. Appreciate your efforts on this. Thanks a ton!!
Thank you so much sir ! Sir , there is some UA-camrs like you ! You are our Real Teacher ! Pls share Cheats :) it's really great I am telling , I am feeling SO MUCH INTERESTING IN PROGRAMMING , your voice is MOTIVATING too
Thank you so much Harry for putting up such a simplified and easy video for Git and GitHub. I was having such a hard time learning this and all the videos I watched were unclear. But your video is simply the best!!
i tired watching other videos ... but at last I watch ur video only... apke video see hi maza ataa hai ab.... nooone one else ... kya jaduu kiyahai apne?\
mujhe khushi ho rhi hai ye batate hue ki maine is chanel se C language 15 Hrs ka video and git-github wali video dekhi such a big happy for me lot of tnx for dear Harry bhai
Thank you so much Harry for this short and well explained tutorial, you covered all the main points and explained them very well....helped me a lot, thanks again ❤️
Many thanks for explaining the concepts. You have a great knack of simplifying the subject. Looking forward to learn more from the other video you made on the same topic.
Very very thank you Haris bhai (harry bhai) for such an amazing and knowledge full video. I learn many things from this Git-In-One-Video. Thanks again.
19:31 I would like to add something important here. We SHOULD NOT use past tense such as "added feature". We SHOULD NOT use continuous tense such as "adds feature". We SHOULD use imperative tense such as "add feature". This is based on the convention of GitHub. Just like we use camel case in CPP such as "stackTop" and NOT "STACKtop", as it is CPP convention. Check further details in comment thread.
Think of this as... Don't speak from your perspective like - I "added feature xyz" Don't speak from the code's perspective in a past tense like - This code "adds feature xyz" Always speak from the code's perspective in imperative like - This code will "add feature xyz" Also, don't end sentence with a full-stop/period like - This code will "add feature xyz."
It was very interesting to learn about git with you. Definitely a very good explanation, no doubt. Almost tried to learn and apply every thing. Really ENJOYED it.
Great Work bro.... I was totally new to Git before watching this video.... By providing this type of content in hindi is such a huge help for us..... I would like to thank you for creating such awesome content.... I am looking forward to more of your tutorials... I hope it will definitely help me to develop myself and my skills ! , Thank You Very Much
Thank you brother, I never went any college, I watched many tutorial about this topic on UA-cam but nothing worked for me, so I was very scared to learn git but your video is so perfect to teach a dummy like me.
Hi Harry - it is a good learning video, truly commendable on your part to prepare content that is easy to comprehend. You mentioned about cheat sheet. I am unable to figure it out, Could you please share the link to the cheat sheet as well. Thanks in advance.
bro, please give us a cheat sheet of Git and GITHUB as you promised in this video, please and thank you so much for making our life easier in computer science lots of love from Pakistan
Very helpful for beginners.... Thank you so much..... I will use it in my projects that I made till now but didn't deployed anyone of it on GitHub Because I have not learnt it.
Hi harry Bro You are incredible, the flow quality you have given your video is awesome, thank you for creating such videos for beginner like us . God bless you!
This git & git-hub course is very helpful Harry bhai. Thanks for teaching us ! You've told about the CHEAT-SHEET, maybe you've forgotten, if you're reading my comment please do provide the CHEAT-SHEET bhaiya
Never seen before this kind of teaching...keep it up 😎 This will help lot of fellows who are struggling to understand the Git and GitHub. Finally thanks a lot for this video..👍
Harry brother you're amazing. Thank you so much for making this knowledgeable video. We learned more from you than Our uni professors..May Allah bless you
Salam harry bhai this is USAMA from Pakistan my thanks to you due to yours tube channel and efforts now I feels very comfortable in coding I got alote of improvement in my coding journey thanks bhai yours favor
Great bro!!you didn't checked your Instagram I know but I want to say I was a bit afraid when you didn't uploaded any video😁thanks for the video... please continue machine learning series
Sir, Please make a video on contribution to open source project.and also evaluate if this is good for beginners or not ? Please provide link if already exist in your playlist. Also provide guidance how to practice or what to do after learning python basic and some advance topic. Where to practice on real word project? Is GitHub a good option for practice on open source project?
Thank you harry bhai. i am into devops role and i really needed this sort of tutorials. Till now, i have pull 2 requests and worked upon few projects successfully.
This was really interesting video , the way of teaching is also very nice. You earned a subscription. However we didn't get any cheat sheet in description or pinned comment.
Amazing content brother! Really loved it. Can you please create content on how to use these tools in collaboration : visual studio, Azure DevOps, Git/Github, Azure pipelines. How these tools can be used in combined to work smart. ? Thank you !
Thanks bro appreciated. Previously I have done 2 courses of Git from Udemy but I think this one is the best. Please provide full courses of Devops (Kubernetes, jenkins, docker, puppet etc.)
Great. In a pre screen interview ,"what level of Git knowledge you have "? Can I answer "Advanced" or "Intermediate" after watching this video and I feel comfortable with most of command used in this video?
Bro, this video is very helpful. I have a question for you. Question: Suppose we have at point A (say master branch), then we create 2 sub-branches (say sub-branch B and C) if Brach A Got ahead and B and C brach want to take a pull from A , then how it will be done? In short, is it possible to take a pull from other branches? What is the difference between origin and branches ???
Yes it is possible, i suggest you to read documentation and origin employs or deploys branches. Like a tree, the root the origin and respectively the branches, twigs and so.
Maza aaya aur ye maza mai poore desh ko dena chahta hu 😀 Jokes apart... Thank you so much for this lovely tutorial, definitely gonna share this video 🙂
********************** NEW FREE GIT COURSE ALERT!! **********************
Hi everyone, I am proud to announce a complete course on Git which covers more than this introductory video.
I created a new course on Git/GitHub based on your feedback. Access the free course here: ua-cam.com/play/PLu0W_9lII9agwhy658ZPA0MTStKUJTWPi.html
Make sure to tell me how it goes in the comments. Happy coding! 😃😀
I'm totally new to git... should i watch from that playlist or should i watch this video first?
Your teaching style is very fast.Try to be little slow.
sir , i was initiating through your tutorial but while commiting i got struck and after then i was forced to close it manually. and after that i am unable to open visual code from . code command.
Bhai cheat sheet kaha milegi
Where is the cheat Sheet???
3 years ago, I can see that you had 13k followers and now 3.5m followers which simply proves that you are really an amazing online teacher from whom many software developers has taken benefit for sure. I hope you never stop this amazing journey of sharing knowledge that you have for free of cost. I know this comment is not relevant to this video but just saw how you started, struggled and reached this place...okay now I will continue to watch the video..
*3.79M
I have seen him with less than 1k subscribers. Good and hard work always pay😊
3.9 M now
4M now
HunterxHunter
sara youtube ghum liya magar aapke jaisa koi nahi kasam se ......kya style h aapka sir ❤
►TimeStamps:
00:00 - Introduction
00:36 - What is Git ?
01:19 - Downloading Git
03:24 - Installing Git
06:11 - Configuring Name & Email in Git
08:28 - init command
09:55 - Untracked & Staged File
21:20 - git checkout command
23:45 - git log command
25:47 - git diff command
31:08 - Removing file (rm command)
37:38 - git ignore command
46:00 - Branches
58:10 - GitHub
01:02:07 - Remote Repository
01:07:18 - git push command
01:11:37 - git clone
01:14:01 - Cheat sheet
01:14:32 - Courses Detail
I need cheat sheet
Wow, staging area means standing for the photograph, and commit means clicking the photograph... lots of respect for you.
Where is cheatsheet
#kalashpachauri git cheatsheet is not available yet
00:00 - Introduction
00:36 - What is Git ?
01:19 - Downloading Git
03:24 - Installing Git
06:11 - Configuring Name & Email in Git
08:28 - init command
09:55 - Untracked & Staged File
21:20 - git checkout command
23:45 - git log command
25:47 - git diff command
31:08 - Removing file (rm command)
37:38 - git ignore command
46:00 - Branches
58:10 - GitHub
01:02:07 - Remote Repository
01:07:18 - git push command
01:11:37 - git clone
01:14:01 - Cheat sheet
01:14:32 - Courses Detail
where's the cheat sheet bro
Where i can get the cheat sheet?
Bro , you explained like one friend who explains all the concepts a day before exams which are not understood whole semester....thanks for explaining in native language. GOD BLESS YOU. Keep going....
+1 @codewithharry
Before watching this video, I was confused all the time with the thought process that, it is too complicated to even understand how git and github works for a beginner. But, after watching this video and parallely executing the commands in my laptop. I feel alot more comfortable about this platform. And now, I will make repositories of all the coding learning that I will do. Next, I will learn to use this platform for collaborative group projects documentation,
Thanks for this video, Harry! You are a cool dude.
start se end tak i was only waiting for that cheat Sheet............. Still Waiting😄
Such an important topic explained in a simple manner. Great teaching skills. Thank you for this wonderful video ❤️
git branch -M main ? What is it new in github.
-M and -M main. Please tell me.
2022 update
Your free course is much more valuable than most paid courses! U deserve to be awarded for this!
who is still watching this video 😁😁
Took 10 days to learn git. Finally completed today... Thank you Harry Sir ❤️❤️❤️❤️❤️❤️
Thanks Harry. Your teaching style is what people look in tutor. 1+ hrs of the video and I didnt even realized when it got finished. I will be implementing it on my companies project.
This is Awesome one!!
Kindly help with GIT ADVANCED one as well.
Request to cover below as one of topic in GIT Advance Video:
- Resolve Merge Conflicts.
- How to add review process for pull request from feature to master branch, once review-approval done, then only it should merge to master.
Appreciate your efforts on this. Thanks a ton!!
being a developer I was shameful i didn't knew all these
Thanks to you bro
#keep_going
You are not alone bro
Didn't *know
@@01_abhijeet49 ok Mark Twain
Sas bhi kabhi bahu thi
*Update* : Now SSH key ke jagh pe direct login window khul jata hai and DONE. Your Computer Got added. Easy na
super easy
Thanks 👍😊
Yes now i understand 😅😅😅😅😅 easy
Now I understood 😅😅
What if you want a friend to collaborate? Will you share login details?
Man.... You are a genius, trust me nobody ever explained Git and GitHub so clearly to me. I just cant thank you enough for this!!!!
in which project you working
Thanks Harry it's a great help. Stay blessed.
Thank you so much sir ! Sir , there is some UA-camrs like you ! You are our Real Teacher ! Pls share Cheats :) it's really great
I am telling , I am feeling SO MUCH INTERESTING IN PROGRAMMING , your voice is MOTIVATING too
same question
Thank you so much Harry for putting up such a simplified and easy video for Git and GitHub. I was having such a hard time learning this and all the videos I watched were unclear. But your video is simply the best!!
after learning checkout command I am feeling so powerful : ) GIT is literally a heaven
i tired watching other videos ... but at last I watch ur video only... apke video see hi maza ataa hai ab.... nooone one else ... kya jaduu kiyahai apne?\
ye hota hai.. tutorial.. straight to the point.. superb....keep it up bro....
mujhe khushi ho rhi hai ye batate hue ki maine is chanel se C language 15 Hrs ka video and git-github wali video dekhi such a big happy for me lot of tnx for dear Harry bhai
one of the best videos to learn GIT and GITHUB...Thanks Harry...:)
Thank you so much Harry for this short and well explained tutorial, you covered all the main points and explained them very well....helped me a lot, thanks again ❤️
Many thanks for explaining the concepts. You have a great knack of simplifying the subject. Looking forward to learn more from the other video you made on the same topic.
Thank you harry bhai aj ap ki waja se my 1 Full Stack Developer ho....
Great video brother , Now I am able to push my files on github...😊😊.Thanks for this...
Very good and well explained. Lots of thanks to you.
as usual followd your playlist .... great respect from Pakistan sir
Very very thank you Haris bhai (harry bhai) for such an amazing and knowledge full video. I learn many things from this Git-In-One-Video. Thanks again.
19:31
I would like to add something important here.
We SHOULD NOT use past tense such as "added feature".
We SHOULD NOT use continuous tense such as "adds feature".
We SHOULD use imperative tense such as "add feature".
This is based on the convention of GitHub.
Just like we use camel case in CPP such as "stackTop" and NOT "STACKtop", as it is CPP convention.
Check further details in comment thread.
We use imperative tense according to GitHub conventions because it matches with the default messages when you're dealing with merge, etc commands.
Think of this as...
Don't speak from your perspective like -
I "added feature xyz"
Don't speak from the code's perspective in a past tense like -
This code "adds feature xyz"
Always speak from the code's perspective in imperative like -
This code will "add feature xyz"
Also, don't end sentence with a full-stop/period like -
This code will "add feature xyz."
Best channel for comp students, developers I found 😊 Thank you Harry Bhai..🙏🙏
It was very interesting to learn about git with you.
Definitely a very good explanation, no doubt.
Almost tried to learn and apply every thing.
Really ENJOYED it.
git branch -M main ? What is it new in github.
-M and -M main. Please tell me.
2022 update
Thanks Harry Bhai, really Helpful, or 24:12 par apka naam bhi pata chal gaya Haris Ali Khan. :)
no that is not his name i think he is hindu
@@manik_08 ye kya baat hua bhai😂😂, Uska real naam ye hi hai
ha wo google drive files ka file owner me bhi same he mene dekha tha
koi bhi ho bhai par kam aacha karta he
Harry bhai is Love ❣️✌️
Saw new tutorials on git couldn't understand anything but this 4 years old video cleared everything ❤
Its a very good video on Git and Github for learner.! Thank you Harry.
Great Work bro.... I was totally new to Git before watching this video.... By providing this type of content in hindi is such a huge help for us..... I would like to thank you for creating such awesome content.... I am looking forward to more of your tutorials... I hope it will definitely help me to develop myself and my skills !
, Thank You Very Much
git branch -M main ? What is it new in github.
-M and -M main. Please tell me.
2022 update
Thanks for all the tutorials of web development,
Sir please make a tutorials on API,s and Amazon Web Services...
thank you
Harry bhai! Heavy ho ap... Love From PAKISTAN!
Thank you brother, I never went any college, I watched many tutorial about this topic on UA-cam but nothing worked for me, so I was very scared to learn git but your video is so perfect to teach a dummy like me.
Kya hi khatarnaak video tha bhai... jo kuch bhi bola sab samj aa gaya... thanks
Hi Harry - it is a good learning video, truly commendable on your part to prepare content that is easy to comprehend. You mentioned about cheat sheet. I am unable to figure it out, Could you please share the link to the cheat sheet as well. Thanks in advance.
did you get it? can you share the link?
awesome video buddy, helped me a lot to understand the git. thanks :)
bro, please give us a cheat sheet of Git and GITHUB as you promised in this video, please and thank you so much for making our life easier in computer science lots of love from Pakistan
Cheatsheet
Very helpful for beginners.... Thank you so much..... I will use it in my projects that I made till now but didn't deployed anyone of it on GitHub Because I have not learnt it.
bahut videos dekh liye aapki videos dekh k kaafi kuch smj m aane lag gya b git and git hub k baare m tqsm harry bhai😊
Hi harry Bro
You are incredible, the flow quality you have given your video is awesome, thank you for creating such videos for beginner like us .
God bless you!
Hi Harry, no one can explain better than you. excellent content.
Is there anything like unstaged?
Fantastic amount of effort. I can't believe you're giving this instruction away for free. Thanks a lot!
Finally learned git and github and understood everything, thanks for keeping this video very simple
This git & git-hub course is very helpful Harry bhai. Thanks for teaching us ! You've told about the CHEAT-SHEET, maybe you've forgotten, if you're reading my comment please do provide the CHEAT-SHEET bhaiya
Never seen before this kind of teaching...keep it up 😎
This will help lot of fellows who are struggling to understand the Git and GitHub.
Finally thanks a lot for this video..👍
Harry brother you're amazing. Thank you so much for making this knowledgeable video. We learned more from you than Our uni professors..May Allah bless you
Harry vai...this is sooooo much helpful.... thank you 🎉❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Salam harry bhai this is USAMA from Pakistan my thanks to you due to yours tube channel and efforts now I feels very comfortable in coding I got alote of improvement in my coding journey thanks bhai yours favor
thank you harry for sharing so much information in such an attractive manner!
love from Pakistan
cheat seat kha h
Great bro!!you didn't checked your Instagram I know but I want to say I was a bit afraid when you didn't uploaded any video😁thanks for the video... please continue machine learning series
Sir,
Please make a video on contribution to open source project.and also evaluate if this is good for beginners or not ? Please provide link if already exist in your playlist. Also provide guidance how to practice or what to do after learning python basic and some advance topic. Where to practice on real word project? Is GitHub a good option for practice on open source project?
Never studied something which this much interest!! I am seriously amazed .
Thank you harry bhai. i am into devops role and i really needed this sort of tutorials. Till now, i have pull 2 requests and worked upon few projects successfully.
Is this tutorial helpful after 3 years. Not doubting no his teaching skills but for the updates and version????
Thank You so much Haris (Harry) Bhai.
May Allah Bless you brother
He is working hard for us, lets share his videos👍👍
This video is 2 years older & is still so helpful to me ❤️
This was really interesting video , the way of teaching is also very nice. You earned a subscription. However we didn't get any cheat sheet in description or pinned comment.
Best Git + GitHub tutorial
Thank you so much Harry bhai .I got each and every concept which you taught.
Amazing content brother! Really loved it.
Can you please create content on how to use these tools in collaboration :
visual studio,
Azure DevOps,
Git/Github,
Azure pipelines.
How these tools can be used in combined to work smart. ?
Thank you !
Thanks bro appreciated. Previously I have done 2 courses of Git from Udemy but I think this one is the best. Please provide full courses of Devops (Kubernetes, jenkins, docker, puppet etc.)
At present 'master' is not the main branch, it is known as 'main', so it could be mentioned
now it's known as trunk
I joined as a SWE. And this is my first company thanks harry, your videos helping me a lot
No doubt. Clear, practical and efficient way of teaching.
Hello Harry, I really loved the videos u make for us . I would like to request the visual studio code video to learn the shortcuts of code
Can you please provide the cheat sheets
Great. In a pre screen interview ,"what level of Git knowledge you have "? Can I answer "Advanced" or "Intermediate" after watching this video and I feel comfortable with most of command used in this video?
Advance
Thank you so much for such a nice explanation.........I am beginner in GIT and started learning for project
#Harry Bhai, DATA STRUCTURES and ALGORITHMS ki series kab start karenge?
for data structure visit mycodeschool.
ho gayi
@@nishant_soni97 which one is good...harry or codewithschool
@@Oldstoryhouse i dont know about codewithschool🙄
@@nishant_soni97 sry sry...it was mycodeschool....but i think freecodecamp and code with harry are best
Bro, this video is very helpful.
I have a question for you.
Question: Suppose we have at point A (say master branch), then we create 2 sub-branches (say sub-branch B and C) if Brach A Got ahead and B and C brach want to take a pull from A , then how it will be done?
In short, is it possible to take a pull from other branches?
What is the difference between origin and branches ???
Yes it is possible, i suggest you to read documentation and origin employs or deploys branches. Like a tree, the root the origin and respectively the branches, twigs and so.
Code never lies , comments sometimes do....😂♥️
Bhai mai aaj download kar raha hu Git toh konsa vala karu Abhi vala ki ye vala jo bhaiya ne bataya hai?
@@samuelrodrigues175 abhi wala kar
finished with this video on 11th feb 2022
absolutely loved it, amazing content
thanks harry bhai :)
Took 3 hrs complete it fully .
Thanks for the tuotorial 😀😀
Yes advance tutorial
Harry bhai thumbnail aur title 2021 laga diya hai. 😅
No dislikes, all your videos are awesome !!!
468 dislikes hai bhai
when start video i dont known anything about git but now i am a pro in git thaks
Bahut conceptual bhaiya 👌👌👍👍
Sb kuch accha tha bss ek chiz ki kmi lgi wo thi "Link to specific part of the video" revision krne m aasani hoti :(
Didn't find any cheat sheet, can you please provide that..
Sep 2024🙋🏽♂️
Maza aaya aur ye maza mai poore desh ko dena chahta hu 😀
Jokes apart... Thank you so much for this lovely tutorial, definitely gonna share this video 🙂
I'm here after losing my project 😴
Why
Did u lose your project because of losing code
@@mirzahussain3970 yep i cleaned up my system without keeping any backup
explain 100%
where is cheat sheet?
On his website
You speak so real, "Master branch me koi ungli ni krni hai"😆.... Thankyou for the video BTW....
you explain Difficult topic in easy way . Amazing!!
Harry Bhai cheat sheet kaha hai..?
cheat sheet kaha haii
01:14:01 pe nai mili
Bhai this is 2 yrs old video
Harry bhai ke pinned comment me latest playlist ka link he check kro
@@saurabhraut1564 thanks bro
Bhaiya Cheatsheet Kha mile gi??
Harry you nailed it, I would like to recommend this video to all of my friends .... this video is so descriptive