人生100年!生涯エンジニア人生!

楽しいエンジニア人生!

git

Git 2.28.0 でdefault branchをmaster以外に変更する方法 init.defaultBranch を試す (2020年10月1日GitHubはdefault branchの強制変更)

git 2.28.0がリリースされた BLM運動に対応したgit 2.28.0がリリースされました。 github.blog gitのdefault branchを自由に変更できるという対応です。(他にも色々なバグフィックスもあります) gitのdefault branchはハードコーディングされているという…

GitHub ActionsのWarning messageを修正する

気にしてなかったけど GitHub Actionsで以下のようなWarning messageが出るようになった。 The "master" branch is no longer the default branch name for actions/checkout Please pin to a specific version or use "main". これはBLM運動により、GitHub…