Closed ghost closed 4 years ago
@donghwipark it looks like this conflicts with the changes I needed to make with the last PR.
Can you run these commands:
git remote add upstream git://github.com/gulpjs/gulpjs.github.io
git fetch upstream
git reset upstream/source --hard
git cherry-pick 77a964d
git push origin source --force
This will pull in all the changes in the main project and then "cherry-pick" the changes you just added. Then it will have you force push to overwrite the conflict here. I tested this locally and it shouldn't cause any conflicts for you.
@phated Thank you Blaine the Github worked and please check the code.