Live data from Hacker News

I found a useful Git one liner buried in leaked CIA developer docs

spencer.wtf

1–10 of 273 posts

Re: I found a useful Git one liner buried in leaked CIA developer docs

#2
I currently have a TUI addiction. Each time I want something to be easier, I open claude-code and ask for a TUI. Now I have a git worktree manager where I can add/rebase/delete. As TUI library I use Textual which claude handles quite well, especially as it can test-run quite some Python code.

Re: I found a useful Git one liner buried in leaked CIA developer docs

#8
post #3

The git plugin in oh-my-zsh has an alias for this: gbda It also has one for squash-merged branches: gbds Very useful I've been using them for years

That's handy! I just started using oh-my-zsh and I feel like I know about 4% of useful things it can do so far.

Re: I found a useful Git one liner buried in leaked CIA developer docs

#9
post #2

I currently have a TUI addiction. Each time I want something to be easier, I open claude-code and ask for a TUI. Now I have a git worktree manager where I can add/rebase/delete. As TUI library I use Textual which claude handles quite well, especially as it can test-run quite some Python code.

That sounds like a complete waste of time and tokens to me, what is the benefit? So each time you do something, you let Claude one shot a tui? This seems like a waste of compute and your time
Post reply on HN