material-components/material-components-flutter-motion-codelab

Git command retrieves the `develop` branch

InMatrix opened this issue · 2 comments

On page three of the codelab, there is an option to download the starter app using this git command git clone https://github.com/material-components/material-components-flutter-motion-codelab.git. However, the resulting repo will be on the default develop branch, which has nothing but a readme file. I think this command needs to specify the starter branch instead.

@guidezpl I think the develop branch should be removed. It was replaced in favor of starter. The default branch should also be changed to starter so it is pulled by default.

Agreed, this has been fixed