On Thursday, February 21, 2013 at 2:33 PM, Tyler Romeo wrote:
I have an alternative question. Why is there "-b" in the options? Git should automatically create local branches when checking out a remote branch, i.e., doing git checkout REL1_20 should automatically create a branch with that name based on origin/REL1_20.
Only if you have branch.autosetupmerge configured to true
-- Ori Livneh