== Work Trees == $ git worktree add -b \ fix ../tmp master $ pushd ../temp # ... hack hack hack ... $ git commit -a -m 'quick fix' $ popd $ rm -rf ../temp $ git worktree prune