Created
September 12, 2016 15:21
-
-
Save mikeryan776/9c62a3bb90b630e4fb1b7e3bd8907d0d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| migrate_plus$ git pull | |
| Already up-to-date. | |
| migrate_plus$ git status | |
| On branch 8.x-2.x | |
| Your branch is up-to-date with 'origin/8.x-2.x'. | |
| nothing to commit, working directory clean | |
| migrate_plus$ git apply -v ~/tmp/properly_integrate-2752335-18.patch | |
| Checking patch migrate_plus.info.yml... | |
| Checking patch migrate_plus.module... | |
| Checking patch migrations/migration_config_deriver.yml... | |
| Checking patch src/Plugin/MigrationConfigDeriver.php... | |
| Checking patch src/Plugin/MigrationConfigEntityPluginManager.php... | |
| Applied patch migrate_plus.info.yml cleanly. | |
| Applied patch migrate_plus.module cleanly. | |
| Applied patch migrations/migration_config_deriver.yml cleanly. | |
| Applied patch src/Plugin/MigrationConfigDeriver.php cleanly. | |
| Applied patch src/Plugin/MigrationConfigEntityPluginManager.php cleanly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment