We are performing the following
git checkout copy_from_branch
git checkout branch_getting_changed
git reset --hard origin/copy_from_branch
Now, branch_getting_changed
becomes exact copy of copy_from_branch
in terms of commits.
Since they are exact copies, we are not able to check the TIMESTAMP
of exactly when the reset action was performed on the branch_getting_changed
.