Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RayRedGoose/6190660ff742e6c9656d589bc28ee5f6 to your computer and use it in GitHub Desktop.
Save RayRedGoose/6190660ff742e6c9656d589bc28ee5f6 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. View all keyboard shortcuts in Slack: cmd + /
  2. Open the Quick Switcher: cmd + K
  3. Go to the next / previous unread conversation: Option + Shift + Up / Option + Shift + Down

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: Staging area helps to organize and to split big project into pieces. It looks like bilding house. You can do small projects such as prepare construction site and pour foundation (first commit), construct rough framing (second commit), install walls (third commit), etc. Whithin one small project you do all necessary actions, correct mistakes and then finish it. Commit is finish of small project which can be united in bigger project or in final project.

Questions/Comments/Confusions

If you have any questions, comments, or confusions that you would an instructor to address, list them below:

@damwhit
Copy link

damwhit commented Jul 4, 2019

@RayRedGoose overall, nice work on this. Where does the staging area fit into your metaphor above?

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