I am trying to clone the most recent state (commit), and the initial state of the branch, and compare repositories.
I have cloned the most recent commit.
How can I clone the initial commit of the branch?
56557bc Project Created New Repo 2019‑04‑09
I have this string here which, I guess, is the commit hash :
https://bitbucket.org/xya/react-native/commits/56557bc9621b7d6e510c51be337fbc5800b65838
Should I git checkout 56557bc9621b7d6e510c51be337fbc5800b65838
and then clone the initial repository?
Does this hamper my recent commits?