Added `git reset --hard ORIG_HEAD` to my Dotfiles aliases today: https://github.com/bkuhlmann/dotfiles/commit/a86c06f3609049f167940e7d65dfce1c02895801

I rebase a LOT but sometimes I mess up. Usually, I use `git rebase --abort` or `git reflog` to undo but `git reset --hard ORIG_HEAD` is super handy for when you want to undo a rebase *after* it has finished.

I update the Conflict Resolution of my Git Rebase article to capture more details if it's of help: https://alchemists.io/articles/git_rebase#_conflict_resolution

Enjoy!

#git

Added Git reset hard origin head alias · bkuhlmann/dotfiles@a86c06f

Useful, as an undo operation, where you want to reset back to where you were before finishing one of these commands: * `git rebase` * `git merge` * `git reset` * `git apply mailbox` This only wor...

GitHub

From the Visual Studio blog...

In case you missed it earlier...

What’s Coming Next in Visual Studio: Our Microsoft Build 2026 Announcements
https://devblogs.microsoft.com/visualstudio/whats-coming-next-in-visual-studio-our-microsoft-build-2026-announcements/ #VisualStudio #Announcement #Build #Git #GitHubCopilot #Modernization

Not that anyone asked. Well, actually everyone asked. But no one asked me. Still, I have the answer.

It’s pronounced:
for-jay-oh

https://forgejo.org/faq/#where-does-the-name-come-from

#Code #Development #Dev #GIT #Forgejo #Codeberg

Forgejo FAQ | Forgejo – Beyond coding. We forge.

Where does the name come from?

The saga with Git scrapers is really interesting, opted out from the big corpo ones via robots.txt and Caddy rules, they did respect it and https://git.inthemansion.com was fine.

Couple of days ago, I started getting swarms of unique IPs that look like residential and giving proper UA, almost indistinguishable from the real traffic.

After hours of exploring, found the mistakes they made and routed all of the scrapers to the iocaine tarpit, poisoning their data.

#forgejo #selfhosted #iocaine #git

Decisive. None of the Party.’ ‘Does he exist in.

copilot-sdk/java at main · github/copilot-sdk

Multi-platform SDK for integrating GitHub Copilot Agent into apps and services - github/copilot-sdk

GitHub

"When you externalize parts of session logs to a shared space where people and their agents can collaborate, multiple benefits accrue. For people it provides transparency and accountability. Decisions and tactics aren’t squirreled away in dot file on a per-machine-per-user basis. They are accessible to the whole team both interactively and by means of GitHub APIs that were formerly daunting but now easily wielded by agents on our behalf.

For agents, GitHub is a place to record context, drawn from current work, that powerfully informs future work — again by way of APIs that agents easily wield."

https://blog.jonudell.net/2026/06/02/how-to-make-best-use-of-git-and-github-for-ai-assisted-software-development/

#git #github** **#codex** **#claude** **#bram** **#xmlui #PracticalInternetGroupware

How to make best use of git and GitHub for AI-assisted software development

I’m working on a new tool whose tagline is the title of this post: Make best use of git and GitHub for AI-assisted software development. Called Bram (“Bram runs agents mindfully”)…

Jon Udell