Site in costruction

Exobrain

Home of inorganic intellectual chaos and unpolished content

Using Git Worktrees Effectively

Git worktrees

Can do with git worktree add

Problems: - Cant create directly - Directories

Solution:

Note: do not call your git directory .git or tools will detect as repo a directory that is not

set -o errexit

mkdir multihead.mgit && cd multihead.mgit git init --separate-git-dir=git main.wt

Too long

Bibliography