I need to find the "most probable" ancestor of a branch in Git.
Say: I had a repository with a develop
branch that evolved. At one time in the past (I don't know when exactly), a clone was made and a copy was taken out. The .git/
folder was deleted and a new repository started and pushed to a different server.
Today also this second repository has evolved.
How can I find that specific common ancestor on the "first" server and to add, starting there, as a new branch, the master branch of my second repository?