Skip to content

Instantly share code, notes, and snippets.

View dshendrickson's full-sized avatar

Dale Hendrickson dshendrickson

View GitHub Profile
@dshendrickson
dshendrickson / GitHubPullDown.md
Created March 15, 2016 01:24
GitHub Pull Down

GitHub Pull Down


Verify Web Server is Running and Accessible

  1. Start Apache:

$ sudo service httpd start

@dshendrickson
dshendrickson / GitHubPullDown.md
Last active March 26, 2016 23:18
GitHub Pull Down

GitHub Pull Down


Verify Web Server is Running and Accessible

  1. Start Apache:

$ sudo service httpd start

@dshendrickson
dshendrickson / accesssibilityCommitments.md
Last active October 3, 2016 17:12
Commitments to Code for Accessibility
  1. Run aXe on all websites to identify accessibility issues.

  2. Make websites with better use sematic html.

  3. Add alt tags to all images that I use on websites.

Proper Commit Messages

How to Write a Git Commit Message - Chris Beams

chris.beams.io/posts/git-commit/

The seven rules of a great git commit message

  1. Separate subject from body with a blank line.
  2. Limit the subject line to 50 characters.
  3. Capitalize the subject line.
  4. Do not end the subject line with a period.
  5. Use the imperative mood in the subject line. (Start the line with "Fix", "Add", "Change" instead of "Fixed", "Added", "Changed".
@dshendrickson
dshendrickson / Gist Remember
Last active June 21, 2017 17:30
To remember Gist
This is a test to remember gist.
More to add.