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.