Changes

Jump to: navigation, search

DPS909 & OSD600 Fall 2019

139 bytes added, 11:09, 16 September 2019
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>** Blobs, Trees, and Commits
** Branches, <code>master</code>
** Blobs, Trees, and Commits
** Working Directory, Staging Area, Repository
** What do these commands really do?

Navigation menu