DEV Community

Discussion on: Deploying to gh pages with git subtree

Collapse
 
hardkoded profile image
Darío Kondratiuk

This guy here git subtree --split --prefix dist gh-pages
Shouldn't it be git subtree split --prefix dist gh-pages?

Collapse
 
letsbsocial1 profile image
Maria Campbell • Edited

You are absolutely right. I will edit here. Thanks for catching the error! Done!