@TeaDrivenDev Okay, I'm done with worktrees. They're just not fully baked in terms of tooling. #git #worktree
Use `git worktree` with DDEV to run multiple versions of the same site

With git worktree it's easy to have multiple versions of your Drupal project checked out into different directories.And DDEV has a special feature to let you have the name of the project be determined by the directory it's in.So you can have the same git repository checked out 5 places and all 5 of them (with different features or bugs or whatever) running at the same time.This is surprisingly easy and pretty mature stuff. Take a moment with it and we'll have fun!See Slides and you might like Mark Labrecque's Workspace Manager .

Florida DrupalCamp
git worktreeを使用した開発の個人的詰まりポイント - Qiita

1. はじめに 実装タスクをAIに投げている間、別のタスクを進めたいというニーズがあります。 しかし、そのたびにブランチを切り替えるのは不便です。 そこで便利なのが git worktree です。 git worktree は、ブランチを切り替えるのではなく、別ディレク...

Qiita

Прощай Cursor

Claude добавил новую фичу в десктопной версии. А именно, в интерфейсе появилась третья закладка - Code. Главное нововведение - это возможность подключать код проекта прямо в чат и работать с ним без копипаста.

https://habr.com/ru/articles/1003310/

#claude_code #Cursor #claude_opus_46 #claude_sonnet_46 #Slash_commands #worktree #CLAUDEmd_файл

Прощай Cursor

Claude добавил новую фичу в десктопной версии. А именно, в интерфейсе появилась третья вкладка - Code. Даю её скрин, чтобы была видна общая картина.  Общий вид вкладки Code Код проекта...

Хабр
Are you working with git worktrees? I made small utility to help me working with them https://github.com/abtris/worktree-util maybe will be useful for someone else too. #git #worktree #tui
GitHub - abtris/worktree-util: Simple utility for working with git worktree

Simple utility for working with git worktree. Contribute to abtris/worktree-util development by creating an account on GitHub.

GitHub

[Show GN: Grovr - Git Worktree를 쉽게 관리할 수 있는 데스크톱 애플리케이션

Grovr는 Git Worktree를 관리하기 위한 MacOS 전용 데스크톱 애플리케이션으로, Worktree 리스트 시각화, IDE 연동, Jira/GitHub 연동, 브랜치명 자동 추출 등 기능을 제공합니다.

https://news.hada.io/topic?id=26029

#git #worktree #devtool #productivity #developer

Grovr - Git Worktree를 쉽게 관리할 수 있는 데스크톱 애플리케이션

<p>AI로 여러 작업을 병렬로 진행하시는 분들은 Git Worktree를 많이 활용하실 텐데요.</p> <p>근데 Worktree가 많아지면 관리가 어려워집니다. 어...

GeekNews
Git #worktree allows developers to work on multiple branches simultaneously without stashing changes or switching contexts. You can switch between branches by changing directories. BONUS: Worktrees are a great way to work with AI Agents, too.

I use #Git. A feature of Git I leverage heavily is #Worktree. I usually have at least four around at a time. For small tasks, sure, a simple branch and then switch back, but bigger things: a worktree.

Making a worktree is actually annoying for me: not just the upfront decisions about branches and start points and where to put the new directory (and also immediately `cd`ing there: but getting all the #submodules (submodules suck by the way), hooking up `.envrc` if you use #Direnv (and you should be), which should then set up your virtual environment and path and stuff. Clone isn’t quite as bad but has some of the same problems.

I do this so often, I wrote a script. It might be useful to others with this workflow. It’s opinionated, and therefore I could really use some feedback! What did I do right? What did I do that’s only right for me? What is totally missing?

The script is stand-alone, though you do need #UV. (You don’t even need Python! `uv` will transparently get you everything!) Just download this one Python file, and get it on your `$PATH`. If you want the additional `cd` behavior, then add the shell function, too as described in the `README`. Everything is tested. The tests are right there, too.

https://github.com/wolf/dotfiles/blob/main/git/dot-config/git/bin/make-worktree.py

The `README.md` is right next to it.

I **do** see one thing I’m missing: I need to provide a way to automatically copy in your custom stuff. I’ll add that today.

dotfiles/git/dot-config/git/bin/make-worktree.py at main · wolf/dotfiles

Contribute to wolf/dotfiles development by creating an account on GitHub.

GitHub

Вы больше не новичок в Git. Повышаем квалификацию с помощью 7 команд

Каждому разработчику когда-нибудь приходилось срочно переключаться между ветками, восстанавливать потерянный коммит или аккуратно вырезать одно исправление. Это можно делать примитивно с помощью базовых команд Git, но настоящий профессионал отличается от любителя тем, что применяет самые оптимальные решения, тем самым экономит время и нервы. О таких решениях поговорим далее в статье.

https://habr.com/ru/companies/ruvds/articles/978320/?utm_source=habrahabr&utm_medium=rss&utm_campaign=978320

#git #github #git_команды #гит #фичи #worktree #tig #алиас #git_rebase #ruvds_статьи

Вы больше не новичок в Git. Повышаем квалификацию с помощью 7 команд

Каждому разработчику когда-нибудь приходилось срочно переключаться между ветками, восстанавливать потерянный коммит или аккуратно вырезать одно исправление. Это можно делать примитивно с помощью...

Хабр

Вы больше не новичок в Git. Повышаем квалификацию с помощью 7 команд

Каждому разработчику когда-нибудь приходилось срочно переключаться между ветками, восстанавливать потерянный коммит или аккуратно вырезать одно исправление. Это можно делать примитивно с помощью базовых команд Git, но настоящий профессионал отличается от любителя тем, что применяет самые оптимальные решения, тем самым экономит время и нервы. О таких решениях поговорим далее в статье.

https://habr.com/ru/companies/ruvds/articles/978320/

#git #github #git_команды #гит #фичи #worktree #tig #алиас #git_rebase #ruvds_статьи

Вы больше не новичок в Git. Повышаем квалификацию с помощью 7 команд

Каждому разработчику когда-нибудь приходилось срочно переключаться между ветками, восстанавливать потерянный коммит или аккуратно вырезать одно исправление. Это можно делать примитивно с помощью...

Хабр