Skip to content

Instantly share code, notes, and snippets.

@kawilliams8
Forked from rwarbelow/mod_0_session_3_readings.md
Last active February 5, 2019 03:54
Show Gist options
  • Save kawilliams8/4fe7c103f33476ff4e0a248e97392a3f to your computer and use it in GitHub Desktop.
Save kawilliams8/4fe7c103f33476ff4e0a248e97392a3f to your computer and use it in GitHub Desktop.
Mod 0 Session 3 Readings

Session 3 Readings and Responses

The readings and responses listed here should take you approximately 20 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.

Slack Shortcuts and Features (10 min)

Use Google to go find at least one online resource detailing keyboard shortcuts and/or features that are built into Slack.

  • What resource(s) did you find? Paste them below:
  1. https://get.slack.help/hc/en-us/articles/217626598-Get-around-faster-with-keyboard-shortcuts
  • What are three Slack shortcuts and/or features that will contribute to your productivity?
  1. Click command + / to open the shortcut cheat sheet. Perfect for beginners!
  2. Hover over a message and click the three dots button. Choose remind me about this to set a timer for that message.
  3. Command + U to upload a file to share.

The idea of the staging area is frequently one of the trickiest concepts to wrap your head around when you're first learning git. Read the question and answers (or do your own Googling on the git staging area). Then, create your own metaphor comparing the staging area to something in real life.

  • Type your metaphor below:

I think I understand this concept, but will definitely benefit from seeing how a real team uses it to do their work. I'm picturing the staging area as a doctor's office: There are a bunch of people (files) there -- some have just arrived (new file), some are checked in and waiting on the doctor (staging, but waiting for the developer to finish something), some are just waiting for their family member (developer is waiting for another person's edits or has another priority task), and some are checking out at the receiption desk (saved/committed file).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment