Git 2.48 released
Git 2.48 released
github.blog Highlights from Git 2.48
The open source Git project just released Git 2.48. Here is GitHub's look at some of the most interesting features and changes introduced since last time.
You're viewing a single thread.
All comments
12
comments
Wait, git evolves?
12 0 ReplyYep, whenever they fix a bug it's added in a new flag that nobody knows about.
git --enable-sane-behaviour
16 0 ReplyAs a casual git user I imagine the process normally goes something like this:
- Development happens.
- New feature makes it into the release version of git.
- New version makes it into the various linux distro repositories.
- People who run big git repos install the update.
- Serious nerds hear about it and use the feature.
- Many years pass.
- I learn about it, if it's widely used enough.
7 0 ReplyThe big change in my opinion is we don't need to tell newcomers about git checkout at all. Git switch --create is much better.
1 0 ReplyI'm so old I still just use git checkout -b somebranch anyway.
3 0 Reply
it's not recommended to boast about your ignorance.
6 0 ReplyU are the only one who knows my pain
1 0 Reply
12
comments
Scroll to top