Context switching is the #1 thief of your time๐Ÿ•ต๏ธโ€โ™‚๏ธ๐Ÿ’ธ

Youโ€™re mid-feature when a critical production bug hits. Your options?
1. git stash
2. git clone a second copy
3. Use Worktrees

#Worktrees are the most underutilized power feature in #Git. They allow you to have multiple branches checked out simultaneously in different folders, all linked to the same local database.

Are you a one branch at a time #developer, or have you discovered the freedom of a Worktree workflow? ๐Ÿ‘‡

#SmartGit #DevOps

#Worktrees sind das coolste #Git-Feature ever!

BOOTOSHI (@KingBootoshi)

git worktrees๋ฅผ ์“ฐ๊ธฐ ์‹ซ์–ดํ•ด ์ปค๋ฐ‹ ์—†์ด ๋ณ‘๋ ฌ๋กœ ์ž‘์—…ํ•˜๋Š” ์›Œํฌํ”Œ๋กœ์šฐ ๋•Œ๋ฌธ์— ์ฝ”๋“œ๋ฆฌ๋ทฐ๊ฐ€ ์–ด๋ ค์›Œ์กŒ๊ณ , ํŠนํžˆ codex ์—์ด์ „ํŠธ๋“ค๊ณผ ํ•จ๊ป˜ ์ž‘์—…ํ•˜๋ฉด์„œ ๋ฌธ์ œ ๋ฐœ์ƒ. ์ด๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•ด Claude๊ฐ€ ๋กœ๋“œ๋˜๋„๋ก ํ•˜๋Š” ์•ฑ๊ณผ ์Šคํ‚ฌ์„ ๋งŒ๋“ค์–ด ์›Œํฌํ”Œ๋กœ์šฐ ๊ฐœ์„ ์„ ์‹œ๋„ํ–ˆ๋‹ค๋Š” ๊ฐœ๋ฐœ ๋…ธํŠธ.

https://x.com/KingBootoshi/status/2022432695553581411

#git #worktrees #codex #claude #agents

BOOTOSHI ๐Ÿ‘‘ (@KingBootoshi) on X

ANOTHER DAY OF SLOP SORCERY i don't like working in git worktrees, so i parallelize work without commits like a mfer usually this makes code review hell, especially because i work with a ton of codex agents that cc manages so i created an app + skill that let's claude load

X (formerly Twitter)
@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.

OpenAI Developers (@OpenAIDevs)

Codex ์•ฑ์„ ํ™œ์šฉํ•œ ๋ฉ€ํ‹ฐํƒœ์Šคํ‚น ์‚ฌ๋ก€์ž…๋‹ˆ๋‹ค. @joey_trasatti๊ฐ€ worktrees๋ฅผ ์ด์šฉํ•ด ์—ฌ๋Ÿฌ ๊ธฐ๋Šฅ์„ ๋ณ‘ํ–‰ ๊ฐœ๋ฐœํ•˜๋ฉด์„œ ๋ธŒ๋žœ์น˜ ๊ฐ„ ์ „ํ™˜ ์‹œ ์ž‘์—… ์ปจํ…์ŠคํŠธ์™€ ์ง„ํ–‰ ์ƒํ™ฉ์„ ์žƒ์ง€ ์•Š๊ณ  ํšจ์œจ์ ์œผ๋กœ ์ „ํ™˜ํ•˜๋Š” ์›Œํฌํ”Œ๋กœ์šฐ๋ฅผ ๊ณต์œ ํ•ฉ๋‹ˆ๋‹ค. ๊ฐœ๋ฐœ ์ƒ์‚ฐ์„ฑ ๋ฐ ๋ถ„๊ธฐ๋ณ„ ์ž‘์—… ๋ณ‘ํ–‰ ๋ฐฉ์‹์— ๋Œ€ํ•œ ์‹ค์šฉ์  ํŒ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.

https://x.com/OpenAIDevs/status/2018460514482053427

#codex #multitasking #workflows #worktrees #developer

OpenAI Developers (@OpenAIDevs) on X

Here's we multitask with the Codex app @joey_trasatti shares how he works on multiple features in parallel using worktrees, switching between tasks without losing context or progress

X (formerly Twitter)

Git Worktrees are the ultimate multitasking hack ๐Ÿง ๐Ÿ”€

SmartGit 26.1 Preview gives you full visual control over them:

๐Ÿ‘€ Instant State Indication: See which Worktrees are "Clean" vs. "Modified" at a glance.
โœ‹ Drag & Drop: Organize clean worktrees effortlessly.

Multitask without the mess!

#Git #Worktrees #SmartGit #DevProductivity #Coding #DevOps

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!

Using Git Worktrees for Multiple Working Directories - GeeksforGeeks

Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.

GeeksforGeeks
Jujutsu worktrees are very convenient! | Shaddy's

A place to dump thoughts

Shaddy's
cdzombak/newt at dzombak.com

"Manage Git worktrees with ease. newt is a simple wrapper around Git worktrees that automatically organizes them in a .newt/ directory, provides merge status tracking, and handles deletion."

https://github.com/cdzombak/newt?ref=dzombak.com

#dev #git #worktrees
GitHub - cdzombak/newt at dzombak.com

Git worktree manager. Contribute to cdzombak/newt development by creating an account on GitHub.

GitHub

๐Ÿ’ 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.