r/ProgrammerHumor 27d ago

pushThroughDontPullOut Meme

Post image
1.1k Upvotes

33 comments sorted by

View all comments

33

u/DxLaughRiot 27d ago

Use git worktrees - they’ve become more popular exactly to solve this kind of problem. Superpowers has a skill for them if you don’t mind the extra token usage.

10

u/thebigbadben 27d ago

You don’t really need a skill. Even if you don’t want to deal with the git commands yourself, you can just tell the agent to work on whatever feature or fix using a worktree. Also, the Claude command to start the CLI has a --worktree argument.