LoginSignup
0
0

More than 1 year has passed since last update.

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 switching back to a branch.

Posted at
Note: switching to 'v5.5.28'.

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 switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at f4cba4f2 Merge branch 'master' of github.com:laravel/laravel
注: 「v5.5.28」に切り替えます。

あなたは「切り離された頭」の状態にあります。 あなたは周りを見回して、実験的にすることができます
変更してコミットし、この中で行ったコミットを破棄できます
ブランチに戻すことで、ブランチに影響を与えずに状態を維持します。

作成したコミットを保持するために新しいブランチを作成したい場合は、
スイッチコマンドで -c を使用して、(今または後で) そうします。 例:

   git switch -c <新しいブランチ名>

または、次のコマンドでこの操作を元に戻します:

   git スイッチ -

構成変数の advice.detachedHead を false に設定して、このアドバイスをオフにします

HEAD は現在、github.com:laravel/laravel の f4cba4f2 Merge ブランチ 'master' にあります。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0