gitを使用していくつかのファイルをダウンロードしていますが、「gitinit」を実行しました。
git pull https://myusername:mypass@github.com/Test/test.git
今いる支店を変えたいということです。'master'から'mybranch'へ。私は実行git checkout 'mybranch'
していますが、これを取得しています:
error: pathspec 'mybranch' did not match any file(s) known to git.
エラーは何ですか?