🦔Git 2.23でswitchを使ったリモートブランチのcheckout方法2022/03/22に公開2022/04/12GitGitHubtech 方法 fetchでリモートブランチを取得。 $ git fetch remote branch を確認。 $ git branch -r origin/develop origin/main switchでリモートブランチをcheckout $ git switch develop M prisma/ERD.svg M prisma/schema.prisma Already on 'develop' Your branch is up to date with 'origin/develop'. 参考 https://stackoverflow.com/questions/1783405/how-do-i-check-out-a-remote-git-branch Discussion
Discussion