Middle
Comment peut-on basculer vers une autre branche dans un système de contrôle de version tout en restant sur la branche actuelle?
sobes.tech IA
Réponse de l'IA
Используя git worktree.
# Создание новой рабочей копии ветки next_feature в директории ../next_feature_worktree
git worktree add ../next_feature_worktree next_feature