20 Years Of Programming | Prime Reacts
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
AI Coding Sucks | Prime Reacts
ThePrimeTime
245.8k views
The Evolution of Programming | The Standup
ThePrimeTime
93.3k views
Programming From Prison
ThePrimeTime
66.2k views
The Best Programmers I Know - Prime Reacts
ThePrimeTime
234.4k views
"Use AI Now!" Prime Reacts
ThePrimeTime
199.1k views
A Rant About Professional Programming - Prime Reacts
ThePrimeTime
151.2k views
The End Of Programming As We Know It
ThePrimeTime
447.2k views
Not All Programmers Are Good | Prime Reacts
ThePrimeTime
141.9k views
Ascii Elden Ring??? | Prime Reacts
ThePrimeTime
310.0k views
Solid Programming - No Thanks
ThePrimeTime
455.4k views
Top Comments (10)
like this for no reason ( P.S. C# > Java)
In a parallel universe: “A tag is a tagoíd in the category of endofunctors”
Congrats 400k subscribers!
Engineer for over 20 years here. I used them all. Don't miss the time when we had to do regular backups of CVS or SVN repositories because of possible corruptions....
The funny thing about git is that it was created by Linus Torvalds, the guy who created linux. Now Microsoft goes full into his work with github and the linux subsystem, although they were big enemies 20 years ago. Take a look how he is using it. He divided the linux codebase into its logical entities, like network, audio, graphics etc, and each entity has its group of maintainers. Every maintainer has his own git branch (Linus branch is the master branch, or the branch from which the linux releases are created). The contributors are forking the branch of a maintainer of the entity in which they want to contribute, they commit they changes on their local repo and then they create a patch file with the diffs (see git format-patch and git apply) and send it with email to the maintainer for review. If everything is ok, the maintainer is applying the patch to his branch and later Linus merges the maintainers branch into his own branch.
20 years is nothing, 200 years is nothing, real programmers are actually 5000 years old nephilim that fought king Solomon and wrote code on stone tablets but without a compiler nobody could understand it back then.
The irony is that question would never make it to SO toady, it's asking for opinion and there's no correct answer.
19:05 Git *has* a subcommand called request-pull, which can be used to instruct another server to pull specific commits from a public git server. But sadly github is not compatible with it, even though request-pull existed long.
0:20 we're using tortoise at work man. it's great
endeavor for source control was superb
Unlock the Data Inside
Turn Videos into Knowledge
- Get FREE 10/day: transcripts, summaries, chats
- Chat with videos, export text & PDF
- $1 free API credit for RAG, chatbots & research
Free forever plan • All features unlocked
Top Comments (10)
like this for no reason ( P.S. C# > Java)
In a parallel universe: “A tag is a tagoíd in the category of endofunctors”
Congrats 400k subscribers!
Engineer for over 20 years here. I used them all. Don't miss the time when we had to do regular backups of CVS or SVN repositories because of possible corruptions....
The funny thing about git is that it was created by Linus Torvalds, the guy who created linux. Now Microsoft goes full into his work with github and the linux subsystem, although they were big enemies 20 years ago. Take a look how he is using it. He divided the linux codebase into its logical entities, like network, audio, graphics etc, and each entity has its group of maintainers. Every maintainer has his own git branch (Linus branch is the master branch, or the branch from which the linux releases are created). The contributors are forking the branch of a maintainer of the entity in which they want to contribute, they commit they changes on their local repo and then they create a patch file with the diffs (see git format-patch and git apply) and send it with email to the maintainer for review. If everything is ok, the maintainer is applying the patch to his branch and later Linus merges the maintainers branch into his own branch.
20 years is nothing, 200 years is nothing, real programmers are actually 5000 years old nephilim that fought king Solomon and wrote code on stone tablets but without a compiler nobody could understand it back then.
The irony is that question would never make it to SO toady, it's asking for opinion and there's no correct answer.
19:05 Git *has* a subcommand called request-pull, which can be used to instruct another server to pull specific commits from a public git server. But sadly github is not compatible with it, even though request-pull existed long.
0:20 we're using tortoise at work man. it's great
endeavor for source control was superb