0

Suppose I clone a repository from some remote r, perform a commit, and push the changes up to r. Is the SHA1 hash of the new commit node the same in r as it is in my repository?

Evan Aad
  • 5,699
  • 6
  • 25
  • 36

1 Answers1

0

Once you push? Yes. IDs would be the same (and, therefore, their content and history).

eftshift0
  • 26,375
  • 3
  • 36
  • 60