this post was submitted on 02 Nov 2023
9 points (90.9% liked)

Git

2910 readers
1 users here now

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Resources

Rules

  1. Follow programming.dev rules
  2. Be excellent to each other, no hostility towards users for any reason
  3. No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] bloopernova 6 points 1 year ago* (last edited 1 year ago)

Yeah git is complex. It performs a huge array of tasks, the problem domain is very complicated. Do people complain Typescript or Rust is too complex? Probably some do but most accept that learning a programming language takes time and dedication.

The hacker news thread on that article is depressing. So many people saying "waaahh git is hard! I had to look up how to do something!" No shit? You had to learn something you previously didn't know?!?

Like, multiple devs I've known had trouble understanding that things in git are often just pointers. Symbolic links. Yet it's treated like an alien ship just crashed into their lap!