www.youtube.com
The Real Problems w/ Git
Excerpt
{ts:636} the correct emails we we get the you know schedule the meeting whatever has to happen that source control is supposed to facilitate programming but instead programmers are facilitating source code control it's completely backwards right and so it this needs work people should be fixing this {ts:654} instead of spending all their time arguing about whether you're going to rebase or merge or what exactly you're supposed to be doing for large files like oh do you guys use the the virtual file system thing that they did or do you use this other plugin how it's like no this stuff should have been solved no one should be having a discussion right … It just works. My experience with Git and the reason that I don't like it very much is whenever I've tried to do even simple stuff with it, like pair program with somebody using Git, simple stuff {ts:908} like that where it's just like, "Oh, I just want both files. I just want to back up this thing." … {ts:1469} handle the problems for me. But what I see with git 100%, but this is true of other source code control as well, so I'm not blaming git specifically, is that it always makes it my problem, right? It's always my problem to figure out how to put the source code control in the state that's most effective for {ts:1486} whatever the situation is, it should be doing that for me, right? And 99% of the time, it should be able to do that because most of the things are not complicated. Like they're not really ridiculous things, right? And usually what you see and the reason this stuff does get complicated is because the source code control is bubbling up its