What would I use git-worktree for?

前端 未结 10 1192
不知归路
不知归路 2020-11-27 10:18

I read Github\'s post on git-worktree. They write:

Suppose you\'re working in a Git repository on a branch called feature, when a user re

10条回答
  •  我在风中等你
    2020-11-27 10:31

    My absolute favorite and probably the most common use-case where everyone should use git worktree is reviewing the pull requests of team-mates, while still working on your changes in the main worktree.

提交回复
热议问题