Skip to content

Instantly share code, notes, and snippets.

@saberg1
Forked from damwhit/mod_0_session_3_readings.md
Last active January 12, 2021 21:25
Show Gist options
  • Save saberg1/2e70611825c0687ac5fa3239df62c3a7 to your computer and use it in GitHub Desktop.
Save saberg1/2e70611825c0687ac5fa3239df62c3a7 to your computer and use it in GitHub Desktop.
Mod 0 Session 3 Readings and Responses

Session 3 Readings and Responses

The readings and responses listed here should take you approximately 35 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Assignment 1 (20 min)

Read David's article on Git and GitHub

  • Use the article and outside resources (Google!) to describe the general process of a collaborative git workflow in the space below.

I'm working on a project with my team. We can make changes to the project and push up the changes to the document for all to see. Similarily if I'm no longer at work and home on my laptop, i could pull down the project and work on it from home, make changes and push it back up to the cloud for continous work anywhere.

Assignment 2 (17 min)

Read this article on git commit messages

  • Your key take-aways OR how you're going to implement specific points (minimum 2):
  • Be professional in the message
  • Be informative and simple is sometimes better
  • Try to start with a verb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment