コマンドラインに入力するgit checkout origin/master
と、最初に次のプロンプトが表示されます。
Deletion of directory 'dirname1/dirname2' failed. Should I try again? (y/n)
試行するたびにほとんど失敗するため、n を押してしまいます。次に、これを取得します。
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at c2850cd... - change description
私はgit branch
その後行いますが、ここに私が見るものがあります:
* (no branch)
remote/branchname
master
なぜそれをしているのですか?これを踏まえて origin/master にコミットするにはどうすればよいですか?