I can't be the only experienced #SoftwareEngineer who thinks #git blows, right?
Source control peaked with #SVN.
@LouisIngenthron Yeah UX is poor for sure. Even so, once I integrated the peculiarities and made them habit, it works pretty well in practice and I kind of like it. Stockholm syndrome maybe.
@LouisIngenthron I agree with everything but local/remote branches. I need local branches for experiments that no one else needs to see, I don't think local should be the default though.
The sad thing is the git internals have a pretty good design, but the commands are a mess.
@LouisIngenthron Did that back in the day. Do not want to go back to it.
@ambihelical Yeah, but you can do a "local branch" just by checking out the source into a different folder than the main one you work in.