So I am trying to fetch one of my repositories into my project but the files are not updating on my local machine.
git fetch TheCore <-- my Core on Github
returns saying nothing in terminal, just puts me back at prompt
No files have updated on my machine, still has old code.
My as12 projects remote repos:
origin https://github.com/mine/as12.git (fetch)
origin https://github.com/mine/as12.git (push)
thecore https://github.com/mine/TheCore.git (fetch)
thecore https://github.com/mine/TheCore.git (push)
So I am trying to fetch TheCore so it will update my local project with new code. Not sure why fetch is not working.