#worktrees — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #worktrees, aggregated by home.social.
-
🤖🎨 Oh joy, another 12-minute read on how #Git #worktrees won't protect you from your #rogue #AI #coding #agents that are hell-bent on wreaking havoc on your precious main repo. Because clearly, the real danger in AI isn't sentient machines—it's those pesky hooks! 🙄🔧
https://fletch.sh/blog/git-worktrees-vs-clones-for-ai-agents/ #hooks #software #development #HackerNews #ngated -
🤖🎨 Oh joy, another 12-minute read on how #Git #worktrees won't protect you from your #rogue #AI #coding #agents that are hell-bent on wreaking havoc on your precious main repo. Because clearly, the real danger in AI isn't sentient machines—it's those pesky hooks! 🙄🔧
https://fletch.sh/blog/git-worktrees-vs-clones-for-ai-agents/ #hooks #software #development #HackerNews #ngated -
Git worktrees are not an isolation boundary for coding agents
https://fletch.sh/blog/git-worktrees-vs-clones-for-ai-agents/
Comments: https://news.ycombinator.com/item?id=49110389
#HackerNews #Git #worktrees #coding #agents #isolation #AI #agents #technology
-
Git worktrees are not an isolation boundary for coding agents
https://fletch.sh/blog/git-worktrees-vs-clones-for-ai-agents/
Comments: https://news.ycombinator.com/item?id=49110389
#HackerNews #Git #worktrees #coding #agents #isolation #AI #agents #technology
-
Git worktrees deserve a TUI too! 🐀
🌳 **gwm** — Git worktree manager with TUI workflows
⚡ Native libgit2 worktree ops, multi-repo mode, bootstrap hooks, daemon support & safety-first cleanup.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/kbrdn1/gwm-cli
-
Git worktrees deserve a TUI too! 🐀
🌳 **gwm** — Git worktree manager with TUI workflows
⚡ Native libgit2 worktree ops, multi-repo mode, bootstrap hooks, daemon support & safety-first cleanup.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/kbrdn1/gwm-cli
-
#Development #Introductions
A gentle introduction to Git worktrees · How they simplify parallel development https://ilo.im/16eivi_____
#Git #VersionControl #Worktrees #Branches #Productivity #Workflows #AI #WebDev #Frontend #Backend -
#Development #Introductions
A gentle introduction to Git worktrees · How they simplify parallel development https://ilo.im/16eivi_____
#Git #VersionControl #Worktrees #Branches #Productivity #Workflows #AI #WebDev #Frontend #Backend -
Organiser ses #worktrees dans Antigravity 2.0
https://dev.to/zenika/organiser-ses-worktrees-dans-antigravity-20-1oe3
-
Organiser ses #worktrees dans Antigravity 2.0
https://dev.to/zenika/organiser-ses-worktrees-dans-antigravity-20-1oe3
-
Oh look, another #groundbreaking #invention that promises to rescue us from the existential dread of using #Git #worktrees. 🎉 Apparently, "Rift" is here to save the day with a sprinkle of #AI #magic, because, you know, regular Git wasn't complicated enough. 🙄 Meanwhile, I'll be over here still trying to figure out what a "worktree" is. 🚀
https://github.com/anomalyco/rift #tech #news #software #development #HackerNews #ngated -
Oh look, another #groundbreaking #invention that promises to rescue us from the existential dread of using #Git #worktrees. 🎉 Apparently, "Rift" is here to save the day with a sprinkle of #AI #magic, because, you know, regular Git wasn't complicated enough. 🙄 Meanwhile, I'll be over here still trying to figure out what a "worktree" is. 🚀
https://github.com/anomalyco/rift #tech #news #software #development #HackerNews #ngated -
Rift: Better Alternative to Git Worktrees
https://github.com/anomalyco/rift
#HackerNews #Rift #Git #Worktrees #Alternative #Version #Control #Open #Source #GitHub
-
Rift: Better Alternative to Git Worktrees
https://github.com/anomalyco/rift
#HackerNews #Rift #Git #Worktrees #Alternative #Version #Control #Open #Source #GitHub
-
-
-
@caseyliss I just heard you on ATP discussing "cloning a repo multiple times" to do different work at the same time. #Worktrees (a #Git feature) might be helpful in some of these situations.
-
I think I remember having read about #git #worktrees in a remote past, but today I rediscovered them when Claude proposed it to work in parallel on multiple features:
https://www.geeksforgeeks.org/git/using-git-worktrees-for-multiple-working-directories/
It's actually a nice way of having multiple views of a given git repo. I used to do
git clone path/to/other/repo
and then do commit/push to/from these repos. But it was always a mess! Using `git worktrees` you can have this in a more ordered fashion!
-
I think I remember having read about #git #worktrees in a remote past, but today I rediscovered them when Claude proposed it to work in parallel on multiple features:
https://www.geeksforgeeks.org/git/using-git-worktrees-for-multiple-working-directories/
It's actually a nice way of having multiple views of a given git repo. I used to do
git clone path/to/other/repo
and then do commit/push to/from these repos. But it was always a mess! Using `git worktrees` you can have this in a more ordered fashion!
-
🍒 Cherry-pick commits easily with shift+c to copy and shift+v to paste. Create and manage #worktrees to work on multiple branches simultaneously. Custom command system for extending functionality beyond built-in features.
🎨 Visual commit graph showing relationships and author colors. Built-in support for #Gitflow workflow and branch management. Filter any view to quickly find what you need.
-
🍒 Cherry-pick commits easily with shift+c to copy and shift+v to paste. Create and manage #worktrees to work on multiple branches simultaneously. Custom command system for extending functionality beyond built-in features.
🎨 Visual commit graph showing relationships and author colors. Built-in support for #Gitflow workflow and branch management. Filter any view to quickly find what you need.
-
LLM Codegen go Brrr – Parallelization with Git Worktrees and Tmux
https://www.skeptrune.com/posts/git-worktrees-agents-and-tmux/
#HackerNews #LLM #Codegen #Tmux #Git #Worktrees #Parallelization
-
LLM Codegen go Brrr – Parallelization with Git Worktrees and Tmux
https://www.skeptrune.com/posts/git-worktrees-agents-and-tmux/
#HackerNews #LLM #Codegen #Tmux #Git #Worktrees #Parallelization
-
I don’t see anything (impacting me, anyway) different between #Git #Worktrees and just cloning the remote repo again, but for some reason I really like them.
-
I don’t see anything (impacting me, anyway) different between #Git #Worktrees and just cloning the remote repo again, but for some reason I really like them.
-
🤩 Discovered a great article on jj!
It explains how #jj was designed around concurrency to allow repo syncing. It treats #conflicts as first-class concepts to be resolved later and allows sparse #worktrees plus #undo on all repo operations.
Jujutsu is great for the wrong reason
by Allen Li:https://www.felesatra.moe/blog/2024/12/23/jj-is-great-for-the-wrong-reason
-
🤩 Discovered a great article on jj!
It explains how #jj was designed around concurrency to allow repo syncing. It treats #conflicts as first-class concepts to be resolved later and allows sparse #worktrees plus #undo on all repo operations.
Jujutsu is great for the wrong reason
by Allen Li:https://www.felesatra.moe/blog/2024/12/23/jj-is-great-for-the-wrong-reason
-
@matt @lee @sebastiaan #GitKraken are hosting a #Git #WorkTrees workshop next week https://gitkraken.wistia.com/live/events/wejp09knxo
-
@matt @lee @sebastiaan #GitKraken are hosting a #Git #WorkTrees workshop next week https://gitkraken.wistia.com/live/events/wejp09knxo
-
#GitKraken now supports #WorkTrees!
Ever wanted to work on multiple branches at once? #Git worktrees may be for you.
https://www.youtube.com/watch?v=grAsFn5yvjA -
#GitKraken now supports #WorkTrees!
Ever wanted to work on multiple branches at once? #Git worktrees may be for you.
https://www.youtube.com/watch?v=grAsFn5yvjA