git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| <?php | |
| declare(strict_types=1); | |
| namespace App\Command\Migration; | |
| use Doctrine\Common\Persistence\ManagerRegistry; | |
| use Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager; | |
| use Doctrine\Migrations\Configuration\Migration\YamlFile; | |
| use Doctrine\Migrations\DependencyFactory; |
| <?php | |
| namespace libs\mysql; | |
| class PDODbImporter{ | |
| private static $keywords = array( | |
| 'ALTER', 'CREATE', 'DELETE', 'DROP', 'INSERT', | |
| 'REPLACE', 'SELECT', 'SET', 'TRUNCATE', 'UPDATE', 'USE', | |
| 'DELIMITER', 'END' | |
| ); |
| { | |
| "require": { | |
| "mfacenet/hello-world": "v1.*" | |
| } | |
| } |
| # remove specific file from git cache | |
| git rm --cached filename | |
| # remove all files from git cache | |
| git rm -r --cached . | |
| git add . | |
| git commit -m ".gitignore is now working" |
People
:bowtie: |
๐ :smile: |
๐ :laughing: |
|---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |
| # | |
| # Project specific excludes | |
| # | |
| tomcat | |
| # | |
| # Default excludes | |
| # |