ワンクリックで
spatie-version-control
// Apply Spatie's version control conventions when creating commits, branches, pull requests, or managing Git repositories; use for naming repos, writing commit messages, choosing branch strategies, and merging code.
// Apply Spatie's version control conventions when creating commits, branches, pull requests, or managing Git repositories; use for naming repos, writing commit messages, choosing branch strategies, and merging code.
Apply Spatie's JavaScript coding standards for any task that creates, edits, reviews, refactors, or formats JavaScript or TypeScript code; use for variable declarations, comparisons, functions, destructuring, and Prettier configuration to align with Spatie's JS conventions.
Apply Spatie's Laravel and PHP coding standards for any task that creates, edits, reviews, refactors, or formats Laravel/PHP code or Blade templates; use for controllers, Eloquent models, routes, config, validation, migrations, tests, and related files to align with Laravel conventions and PSR-12.
Apply Spatie's security guidelines when configuring applications, databases, or servers, or when reviewing code for security concerns; use for SSL setup, CSRF protection, password hashing, database permissions, and server hardening.
| name | spatie-version-control |
| description | Apply Spatie's version control conventions when creating commits, branches, pull requests, or managing Git repositories; use for naming repos, writing commit messages, choosing branch strategies, and merging code. |
| license | MIT |
| metadata | {"author":"Spatie"} |
Apply Spatie's Git and version control conventions for consistent repository management.
Use the main domain name in lowercase, without www:
spatie.behttps://www.spatie.be, www.spatie.be, Spatie.beInclude the subdomain in the repo name:
guidelines.spatie.bespatie.be-guidelinesUse kebab-case:
laravel-backup, spoonLaravelBackup, Spoonmain and develop branches.develop, not directly to main.develop.develop branch.main must come through feature branches.feature-mailchimp, fix-deliverycosts, updates-june-2016feature/mailchimp, random-things, developUpdate deps, Fix vat calculation in delivery costswip, commit, a lot, solidgit add -p for interactive staging to create granular commits.git merge <branch> --squash.git rebase (not merge).