バージョンアップ トゥ 2.0.0
2023年1月29日 13時13分 [公星]
Connect-CMS v2.0.0 にアップデートしようとして、
通常の手順どおりに
(2) git pull
(3) git checkout v2.0.0
の3つをしたところ、(3)のコマンド操作で次の結果が表示されました。
Note: switching to 'v2.0.0'.
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
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at ff435fbd Update CC ver.2.0.0
[質問1]
何かしないといけない気がするのですが( git switch ~ とか)、
「(想像で言いますが)active branches から『 2.x 』にあたるものを指定する」など、
ユーザーが知っておかなければならない操作はありますか?
[質問2]
Connect-CMSのバージョン2系を使用するに伴い、
今後の アップデート操作で注意すべき事柄は発生しますか?
言い換えると、Wikiに記載してあるgitコマンドを転記すれば、
2系のアップデートはできますか?
--- ---
Gitの概念が私には難しく、ご迷惑をおかけします。
ここでお伺いしてもよろしいでしょうか。よろしくお願いします。