Skip to content

Instantly share code, notes, and snippets.

@BrandyMello
Forked from rwarbelow/mod_0_session_3_readings.md
Last active February 5, 2019 21:03
Show Gist options
  • Save BrandyMello/973f3195b0a91f975ef33552c14d0a13 to your computer and use it in GitHub Desktop.
Save BrandyMello/973f3195b0a91f975ef33552c14d0a13 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/201374536-Slack-keyboard-shortcuts
  • What are three Slack shortcuts and/or features that will contribute to your productivity? I checked out some other sites but they were much more advanced lists, I think this will be a good starting point.
  1. Search current channel or conversation (command f) 2.Previous channel or DM OR Next channel or DM (option up or down arrows)
  2. Open or close right pane (command .)

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: When you hand wash dishes, you place them on a drying pad or a drying rack (the staging area). Before you (commit)put them in or on their drawer or shelf, you dry and check to see if you missed anything and need to rewash. If they are clean and dry, they go in the drawer or on the shelf.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment