this post was submitted on 11 Jan 2025
86 points (98.9% liked)

Linux

10644 readers
673 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Phen@lemmy.eco.br 13 points 11 months ago (4 children)
[–] FizzyOrange@programming.dev 16 points 11 months ago

Yep, whenever they fix a bug it's added in a new flag that nobody knows about.

git --enable-sane-behaviour
[–] kbal@fedia.io 7 points 11 months ago (1 children)

As a casual git user I imagine the process normally goes something like this:

  1. Development happens.
  2. New feature makes it into the release version of git.
  3. New version makes it into the various linux distro repositories.
  4. People who run big git repos install the update.
  5. Serious nerds hear about it and use the feature.
  6. Many years pass.
  7. I learn about it, if it's widely used enough.
[–] colorado@programming.dev 1 points 11 months ago (1 children)

The big change in my opinion is we don't need to tell newcomers about git checkout at all. Git switch --create is much better.

[–] timbuck2themoon@sh.itjust.works 3 points 11 months ago

I'm so old I still just use git checkout -b somebranch anyway.

[–] Mauryamj@programming.dev 1 points 11 months ago

U are the only one who knows my pain