Hacker News new | past | comments | ask | show | jobs | submit login

Git is bad. Super bad.

It's brilliant for it's original purpose of managing diffs in an open source project.

For industrial projects that are not organized like an open source project it's a massive, massive footgun and it saddens me it remains some sort of badge of honour to memorize it's incomprehensible UI.

It saddens me even more it's the goto vcs system even for industrial projects.




I use like 5 commands on a day to day basis. If you think that's incomprehensible then maybe this isn't the right career.

I'm actually shocked to see this many comments on this site with this opinion. Maybe that's a sign that there's just a lot of charlatans here.


No, the number of comments indicate git is often an inappropriate tool.

I do agree I’ve often wondered about my career choice after being forced to use git.

Any other VCS system I’ve used bar some old unix tools offer much better usability. For example Perforce and TFS were much better. Even Subversion and Mercurial offer better ergonomics.

Git is probably great for the type of distributed projects that spun it (ie Linux kernel).

Most industrial projects are far more centralized and streamlined. Hence git brings in added complexity that is usually not needed.

Luckily it’s not so b - oh damn I git pulled and now my colleague did something and git says ”fatal: Need to specify how to reconcile divergent branches”. Which is the type of clownshow level of VCS which incites these comments.


It's literally just a DAG.


What would you suggest instead of git, if a hypothetical organization came and asked you which vcs to use other than git? Assume git interoperability is not necessary, to obviate the “we must be compatible with what our dependencies/upstreams use” argument.


My company uses Perforce, and while it's not perfect, it's more intuitive and has a comprehensive graphical user interface. Most importantly, once I learn how to do something with Perforce, I never forget it. That's not the case for me with git.

The merge tool works pretty well.

Also, my company has large repositories.


This. There are other options.


Subversion is still an excellent choice.


What are the differences between open source and industrial projects that make Git suitable for the former but not the latter?




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: