##背景
YouTubeで、Vuetifyのチュートリアルを学習しようと思った。動画投稿者が、githubにサンプルコードを載せてくれていた。それは、各lessonごとにbranchが切られていたので、ただgit cloneするだけだと、目的のファイルが入手できず、branchごとにcloneする必要があった。
これ→https://github.com/iamshaunjp/vuetify-playlist
方法
$ git clone -b ブランチ名 cloneのhttps
つまり
$ git clone -b git clone -b lesson-2 https://github.com/iamshaunjp/vuetify-playlist.git
です。