No video

How Git Works: Explained in 4 Minutes

  Рет қаралды 184,898

ByteByteGo

ByteByteGo

Күн бұрын

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: bytebytego.ck....
Git MERGE vs REBASE: Everything You Need to Know
: • Git MERGE vs REBASE: E...
Animation tools: Adobe Illustrator and After Effects.
Checkout our bestselling System Design Interview books:
Volume 1: amzn.to/3Ou7gkd
Volume 2: amzn.to/3HqGozy
The digital version of System Design Interview books: bit.ly/3mlDSk9
ABOUT US:
Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.

Пікірлер: 75
@kartikpodugu
@kartikpodugu 8 ай бұрын
merge and rebase always scare me. but after so many years of using git and version control systems, i can say that, understanding the 4 places where code stays is a very important point to understand and clearly remember which command to use when. very good video
@sin78000000
@sin78000000 8 ай бұрын
One of the best videos I have ever seen which explained git working in such an efficient and concise way.
@pavankumard5276
@pavankumard5276 8 ай бұрын
Best video to understand the CONCEPT of how git works and not just the commands
@user-yq8qw9yg6e
@user-yq8qw9yg6e 8 ай бұрын
hours of udemy courses wasted when a simple video of 4 min explained me the concepts 100 times better...
@theoceandragongaming
@theoceandragongaming 8 ай бұрын
Not at all. You pick that up quickly because you did a udemy course and already had your concepts cleared. This video helps you to brush up your skill and confirms your understanding. If you are professionally working then better you follow udemy or some professional courses. It can be his courses as well, but definately not a 5 mnt video.
@ildar5184
@ildar5184 8 ай бұрын
@@theoceandragongamingExactly. I feel like these 5 min videos are intended for professionals to refresh basic concepts in their memory, as a cheatsheet. A novice who didn't use git before will fell completely lost after this video.
@stefano_schmidt
@stefano_schmidt 7 ай бұрын
There is always a guy who writes such a pointless thing under any short-explained videos. Always...
@LuvxJacqu4li8e
@LuvxJacqu4li8e 6 ай бұрын
Udemy is a piece of sh xxx t. Wasted a ton of money on foreigners who can't speak English and only for the videos to be old and blurry later on It's a scam.
@GfoxSim
@GfoxSim Ай бұрын
So in simplest terms, Git is for collaborating on a project remotely, where we can track and make changes easily, get latest updates on our codebase and also upload our changes to the main codebase. It's like working on a project but from different locations around the world? To me cloning is downloading, staging is checkpointing, committing is saving, pushing is uploading. Branching is working in isolation to avoid messing up the main codebase, pulling is updating my local code with the latest changes, and forking is copying the whole repository with its branches.
@bigspoonhands
@bigspoonhands 8 ай бұрын
Best git explanation I've seen or heard anywhere, and by a long way. This is all that is needed by anyone coming from SVN or CVS or some other classic network based version control system to git
@seim111
@seim111 Ай бұрын
I have watched a lot of videos about git basic commands, read articles and guides. Nothing has helped me as much as this video here. Thank you Sir.
@stevenkim6869
@stevenkim6869 9 күн бұрын
these videos are awesome ... anyone can easily become an expert using these ... no fuss, clear-cut explanations ...
@ourship
@ourship 2 ай бұрын
I've been working officially for 3 months now and still don't know a lot of important concepts of Git, thanks to this video I understand a few things.
@AK-vx4dy
@AK-vx4dy 8 ай бұрын
You concentrated so much knowledge, explained it shortly and clearly... for free... enternal respect and glory !
@maxwell342
@maxwell342 Ай бұрын
yeah, very good animation in a very clear manner. It is an idea for beginners but gives insight for deep understanding for the learner who is on the process of learning who had a basic understanding
@allenbro9900
@allenbro9900 19 күн бұрын
Incredibly high quality. so good i had to comment to help you out with the youtube algorithm! love the intro you let us know what you do but don't go on and on, really short and too the point you built credibility fast but didn't ramble on like most intros that people skip anyway! really well put i can tell you put a lot of work into this
@jingwang2111
@jingwang2111 5 ай бұрын
Been using Git for more than a year and this video still brings much clarificaiton...
@user-ex2yt1pl6u
@user-ex2yt1pl6u 8 ай бұрын
The concept behind Git is easy to digest. The bullshit starts when you mess up your setup; now you are stuck, sitting at your desktop, head full of confusion, waiting on a more experienced developer to come and save you. Lol.
@derfiemcgoo9673
@derfiemcgoo9673 3 ай бұрын
Git abort!
@deepaksingh9318
@deepaksingh9318 8 ай бұрын
Exactly what I had been look for 😁..a visualization of concepts is what i had been searching so far..
@guiller2371
@guiller2371 8 ай бұрын
This is the best git explanation I've seen.
@Jarcik01
@Jarcik01 3 ай бұрын
Thank you very much! Finally I get the difference between working directory and local repository. Thank you!!! Have a great day!
@VictoriaJitoboh
@VictoriaJitoboh 3 ай бұрын
Thank you for making git very simple to understand
@user-rc4lt6uq6c
@user-rc4lt6uq6c Ай бұрын
Best video with a excellent explication, thanks !!
@franciscoballesteros3046
@franciscoballesteros3046 20 күн бұрын
This was the best way to teach this, thank you!
@kevinignas
@kevinignas 8 ай бұрын
Hello sir, there's a typo on your video thumbnail saying "reomte". As usual, I love your video so much, very clear and on point. Still wonder how you could manage to explain things very clearly
@silviapietropoli8751
@silviapietropoli8751 8 ай бұрын
Simple and clear, thanks!
@kalvakolusubhash4010
@kalvakolusubhash4010 8 ай бұрын
Please explain the git stash concept also visually to avoid the conflicts
@larryd9577
@larryd9577 8 ай бұрын
Git stash creates snapshots, very similiar to commits. When the base for the snapshot changes opposing to the changes in the stash a conflict is unavoidable. Learn to resolve merge conflicts, then you can resolve the conflicts when applying stashes.
@joeylantis22
@joeylantis22 4 ай бұрын
Love this, just wanted a concept of how git *works* and how to use it on the command line.
@RivaanDesai
@RivaanDesai Ай бұрын
Tried to learn git from Fireship video but couldn't understand. This video helped with understanding.
@memedance3535
@memedance3535 11 күн бұрын
Amazing job for learning
@Lammot
@Lammot 8 ай бұрын
So, which hood did you look under?
@arunpandian7
@arunpandian7 8 ай бұрын
Haha, same. I had high expectations from him.
@gradientO
@gradientO 8 ай бұрын
​@@arunpandian7you shouldn't be surprised. His previous videos are overviews too
@ByteByteGo
@ByteByteGo 8 ай бұрын
Fair point. Update the title to "How Git Works: Explained in 4 Minutes"
@gus473
@gus473 8 ай бұрын
​@@ByteByteGoIt's a tough audience today! 😅 Thanks for these videos! And it's good to see that the answer to "the animation question" is now right at the top of the description! Best wishes! 😎✌️
@Steelrat1994
@Steelrat1994 8 ай бұрын
@@gus473 well, when Sahn promises to look under the hood, people expect a look under the hood, not a 4 minute introduction level video. Especially so when it's a video about a tool that the majority of his audience have been using for years(like Git or RDBMS).
@heliocampos1741
@heliocampos1741 8 ай бұрын
Reomte -> remote
@luciannamendonca8514
@luciannamendonca8514 5 ай бұрын
Excellent explanation ! Thank you!!
@Jitendrapawar-vr4vl
@Jitendrapawar-vr4vl Ай бұрын
Explained git in 4 mins wonderful
@mat5844
@mat5844 Ай бұрын
there might be too many animation /transitions going on for some folks like me. nonetheless, amazing content
@hynesie11
@hynesie11 4 ай бұрын
Brilliant. Thank you.
@heliocampos1741
@heliocampos1741 8 ай бұрын
Reomote -> remote
@abhinandanraj5660
@abhinandanraj5660 8 ай бұрын
Thank you so much!!
@ChaosChroniclesTV
@ChaosChroniclesTV 21 күн бұрын
what's the difference between localworkingdir and local repository?
@avialexandru3071
@avialexandru3071 5 ай бұрын
Good video
@DK-ox7ze
@DK-ox7ze 8 ай бұрын
At 3:40, under first diagram (Git Merge) if the head is at F, and you do git log then will it show commits C, B, A or commits E, D?
@AndreasToth
@AndreasToth 7 ай бұрын
I like the flow and the pace but the occasional misalignments between the spoken words and the visuals can be distracting and jarring at times and hinders learning. Take, for example, the mention of switching between branches using git switch, yet the visuals are showing git merge.
@fanxxai
@fanxxai 5 ай бұрын
Rn I’m at the same timestamp 2:55 in the video n realised the strange issue.
@redmi3shari607
@redmi3shari607 4 ай бұрын
Nice info... #HariKrishnaSahu
@itsJDarts
@itsJDarts 5 ай бұрын
subscribed
@nedim-at
@nedim-at 14 күн бұрын
How can one create such graphics & animations? Preferably FOSS :)
@MomForgotToNameMe
@MomForgotToNameMe 5 ай бұрын
Can anyone tell me what terminal is he using? The one that shows the Git current branch and stauts?
@EverydayRoadster
@EverydayRoadster 8 ай бұрын
Most confusion with git comes from the non-visible difference between the local repository and the working directory. This video is no different. At 2:35 it describes git pull from remote repository to local repository, but the arrow points into the working directory.
@r5sec5cyl
@r5sec5cyl 8 ай бұрын
He immediately explains that at 2:45 accurately and sufficiently.
@Elosbyuri
@Elosbyuri 21 күн бұрын
how to download it ?
@shreshthverma5877
@shreshthverma5877 5 ай бұрын
How do you animate your videos?
@TheBacker007
@TheBacker007 4 ай бұрын
👍
@Anonymous-zi5wr
@Anonymous-zi5wr 7 ай бұрын
What software do you use to demonstrate these items?
@abrasionthermals9172
@abrasionthermals9172 6 ай бұрын
Oh boy that's a long learning curve. You need to develop ability to think like a graphics designer. After that I think they used Adobe After Effects.
@srinivaskasiriveni2890
@srinivaskasiriveni2890 8 ай бұрын
@Anonymous-zi5wr
@Anonymous-zi5wr 7 ай бұрын
[02:44]
@oopss794
@oopss794 8 ай бұрын
under the hood ?
@sahil478
@sahil478 3 ай бұрын
Very very confusing
@derfiemcgoo9673
@derfiemcgoo9673 3 ай бұрын
I dont think this is meant to completely enlighten people that are brand new to git, but if youve been taking some pther course that is strictly verbal or written, the visuals help you connect the dots
@jalalle1995
@jalalle1995 8 ай бұрын
nothing hood about that, that's just the git api
@andyhall7032
@andyhall7032 8 ай бұрын
git blame...thank me later.
@andriichornyi9143
@andriichornyi9143 8 ай бұрын
You couldn’t really explain how git works in 4 minutes.
@Gabriel-ql7eb
@Gabriel-ql7eb 24 күн бұрын
worst explaining, you start your sentence loudly and end it silently, wtf is that
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1 МЛН
How GIT works under the HOOD?
16:01
Tech With Nikola
Рет қаралды 194 М.
ПОМОГЛА НАЗЫВАЕТСЯ😂
00:20
Chapitosiki
Рет қаралды 28 МЛН
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 192 МЛН
Top 5 Most-Used Deployment Strategies
10:00
ByteByteGo
Рет қаралды 258 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
The Simplest Way to Get Started with Github
11:29
STEM Made Simple
Рет қаралды 594
APIs Explained (in 4 Minutes)
3:57
Exponent
Рет қаралды 800 М.
Git MERGE vs REBASE: Everything You Need to Know
4:34
ByteByteGo
Рет қаралды 384 М.
Kubernetes Explained in 6 Minutes | k8s Architecture
6:28
ByteByteGo
Рет қаралды 921 М.
Top 12 Tips For API Security
9:47
ByteByteGo
Рет қаралды 93 М.
Learn Git In 15 Minutes
15:59
Colt Steele
Рет қаралды 2 МЛН
Git vs. GitHub: What's the difference?
10:06
IBM Technology
Рет қаралды 388 М.
ПОМОГЛА НАЗЫВАЕТСЯ😂
00:20
Chapitosiki
Рет қаралды 28 МЛН