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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AL": "Alabama", | |
"AK": "Alaska", | |
"AS": "American Samoa", | |
"AZ": "Arizona", | |
"AR": "Arkansas", | |
"CA": "California", | |
"CO": "Colorado", | |
"CT": "Connecticut", | |
"DE": "Delaware", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
- 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