mars / heroku-cra-node

⚛️ How to use create-react-app with a custom Node server on Heroku
MIT License
927 stars 226 forks source link

git mv -k [!react-ui]* react-ui/ #27

Closed tcpaul closed 6 years ago

tcpaul commented 6 years ago

git mv -k [!react-ui]* react-ui/

this does not work in zsh, I just switch to bash and it works

Some folks have reported problems with these commands. Sorry if they do not work for you, know that the point is to move everything in the repo into the react-ui/ subdirectory. Except for .git/ which should remain at the root level.

mars commented 6 years ago

This is a known challenge, as the README explains.

No need to open an issue about it.

tcpaul commented 6 years ago

sorry I was suggesting the readme should suggest switching to bash, maybe i can make a pull request instead

great job on these heroku cra repos though, very helpful

mars commented 6 years ago

I added a little note about using bash. Hopefully it will help more folks with this remarkably simple but challenging step 😅