Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Equally controversial: Everyone who thinks "Git sucks" just thinks so because they haven't taken the time to learn it properly.
-
@musician Ooohhh. That I cannot agree with. JS is certainly a *lot* better than it was, but it still royally sucks.
-
musician9426yGit is awesome and I couldnt work without it but i sometimes wish certain things were more intuitive. Its easy to say that git is easy when you used it for years but some of the error messages and commands arent intuitive at all.
-
@musician Git's not easy, nor is it perfect. There's certainly a learning curve to it and a lot of the commands could have been structured in a much more logical way. There's also some annoying ommisions (I wish large file support was baked into Git rather than relying on a separate plugin, for instance.)
That said, it certainly doesn't outright suck; it's probably the best version control software out there at this point. -
DarkAngel786yIt's also fun when some smartass commits/pushes the IDE's local configuration files... Had to make a branch from before that happened, as I somehow wasn't able to merge my branch (he pushed the configs to master while I was working on my branch, when the time came to merge my branch into master, boom).
Related Rants
Controversial:
GIT SUCKS
rant
git
wk132