this post was submitted on 04 Jul 2026
27 points (88.6% liked)

Git

4712 readers
16 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] rozodru@piefed.world 2 points 1 week ago

I don't agree that Git has a "steep learning curve". you can literally pick up the basics for what an average dev actually needs in like 5 minutes. made a change? commit it. didn't work? ok diff it or whatever or just go back to the working version. everything good? cool push it. done. That's pretty much what most people just use it for. Is this the proper way? no it's not but honestly who cares? I highly doubt Linus even cares or thinks about how people use or don't use Git. By his own admission Git is just an afterthought for him, just a simple tool he needed for Linux and then handed it off to another maintainer at the first possible opportunity.

So no I don't believe we need extensive courses or even an alternative "easier to use" Git. It's a tool that can be learned in 5min for the basics of which the basics is all the majority of devs actually need.