http://kozyty.com/blog/2013/06/git-checkout-b-new_branch-track-remote_branch/
git checkout -B <new_branch> --track <remote>/<remote_branch>
- テスト環境などの開発自体を行わない環境
- 常に、最新のリモートブランチをチェックアウトしたい場合
めも
http://kozyty.com/blog/2013/06/git-checkout-b-new_branch-track-remote_branch/
git checkout -B <new_branch> --track <remote>/<remote_branch>
- テスト環境などの開発自体を行わない環境
- 常に、最新のリモートブランチをチェックアウトしたい場合
めも