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

Git

2861 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
top 5 comments
sorted by: hot top controversial new old
[–] bloopernova 6 points 11 months ago* (last edited 11 months 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!

[–] aport 6 points 11 months ago* (last edited 11 months ago) (3 children)

People would be a lot less confused if they would read the official git book instead of trying to force their they through life googling errors and cheatsheets.

[–] [email protected] 3 points 11 months ago

People just nuke a local git repo and reclone if something goes wrong. There isn't even an attempt to understand anything.

[–] canpolat 1 points 11 months ago

Reading the manual? That's cheating!

[–] technom 1 points 11 months ago

+1. Git is one of those projects that supply official, authoritative, comprehensive and easy-to-understand documentation.