GIT confusion with restKit
问题 So i am learning to ever so slowly use git to get me the latest update of RestKit as the old version has retain cycles...fair enough HOWEVER, when i pull using the gitHub Client it does not give me the AFNetworking files, which i was then told use the command git submodule update --init --recursive which i do, problem is that i noticed that after running that i run git submodule status It has taken me off the master branch and put the HEAD back in thus reverting me to old stuff. and hence