Learn Git - Full Course for Beginners

  Рет қаралды 158,940

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

In this Git course for beginners, you will learn the essentials of version control to help you manage your projects more efficiently.
✏️ Course developed by @HiteshChoudharydotcom
Code for React app: github.com/hiteshchoudhary/re...
⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction to GIT series
⌨️ (0:05:54) Git init and hidden folder
⌨️ (0:23:27) Git commits and logs
⌨️ (0:40:02) Git internal working and configs
⌨️ (1:07:47) Git merge and git conflicts
⌨️ (1:47:21) Git Diff and stashing
⌨️ (2:15:42) Git rebase is not that scary
⌨️ (2:37:24) Insight of pushing code to github
⌨️ (3:18:18) How to make Pull Request and Open Source contribution
Channel link:
/ hiteshchoudharydotcom
🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama
--
Learn to code for free and get a developer job: www.freecodecamp.org
Read hundreds of articles on programming: freecodecamp.org/news

Пікірлер: 218
@bibeksamal5300
@bibeksamal5300 14 күн бұрын
git commit - m "hello everyone one, this git course help me a lot, thanks you Hitesh bhai"
@AricYount
@AricYount 14 күн бұрын
This is perfect timing. I just started learning git to integrate it with software at work. Thank you!
@HiteshChoudharydotcom
@HiteshChoudharydotcom 14 күн бұрын
Thanks everyone for the support. Hope you will learn and use this knowledge in your development life. Follow me at X (twitter) for more updates. twitter.com/@hiteshdotcom
@soumadip_skyy_banerjee
@soumadip_skyy_banerjee 12 күн бұрын
❤❤❤
@gurvinder1613
@gurvinder1613 10 күн бұрын
Thank u sir for all the knowledge
@kyawlin4812
@kyawlin4812 7 күн бұрын
Thank you. You are the best teacher ❤
@AmitSinghad
@AmitSinghad 6 күн бұрын
Og is here
@samueledariese6878
@samueledariese6878 14 күн бұрын
God bless you all for these free tutorials 🙏🏾🙏🏾
@the_humble_lazy
@the_humble_lazy 14 күн бұрын
Happy seeing Hitesh here yet one more time, he is a real gem of a teacher, and he exactly knows what concepts one will miss and makes sure no one forgets that
@arkajyotinaskar2858
@arkajyotinaskar2858 14 күн бұрын
Hitesh Choudhary has God level knowledge, I really like his videos because of his professional and industrial approach of teaching
@arkajyotinaskar2858
@arkajyotinaskar2858 14 күн бұрын
Currently my semester exam is going on and I'll have 2 month break before placement starts, I'll binge watch his nextjs playlist:)
@usmansaeed6750
@usmansaeed6750 10 күн бұрын
It seems you have no knowledge at all thats why you thinking like this
@mesachinjakhar
@mesachinjakhar 13 күн бұрын
<a href="#" class="seekto" data-time="1">00:01</a> Learn essentials of Version Control with Git <a href="#" class="seekto" data-time="130">02:10</a> Understanding the workflow of git and the behind-the-scenes details. <a href="#" class="seekto" data-time="353">05:53</a> Introduction to series on Git <a href="#" class="seekto" data-time="473">07:53</a> Install Git for source control management <a href="#" class="seekto" data-time="702">11:42</a> Git acts as a checkpoint system for file changes, allowing collaboration <a href="#" class="seekto" data-time="821">13:41</a> Understanding the concept of repository in Git <a href="#" class="seekto" data-time="1045">17:25</a> Introduction to Git initialization and tracking <a href="#" class="seekto" data-time="1157">19:17</a> Exploring the structure of a git folder <a href="#" class="seekto" data-time="1371">22:51</a> Setting up working directory, staging area, and commits for code preparation <a href="#" class="seekto" data-time="1473">24:33</a> Introduction to Git ad command <a href="#" class="seekto" data-time="1684">28:04</a> Moving into the staging area with Git <a href="#" class="seekto" data-time="1791">29:51</a> Understand the importance of providing a commit message <a href="#" class="seekto" data-time="2015">33:35</a> Understanding why the terminal opened Vim for one user but not for another <a href="#" class="seekto" data-time="2120">35:20</a> Programmers often message directly in command line, not waiting for code Editor. <a href="#" class="seekto" data-time="2327">38:47</a> Debate about present vs past tense in commit messages <a href="#" class="seekto" data-time="2436">40:36</a> Git configuration file setup and gitignore usage <a href="#" class="seekto" data-time="2649">44:09</a> Configuring Git commands for user and email <a href="#" class="seekto" data-time="2751">45:51</a> Install code command in path for VS Code setup <a href="#" class="seekto" data-time="2976">49:36</a> Create a .gitignore file to secure sensitive information. <a href="#" class="seekto" data-time="3087">51:27</a> Using git ignore file to exclude files from tracking. <a href="#" class="seekto" data-time="3297">54:57</a> Learning how to use a .gitignore file effectively <a href="#" class="seekto" data-time="3416">56:56</a> VS Code plugins provide useful features for working with git and managing configurations. <a href="#" class="seekto" data-time="60">1:00</a>:37 A commit consists of a unique ID known as hash and related information. <a href="#" class="seekto" data-time="62">1:02</a>:31 Explore hidden files and directories using ls -la command <a href="#" class="seekto" data-time="66">1:06</a>:14 Importance of commit messages and repository logs <a href="#" class="seekto" data-time="67">1:07</a>:54 Focus on git branches and collaborative environment <a href="#" class="seekto" data-time="71">1:11</a>:29 Adding a new file to staging area and committing it in Git workflow <a href="#" class="seekto" data-time="73">1:13</a>:13 Understanding Git branches as alternative timelines <a href="#" class="seekto" data-time="76">1:16</a>:48 Creating and switching between branches in Git <a href="#" class="seekto" data-time="78">1:18</a>:39 Showing behind the scenes of git workings and branch pointers <a href="#" class="seekto" data-time="82">1:22</a>:13 Switching branches affects codebase <a href="#" class="seekto" data-time="84">1:24</a>:16 Understanding the concept of head in branch management <a href="#" class="seekto" data-time="87">1:27</a>:48 Learned about git branch command and shortcuts <a href="#" class="seekto" data-time="89">1:29</a>:33 Understanding merging of branches <a href="#" class="seekto" data-time="93">1:33</a>:15 Merged hero section and Navar into the main branch <a href="#" class="seekto" data-time="95">1:35</a>:02 Deleting the Navar Branch <a href="#" class="seekto" data-time="99">1:39</a>:00 Conflict in code management <a href="#" class="seekto" data-time="101">1:41</a>:16 Understanding conflict resolution in Git <a href="#" class="seekto" data-time="104">1:44</a>:37 Explaining the process of merging branches in Git <a href="#" class="seekto" data-time="106">1:46</a>:21 Merged footer branch successfully <a href="#" class="seekto" data-time="109">1:49</a>:49 G diff is not for comparing two different files; symbols may cause confusion. <a href="#" class="seekto" data-time="111">1:51</a>:34 Interchanging branches can result in symbol interchanges. Don't assume codes are removing or adding. <a href="#" class="seekto" data-time="115">1:55</a>:10 Understanding file changes and staging in Git. <a href="#" class="seekto" data-time="116">1:56</a>:57 Showing file changes before and after staging <a href="#" class="seekto" data-time="120">2:00</a>:35 Discussing git stashing and its workflow <a href="#" class="seekto" data-time="122">2:02</a>:25 Conflicting changes prevent branch switch without commit <a href="#" class="seekto" data-time="125">2:05</a>:54 Utilizing Git stash for efficient code management <a href="#" class="seekto" data-time="127">2:07</a>:54 Stashing changes can be moved between branches <a href="#" class="seekto" data-time="131">2:11</a>:35 Using 'git checkout' to move to a specific commit <a href="#" class="seekto" data-time="133">2:13</a>:23 Ways to move back in Git branches <a href="#" class="seekto" data-time="136">2:16</a>:55 Git rebase command can be divisive, but it's crucial to handle with care <a href="#" class="seekto" data-time="138">2:18</a>:35 Git rebase rewrites history and merges code into a single timeline. <a href="#" class="seekto" data-time="142">2:22</a>:10 Fixed navigation bar bugs <a href="#" class="seekto" data-time="144">2:24</a>:13 Merge main branch into bug fix branch <a href="#" class="seekto" data-time="148">2:28</a>:11 Rebasing a branch in Git with the master branch is important for maintaining clean commit history. <a href="#" class="seekto" data-time="150">2:30</a>:06 Branches will still exist even after more work on bug fix <a href="#" class="seekto" data-time="154">2:34</a>:01 Resolve conflicts using Git rebase <a href="#" class="seekto" data-time="155">2:35</a>:46 Understanding and best practices for rebasing <a href="#" class="seekto" data-time="159">2:39</a>:18 Be cautious about spamming, incident to be shared. <a href="#" class="seekto" data-time="161">2:41</a>:05 GitHub account setup and SSH key <a href="#" class="seekto" data-time="164">2:44</a>:36 Add SSH key to agent and set passphrase for Windows and Mac <a href="#" class="seekto" data-time="166">2:46</a>:18 Adding SSH key to GitHub account for communication <a href="#" class="seekto" data-time="169">2:49</a>:59 Initializing and managing Git repository <a href="#" class="seekto" data-time="171">2:51</a>:56 Creating a public repository with important commands <a href="#" class="seekto" data-time="175">2:55</a>:24 Configure git user information and SSH key for GitHub. <a href="#" class="seekto" data-time="177">2:57</a>:11 Add a remote repository using git remote add <a href="#" class="seekto" data-time="180">3:00</a>:43 Setting up remote repository for push and fetch <a href="#" class="seekto" data-time="182">3:02</a>:33 Understanding and setting Upstream for pushing code in GitHub <a href="#" class="seekto" data-time="186">3:06</a>:11 Learn how to clone a repo and work with branches on GitHub <a href="#" class="seekto" data-time="188">3:08</a>:07 Learn about git and GitHub basics <a href="#" class="seekto" data-time="191">3:11</a>:59 Understanding the flow of local and remote repositories <a href="#" class="seekto" data-time="193">3:13</a>:45 Understanding the difference between git fetch and git pull <a href="#" class="seekto" data-time="197">3:17</a>:17 Contribute with value, not spam <a href="#" class="seekto" data-time="199">3:19</a>:03 Open source is more than just sharing code on platforms <a href="#" class="seekto" data-time="202">3:22</a>:40 Talk to the founders and maintainers of the open source project. <a href="#" class="seekto" data-time="204">3:24</a>:21 Open an issue, get it assigned, work on adding value. <a href="#" class="seekto" data-time="207">3:27</a>:46 Quality contributions are crucial for job consideration. <a href="#" class="seekto" data-time="209">3:29</a>:26 Learn how to make pull requests for open source projects. <a href="#" class="seekto" data-time="213">3:33</a>:01 Creating and working on a new branch in Git <a href="#" class="seekto" data-time="215">3:35</a>:05 Initiate push to remote repository <a href="#" class="seekto" data-time="218">3:38</a>:52 Creating and reviewing a pull request <a href="#" class="seekto" data-time="220">3:40</a>:30 Overview of open source contribution on GitHub
@freshlife782
@freshlife782 12 күн бұрын
First time completely watched a video, coded along, can't express my happiness thank you so much ........... Mr. hitesh ♥
@shubhamgattani5357
@shubhamgattani5357 10 күн бұрын
Congrats!
@user-ef3ez1lf2n
@user-ef3ez1lf2n 13 күн бұрын
Amazing course. Thanks a lot. Even though I work with git for approx 7 years, I was able to learn something new.
@hasiiabbasi
@hasiiabbasi 14 күн бұрын
Seriously, this is one of the best videos for beginners who want to learn more about Git from both practical and theoretical points of view.
@gauravbawa5609
@gauravbawa5609 14 күн бұрын
awesome way to get started with git , you all gonna love the content
@shayanali7672
@shayanali7672 14 күн бұрын
Chai aur Code ❤
@functionc
@functionc 14 күн бұрын
Nice! I was just watching the old video and thinking we need an update! Thank you!
@MahimaBabani
@MahimaBabani 13 күн бұрын
I had been waiting for this tutorial for a long time, and today I finally got it!!! Thank you so much sir..Your explanations are so clear and easy to understand.
@sairithvickgummadala2688
@sairithvickgummadala2688 14 күн бұрын
I was just looking for a beginners course on Git and I have it! This channel is doing God's work for me
@aldrinseanpereira140
@aldrinseanpereira140 14 күн бұрын
Finally!! An updated beginner course on something as important as git
@MuhammadAli-hh9td
@MuhammadAli-hh9td 14 күн бұрын
Excellent
@andycgn1991
@andycgn1991 13 күн бұрын
Hey Hitesh, thank you very much for your work. That was a useful 3.75 hours invested in your course. I'm not a beginner but I was still able to learn a lot more.
@dilipchapagain836
@dilipchapagain836 11 күн бұрын
Hithesh choudhary is best instructor ❤
@udaytewary3809
@udaytewary3809 14 күн бұрын
His way of teaching is really great he teaches the inner working so that we get a real feel of the topic and ur voice of teaching is just amazing ❤❤
@aniationcoding918
@aniationcoding918 9 күн бұрын
Thanks for soo much for bringing this much knowledge for free. It will really help me a lot in order to become a good programmer.😊
@toncizizic
@toncizizic 13 күн бұрын
On <a href="#" class="seekto" data-time="1548">25:48</a> the extension is Git Graph not Git Lens
@MuhammadAli-hh9td
@MuhammadAli-hh9td 14 күн бұрын
One of the best teacher I have ever seen, When I first check his channel that time i was just average newbie of js now I'm a mern dev just because of him hitesh Chaudhary, chai aur code
@shubhamgattani5357
@shubhamgattani5357 10 күн бұрын
Kya baat bro!
@MuhammadAli-hh9td
@MuhammadAli-hh9td 10 күн бұрын
@@shubhamgattani5357 bhai na ker 2 ghante say debugg ker raha hu sala error kidhar ha or ekta tumhara comment ka popup
@shubhamgattani5357
@shubhamgattani5357 9 күн бұрын
@@MuhammadAli-hh9td Ye lo ek aur pop-up aaya! Khuda Hafiz 😄
@MuhammadAli-hh9td
@MuhammadAli-hh9td 9 күн бұрын
@@shubhamgattani5357 solved hugaya bro error
@nimmerwo
@nimmerwo 2 күн бұрын
Thank you Hitesh, very good easy to follow course!
@HarshShah465
@HarshShah465 12 күн бұрын
Hitesh ) Choudhary great explaination sir!!
@leythecg
@leythecg 13 күн бұрын
Absolutely awesome in presentation and content! many thanks!
@kelvinmacharia3715
@kelvinmacharia3715 7 күн бұрын
This a great. One yeat developer experience and this course is a greater refresher. There is always something new to learn👏
@pranavgupta9939
@pranavgupta9939 14 күн бұрын
One of the best teacher, i have ever seen on youtube
@naturevibes5388
@naturevibes5388 14 күн бұрын
Needed this, Thanksss
@Chief_Avy
@Chief_Avy 12 күн бұрын
its nice seeing hitesh here.....i learned a lot from this but i was thinking whenever i do git pull some problem occurs and i would loved if he would have taught that too idk if the videos get edited and re uploaded but yeah
@mdsonualam8408
@mdsonualam8408 14 күн бұрын
I have been working for quite a time now, and everytime hitesh sir brings something, it's a new learning experience 🎉🎉❤🚀🚀
@anthonydrakefordshadow
@anthonydrakefordshadow 14 күн бұрын
This is exactly what I need ❤ thank you 🙏
@aakashjha3150
@aakashjha3150 5 күн бұрын
Dhanyawad Hitesh bhai 🙏🙏
@sarthakpatwari7988
@sarthakpatwari7988 12 күн бұрын
another video on my weekend playlist !!
@sabbirhossan3499
@sabbirhossan3499 14 күн бұрын
Hitesh sir is very good teacher.
@2ru2pacFan
@2ru2pacFan 6 күн бұрын
Wow thank you FCC and Hitesh, amazing teacher and I've experienced in using Git but still learnt something. Thank you ✨
@erfaizankakpori
@erfaizankakpori 14 күн бұрын
Honestly from the core of my Heart, brother you are really awesome in everything. I paid 2 lacs for online course but I couldn't understand easily there. From the time I started learning from your Videos now I feel it very easy to learn and understand easily. Thank you soo much brother for your effort.
@abhishekkumarjha4314
@abhishekkumarjha4314 14 күн бұрын
Awesome content sir .. Loved it ❤
@tarunsingh2480
@tarunsingh2480 14 күн бұрын
A true gem for upcoming software engineers🔥
@learnwithsuyashshukla8347
@learnwithsuyashshukla8347 14 күн бұрын
Perfect educator ....❤
@PritiGupta-yv3pt
@PritiGupta-yv3pt 14 күн бұрын
After completing your backend series I'll definitely watch this tutorial ☺️
@Sanakhatir
@Sanakhatir 14 күн бұрын
One of most talented teacher ❤😊
@kaushalgupta1049
@kaushalgupta1049 14 күн бұрын
Love your way of teaching
@quickmathematics9804
@quickmathematics9804 14 күн бұрын
Hitesh sir one of the best coding teacher ❤
@ashishkrpal4010
@ashishkrpal4010 14 күн бұрын
What a fantastic Git tutorial by @Hitesh Sir on the FreeCodeCamp KZbin channel! His teaching style makes complex concepts easy to understand, and the step-by-step approach really helps beginners grasp Git fundamentals. I especially appreciated how he broke down branching and merging-it's such a crucial aspect of version control, and he made it so clear. Can't wait to implement these techniques in my own projects. Thanks for the invaluable lesson, Hitesh Sir and FreeCodeCamp! 🚀👨‍💻
@myblog8751
@myblog8751 14 күн бұрын
One of the best mentors on KZbin, not only helps in learning latest tech skills but also builds confidence to build things on our own
@amarjitpradhan9230
@amarjitpradhan9230 14 күн бұрын
Happy to see you sir❤
@anujupadhyay7194
@anujupadhyay7194 14 күн бұрын
Hitesh sir is an amazing teacher
@Abhishek-2727
@Abhishek-2727 14 күн бұрын
Hitesh sir one of the best teacher❤
@iamtharunraj
@iamtharunraj 14 күн бұрын
OMG. I was waiting for a git tutorial! Thank you! ❤
@NBGTFO
@NBGTFO 14 күн бұрын
There are multiple out there. Not sure why they felt the need to make yet another one.
@iamtharunraj
@iamtharunraj 14 күн бұрын
​@@NBGTFOI don't actually understand from all those. Also, I love Hitesh's way of teaching. I've been searching for Git tutorials online for a long time but couldn't find one that actually fits my way
@ksubramanyeshwara
@ksubramanyeshwara 14 күн бұрын
@@NBGTFO Very well said. People are becoming fools day by day
@KoushikDas2005
@KoushikDas2005 14 күн бұрын
​@@ksubramanyeshwarafools ? If a person wants to revise then it's better to do it from the tutor from whom he is familiar to
@KoushikDas2005
@KoushikDas2005 14 күн бұрын
​@@NBGTFOno one asked you to watch it completely. It will help other beginners out there.
@riteshbisht0903
@riteshbisht0903 14 күн бұрын
Thank you #freecodecamp Please Upload more videos with Hitesh sir 🎉
@idahodz
@idahodz 14 күн бұрын
One of the greatest teachers 🙏🏻
@nope598
@nope598 14 күн бұрын
Hitesh is our hero who teaching courses in advance level
@kabilann5903
@kabilann5903 12 күн бұрын
Much needed one!!
@vishwanath-ts
@vishwanath-ts 14 күн бұрын
Correct time, I was searching for the best Git tutorial.
@pranavac-bg6ks
@pranavac-bg6ks 14 күн бұрын
Much needed❤
@abhishekkumarjha4314
@abhishekkumarjha4314 14 күн бұрын
Content is much better than the paid courses❤❤
@nayan7065
@nayan7065 14 күн бұрын
Thank you sir You teaching is great
@mihirgohil7168
@mihirgohil7168 14 күн бұрын
🎉 absolutely loved the video
@KamilFullStack
@KamilFullStack 14 күн бұрын
greetings from Poland ♥
@dheerajbaheti
@dheerajbaheti 14 күн бұрын
Really need of this video Helpfull!!
@adarshagnihotri3449
@adarshagnihotri3449 14 күн бұрын
Will make sure to learn git from hitesh sir this week
@mohammedmarshal8063
@mohammedmarshal8063 11 күн бұрын
Hitesh sir army, give a thumbs up!❤️
@Muwahid999
@Muwahid999 14 күн бұрын
Excellent mentor.
@kyawlin4812
@kyawlin4812 7 күн бұрын
Very very very nice tutorial. Thank you free code camp ❤
@austinmyer
@austinmyer 14 күн бұрын
It's a must learn for every techie
@anandshinde0358
@anandshinde0358 14 күн бұрын
Thank you so much sir❤❤❤
@SuryaKarigar
@SuryaKarigar 14 күн бұрын
Awesome Guruji 😍😍
@honesmartyy
@honesmartyy 14 күн бұрын
Nice video lots of learning 🎉🎉
@MohammedHasmi577
@MohammedHasmi577 14 күн бұрын
Jaha bhi jaoge hitesh sir ko hi paoge big fan of hitesh sir ❤❤
@intuitivej9327
@intuitivej9327 7 күн бұрын
fantastic explanation... wow;;;
@saurabhpuran
@saurabhpuran 14 күн бұрын
Love your content sir
@aagebadhee
@aagebadhee 14 күн бұрын
love to see again hitesh sir ❤❤❤❤❤❤
@LakhiHalwai
@LakhiHalwai 14 күн бұрын
Heads-up ! Came from Hitesh'd channel 😁
@ruggymango
@ruggymango 14 күн бұрын
So helpful!
@babulalsk8363
@babulalsk8363 14 күн бұрын
Hye sir I am so happy to see u here
@manishdhariwal543
@manishdhariwal543 14 күн бұрын
Great video ❤
@hamaadafzal2490
@hamaadafzal2490 14 күн бұрын
Hitesh sir kindly make a complete react js course
@CMMubeen
@CMMubeen 14 күн бұрын
So amazing video ❤
@Ar4an
@Ar4an 12 күн бұрын
Hitesh ❤
@CraigMullins1
@CraigMullins1 14 күн бұрын
<a href="#" class="seekto" data-time="1137">18:57</a> - what happens if you hit git init again on an old project?
@NoName10920
@NoName10920 9 күн бұрын
straight from the git docs: Running git init in an existing repository is safe. It will not overwrite things that are already there. The primary reason for rerunning git init is to pick up newly added templates (or to move the repository to another place if --separate-git-dir is given).
@usports2025
@usports2025 14 күн бұрын
amazing thank you very much
@__singhayush__
@__singhayush__ 14 күн бұрын
One legend with another 🔥
@TheRikyregna
@TheRikyregna 9 күн бұрын
great video, thx
@h20-vi6zd
@h20-vi6zd 14 күн бұрын
The way he teaches....... ❤
@Rahmanullah-qy7rd
@Rahmanullah-qy7rd 14 күн бұрын
It's really amazing ❤❤❤❤❤❤
@ankitjain171
@ankitjain171 14 күн бұрын
Good knowledge meets goods audience
@nothing-dz2ub
@nothing-dz2ub 14 күн бұрын
Thank you ❤
@raghavenderkuppireddy7158
@raghavenderkuppireddy7158 14 күн бұрын
Thank you ❤❤❤❤
@prawinyadav6629
@prawinyadav6629 14 күн бұрын
This man is osm❤
@keerthiraj3498
@keerthiraj3498 14 күн бұрын
Hitesh Sir everywhere❤
@varenya4629
@varenya4629 14 күн бұрын
Hitesh is what we want ❤🎉
@faisaljehan-nr7yp
@faisaljehan-nr7yp 14 күн бұрын
Great sir
@kissslayyy
@kissslayyy 14 күн бұрын
Chai aur code gang rise up
@arnd12940
@arnd12940 14 күн бұрын
Hitesh sir is the great 🎉🎉🎉
@KoushikDas2005
@KoushikDas2005 14 күн бұрын
Chai Aur Code ❤❤❤❤❤
@AnilBanoth-vh4wh
@AnilBanoth-vh4wh 9 күн бұрын
Thank you so much
@shahilchoudhary4008
@shahilchoudhary4008 14 күн бұрын
Hitesh Sir🙌🙌
@Tylor_Rodriguez
@Tylor_Rodriguez 14 күн бұрын
Hitesh be like : jaha bhi jaoge hame hi paoge😂
@vaibhavverma6813
@vaibhavverma6813 14 күн бұрын
Hitesh Sir never disappoints us. He is probably one of the best educators on youtube.❤
@muhammadbijjar5009
@muhammadbijjar5009 14 күн бұрын
Thanks sir
Git MERGE vs REBASE: The Definitive Guide
9:39
The Modern Coder
Рет қаралды 54 М.
The Most Controversial Item in OU
20:13
False Swipe Gaming
Рет қаралды 115 М.
Когда на улице Маябрь 😈 #марьяна #шортс
00:17
Не пей газировку у мамы в машине
00:28
Даша Боровик
Рет қаралды 10 МЛН
Learn Lists & Tables - HTML Tutorial for Beginners
9:51
Git It? How to use Git and Github
12:19
Fireship
Рет қаралды 707 М.
Incognito Market Owner Arrested
9:13
Seytonic
Рет қаралды 60 М.
The New ‘AI Windows’ Will Change How We Use Computers Forever
14:12
lofi hip hop radio 📚 - beats to relax/study to
Lofi Girl
Рет қаралды 27 М.
Git MERGE vs REBASE: Everything You Need to Know
4:34
ByteByteGo
Рет қаралды 316 М.
Learn Git In 15 Minutes
15:59
Colt Steele
Рет қаралды 2 МЛН
C Programming Tutorial for Beginners
3:46:13
freeCodeCamp.org
Рет қаралды 11 МЛН
Когда на улице Маябрь 😈 #марьяна #шортс
00:17