Changes

Jump to: navigation, search

DPS909 & OSD600 Fall 2019

61 bytes added, 14:26, 15 September 2019
Week 3
** .git directory
** Content Integrity, SHAs (Secure Hash Algorithm): <code>echo 'test content' | git hash-object --stdin</code>
** Branches, <code>master</code>
** Blobs, Trees, and Commits
** Working Directory, Staging Area, Repository
*** <code>git clone url-to-git-repo</code>
*** <code>git add file.txt</code>
*** <code>git status</code>
*** <code>git rm file.txt</code>
*** <code>git commit -m "Added file.txt"</code>
** Branches, <code>master</code>
** Remotes, <code>origin</code>, <code>upstream</code>

Navigation menu