git

Back Open Paginator
21.04.2026 17:56
mason (@mason@partychickens.net)

A colleague came up with this, and it's pretty nifty! And even better, I asked if he'd mirror on Codeberg, and he did it!

Check it out!

"Hunk-by-hunk and line-by-line staging for git, designed for building clean commit history."

codeberg.org/halfline/git-stag

#git #codeberg




Show Original Post


21.04.2026 16:45
frontenddogma (@frontenddogma@mas.to)

Git 2.54 Released With New Experimental “git history” Command, by (not on Mastodon or Bluesky):

phoronix.com/news/Git-2.54-Rel

#git




Show Original Post


21.04.2026 15:58
post (@post@programming.dev)

Highlights from Git 2.54

programming.dev/post/49169350




Show Original Post


21.04.2026 15:22
zeroplex (@zeroplex@social.zeroplex.tw)

到底是誰設計出這種機車參數的?真應該放進 ffmpeg XD
#git





Show Original Post


21.04.2026 15:21
objects (@objects@genserver.social)

git history reword <commit> opens your editor with the specified commit’s message and rewrites it in place, updating any branches that descend from that commit. Unlike git rebase, it doesn’t touch your working tree or index

git history split <commit> lets you interactively split a commit into two by selecting which hunks should be carved out into a new parent commit.

https://github.blog/open-source/git/highlights-from-git-2-54/

Pretty handy, if you ask me.

#git #vcs




Show Original Post


21.04.2026 14:43
smartgit (@smartgit@techhub.social)

The screen turns red, the terminal throws an error, and your heart drops... It's the dreaded merge conflict 😱

But do you actually know what Git is doing behind the scenes while you panic?

What happens when Git encounters a merge conflict?
----
Think you nailed it? 👀 Verify your answer and level up your Git game with instant feedback right here 👉 git-skills.dev/quiz/git-confli

#Git #SmartGit #Coding #Programming #SoftwareEngineering #DeveloperLife #TechHumor #CodeNewbie #100DaysOfCode #TechQuiz

Deletes both versions
Auto-picks one version
Cancels & reverts all
Marks for manual fix




Show Original Post


21.04.2026 14:24
adele (@adele@social.pollux.casa)

Just discovered in the doc that it is easy to set a specific ssh key in a local repository to fetch/push toward a remote one.

git config set core.sshCommand "ssh -i ~/.ssh/mykey"

#git @Codeberg #codeberg #forgejo




Show Original Post


21.04.2026 13:14
alexa_pavlova (@alexa_pavlova@mastodon.social)

Vercel's Git Gateway exposes API keys in plaintext and risks bugs with Cel parsing server-side. Kubernetes admission webhooks evaluate expressions without local test harnesses, leading to ineffective security measures.

webmatrices.com/post/how-a-rob




Show Original Post


21.04.2026 13:13
post (@post@programming.dev)

git history: the best thing in Git 2.54

programming.dev/post/49162914




Show Original Post


21.04.2026 13:13
heiseonlineenglish (@heiseonlineenglish@social.heise.de)

Git 2.54 experiments with changing commit history

In the new release, the version control system introduces the experimental git history command, for example, to correct errors or split a commit.

heise.de/en/news/Git-2-54-expe

#Git #IT #Softwareentwicklung #Versionskontrolle #news




Show Original Post


21.04.2026 12:23
heisedeveloper (@heisedeveloper@social.heise.de)

Git 2.54 experimentiert mit dem Verändern der Commit-Historie

Im neuen Release bringt die Versionsverwaltung den experimentellen Befehl git history, um beispielsweise Fehler zu korrigieren oder einen Commit aufzuteilen.

heise.de/news/Git-2-54-experim

#Git #IT #Softwareentwicklung #Versionskontrolle #news




Show Original Post


21.04.2026 09:37
musicmatze (@musicmatze@social.linux.pizza)

github.com/git/git/commit/a454

I am now officially also in the history of the #git git repository.

🎉




Show Original Post


1 ...10 11 12 13 14 15 16 17 18 19 20 ...347
UP