Earlier quoted context omitted.
why can't anyone just do things themselves anymore? it's all LLM crap
For what it's worth, I've used Claude to write a lot of smaller utility tools that I wouldn't normally have the time to sit down and implement, but which also solve straightforward problems. One small example is an extension for the `gh` cli where I give it a PR number and multiple branches and it cherry-picks that PR to those branches, or lets me know if some of the branches don't work. For managing multiple release…
Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
41–50 of 111 posts
Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
#42“It never reimplements git — it shells out to the system git CLI and rebuilds commits with git commit-tree, reusing each commit's original tree so file contents are provably never changed.” Glad the LLM noted this - I was worried this would reimplement git
why can't anyone just do things themselves anymore? it's all LLM crap
Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
#43“It never reimplements git — it shells out to the system git CLI and rebuilds commits with git commit-tree, reusing each commit's original tree so file contents are provably never changed.” Glad the LLM noted this - I was worried this would reimplement git
why can't anyone just do things themselves anymore? it's all LLM crap
Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
#44Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
#45Earlier quoted context omitted.
why can't anyone just do things themselves anymore? it's all LLM crap
git has a notoriously overcomplicated interface, so this is a scenario that I can honestly understand why someone wouldn't want to do it by hand
Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
#46Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
#47I built a small Tauri app that just shows your commits in a table and lets you edit message/author/date directly, plus find & replace with regex if you need to fix a bunch at once. It backs up the branch before it rewrites anything doesn't touch file contents, just metadata.
Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
#48Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
#49Earlier quoted context omitted.
why can't anyone just do things themselves anymore? it's all LLM crap
A tool like this never sees the light of day without an LLM. Git is complicated and use case for this is rather niche.
like you said, niche and probably unnecessary. and if i were to have published them (even in a gist!) i would have written the docs myself instead of forcing people to read LLM-speak. That's just lazy.
Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
#50“It never reimplements git — it shells out to the system git CLI and rebuilds commits with git commit-tree, reusing each commit's original tree so file contents are provably never changed.” Glad the LLM noted this - I was worried this would reimplement git
why can't anyone just do things themselves anymore? it's all LLM crap