- Git with credential manager
- Do not add GitHub account to SourceTree
- Create new token in https://github.com/settings/tokens
- Select "repo" scope
- Create token and copy it to clipboard
Short (72 chars or less) summary
More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).
Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages
# 301 redirect one domain to another | |
Options +FollowSymLinks | |
RewriteEngine On | |
RewriteRule ^(.*)$ http://www.__DOMAIN.what__/$1 [R=301] | |
# Nice URLS PHP .htaccess | |
RewriteEngine On | |
RewriteCond %{REQUEST_FILENAME} !-f |
{ | |
"AL": "Alabama", | |
"AK": "Alaska", | |
"AS": "American Samoa", | |
"AZ": "Arizona", | |
"AR": "Arkansas", | |
"CA": "California", | |
"CO": "Colorado", | |
"CT": "Connecticut", | |
"DE": "Delaware", |