Check your Git config settings to ensure you have the right name/email for your committing process.
git config --get-regexp user
| <?php | |
| /** | |
| * Convert d7 media to Backdrop media | |
| * | |
| * bee php-script convert-d7media2backdrop.php | |
| * | |
| * @todo add batching. | |
| */ |
| <?php | |
| /** | |
| * Convert Field Collection to Paragraphs | |
| * | |
| * bee php-script convert-fc2p.php | |
| * | |
| * @todo add batching. | |
| * | |
| * - Both field_collection and paragraphs need to be enabled. |
| # Opinionated Lando + Backdrop + XDebug sandbox configuration file. | |
| name: sandbox | |
| # Use existing Backdrop recipe, then customise below. | |
| recipe: backdrop | |
| config: | |
| # Where Backdrop resides, relative to this file. | |
| webroot: web | |
| # Prefer MariaDB over MySQL. |