Home Knowledge Base Git

Git

No mentions found

This entity hasn't been tracked yet, or Iris is still building its knowledge base.

Related Articles from SNS

Grit: Rewriting Git in Rust with Agents

A few months ago I read about Anthropic's experiment of releasing a swarm of agents to write a functioning C compiler and it made me wonder about the feasibility of using that same approach to accomplish something I've been dreaming about for 15 years now, not long after we started GitHub - rewrite Git from scratch to be library based. Git is of course a very complex piece of software. There are lots of "plumbing" commands, lots of higher level commands - it was put together incrementally by...

Hacker News 11h ago

No fix yet for critical RCE bug in open-source Git service Gogs - exploit module is out

Title: No fix yet for critical RCE bug in open-source Git service Gogs - exploit module is out There's a huge hole and no one is patching it thus far. A critical, remote code execution (RCE) bug in Gogs, a popular open-source self-hosted Git service, can be exploited by any authenticated user - no special privileges required - on a default installation to fully compromise vulnerable servers, steal credentials and multi-factor authentication secrets, or even modify code in hosted repositories in a wide-reaching supply-chain attack. A security researcher reported the 9.4-rated flaw to project maintainers in mid-March. It still doesn’t have a patch. It does, however, have a public Metasploit module - so we’d expect reports of in-the-wild exploitation to start very soon. The vulnerability affects all supported platforms, including Windows, Linux, and macOS, and installation methods, according to Rapid7 researcher Jonah Burgess, who found and reported the bug to Gogs maintainers via GitHub (GHSA-qf6p-p7ww-cwr9) on March 17. After they initially acknowledged that they received the report on March 28, Burgess says he never heard back from the Gogs team - not when he asked

The Register 11d ago

Using Git's rerere feature to escape recurring conflict hell

Have you ever tried to merge two branches only to end up in conflict hell? You fix a bunch of conflicts only to run git merge --continue and be presented with the same conflicts. Repeat this process and after a few iterations you give up because it just isn't worth the pain and effort.

Hacker News 9d ago

Sem: New primitive for code understanding – not LSPs, but entities on top of Git

Semantic understanding on top of Git. Diff, blame, impact, log. Functions, not lines.

Hacker News 3d ago

Rift: Better Alternative to Git Worktrees

rift: better alternative to git worktrees - copy on write (saves space) - instant (< 0.1s on 10gb folder) - fast cli - use as FFI lib with bun or node mac and linux+btrfs for now more support soon npm install -g rift-snapshot # or bun add -g rift-snapshot Release archives are available from GitHub Releases. | Platform | Backend | Behavior | |---|---|---| | Linux x64 | Writable btrfs snapshots | rift init converts an ordinary directory into a btrfs subvolume.

Hacker News 9d ago

Local Git Remotes

Hacker News 11d ago

A Matter Wi-Fi Light Bulb in Rust on the Raspberry Pi Pico 2 W

This repository contains examples for the Raspberry Pi Pico 2 (RP2350) board, written in Rust using the Embassy async framework. cargo generate --git https://github.com/ImplFerris/pico2-template.git --name rust-rpico2-embassy-examples Board: Raspberry Pi Pico 2 - MCU: RP2350 (Dual-core Arm Cortex-M33 and RISC-V cores) - On-board peripherals: - LED on GPIO25 - I2C pins: - I2C0 SDA: GPIO4 - I2C0 SCL: GPIO5 - I2C1 SDA: GPIO2 - I2C1 SCL: GPIO3 - UART pins: - UART0 TX: GPIO0, UART0 RX: GPIO1 -...

Hacker News 2d ago

Let's talk about EU Sovereignty (2025)

Let’s talk about EU Sovereignty First and foremost, I really dislike the term because it’s laden with all sorts of militaristic and anti-free movement and all sorts of other problematic baggage, but it’s the term the industry is using, so we go with it I guess until the current push is over and we can quietly suggest a different term like happened with git branch names and replication terms. It's also annoying to spell correctly.

Hacker News 10d ago