Git: How to checkout a tracked remote branch
git checkout --track -b <local branch> <remote>/<tracked branch>
Code in Design is the personal website of William Notowidagdo, where he blogs, infrequently, on various web development geekery. He works for Kiranatama, a Ruby on Rails outsourcing company.
git checkout --track -b <local branch> <remote>/<tracked branch>