Changes

Jump to: navigation, search

DPS909 & OSD600 Fall 2019

548 bytes added, 14:18, 15 September 2019
Week 3
== Week 3 ==
 
* '''Introducing [http://git-scm.com/ git] and [https://github.com/ GitHub]'''
* '''Readings/Resources'''
*** [http://help.github.com/ Github documentation]
*** [https://desktop.github.com/ GitHub Desktop]
 
* '''Introducing [http://git-scm.com/ git] and [https://github.com/ GitHub]'''
** Content Addressable Filesystem and Snapshots
** Distributed: Local vs. Remote development
** .git directory
** Content Integrity, SHAs (Secure Hash Algorithm): <code>echo 'test content' | git hash-object --stdin</code>
** Blobs, Trees, and Commits
** Working Directory, Staging Area, Repository
** What do these commands really do?
*** <code>git clone url-to-git-repo</code>
*** <code>git add file.txt</code>
*** <code>git commit -m "Added file.txt"</code>
** Branches, <code>master</code>
** Remotes, <code>origin</code>, <code>upstream</code>
* Filing and Fixing a bug: a cookbook approach

Navigation menu