Skip to content

Instantly share code, notes, and snippets.

View philspitler's full-sized avatar
💻
Coding all the things!

Phillip Spitler philspitler

💻
Coding all the things!
View GitHub Profile
@philspitler
philspitler / config.json
Created January 6, 2018 08:38 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",
@philspitler
philspitler / gist:118766e88dbb64208f9686331097ea85
Created January 24, 2017 17:30 — forked from olivierlacan/gist:4062929
Code School Screencasting Framework

Screencasting Framework

The following document is a written account of the Code School screencasting framework. It should be used as a reference of the accompanying screencast on the topic.

Why you should care about screencasting?

You're probably aren't going to take the time to read this document if you're not interested, but there are a lot of nice side effects caused by learning how to create quality screencasts.

  1. Communicating more effectively - At Envy Labs we produce screencasts for our clients all the time. Whether it's demoing a new feature or for a presentation for an invester, they're often much more effective and pleasent than a phone call or screen sharing.
Overall
- Missing $ at the beginning of some commands
Git Remove is confusing:
- Looks just like the examples you actually run, but you're not supposed to.
Using .gitignore to Ignore Files
- When you do touch tomatos.txt and then run git status, it doesn't show the banan.txt that is still in the folder
- Again, after adding tomatos.txt to the .gitignore file, further git statuses shows the banana.txt file needing to be dealt with