I have a repository that I cloned from somewhere a few months ago and I really should know where it is from had come. A 'GIT pulls' successfully and tells me that everything is fine, but I want to know the truth from where it is being investigated.
I have seen in the guit folder in general suspects, but nothing can be seen clearly. Anybody know where this upstream information has been kept?
Try:
Git remote -v
This information is actually stored in the .git / config
file.
Comments
Post a Comment