Middle
Come si può passare a un altro ramo in un sistema di controllo versione, rimanendo sul ramo attuale?
sobes.tech AI
Risposta dell'AI
Используя git worktree.
# Создание новой рабочей копии ветки next_feature в директории ../next_feature_worktree
git worktree add ../next_feature_worktree next_feature