667
edits
Changes
→Week 3
** Distributed: Local vs. Remote development
** .git directory
** Content Integrity, SHAs (Secure Hash Algorithm): *** <code>git init</code>*** <code>echo 'test content' | git hash-object -w --stdin</code>*** <code>ls .git/objects</code>*** <code>git cat-file -p d670460b4b4aece5915caf5c68d12f560a9fe3e4</code>
** Branches, <code>master</code>
** Blobs, Trees, and Commits