- add this to your .env
SESSION_DOMAIN=yourdomain.com
SANCTUM_STATEFUL_DOMAINS=yourdomain.com
SESSION_SECURE_COOKIE=false
| # Git commit message | |
| A commit message shows whether a developer is a good collaborator | |
| 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 | |
| 4. Do not end the subject line with a period | |
| 5. Use the imperative mood in the subject line | |
| - ie. Clean this, Close that | |
| 6. Wrap the body at 72 characters |
initialize git depository in the current directory
git init .
display the git remote/origin
cat .git/config
| export default [ | |
| "Reticulating splines...", | |
| "Generating witty dialog...", | |
| "Swapping time and space...", | |
| "Spinning violently around the y-axis...", | |
| "Tokenizing real life...", | |
| "Bending the spoon...", | |
| "Filtering morale...", | |
| "Don't think of purple hippos...", | |
| "We need a new fuse...", |
| $ cd ~/.config/ExpanDrive | |
| alter file ExpanDrive7.ExpanDriveLicense | |
| <key>in_trial</key> | |
| <string>true</string> | |
| to | |
| <key>in_trial</key> | |
| <string>false</string> |