I’m new to git. I want to use this code:
https://github.com/TouchCode/TouchJSON/tree/feature/ARC
But, when I install it using git on my local machine
$ git submodule add git://github.com/TouchCode/TouchJSON.git
I can only see the master branch
$ git branch
* master
how do I use the feature/ARC branch?
Exactly like it should be:
Or