スポンサードサーチ
Gitプロジェクトは、オープンソースのバージョン管理システムの最新版「Git 2.28」を、2020年7月27日にリリースしました。
Git 2.28

The open source Git project just released Git 2.28 with features and bug fixes from over 58 contributors, 13 of them new.
Highlights from Git 2.28
「Git 2.28」は、58を超えるコントリビューターからの機能とバグ修正があり、そのうち13が新規です。
When you initialize a new Git repository from scratch with
Highlights from Git 2.28git init
, Git has always created an initial first branch with the namemaster
. In Git 2.28, a new configuration option,init.defaultBranch
is being introduced to replace the hard-coded term.
git initを使用して新しいGitリポジトリを初期化すると、Gitは常にmasterという名前のブランチを作成します。「Git 2.28」では、新しい設定オプションとしてinit.defaultBranchが導入され、ハードコードされたを言葉を置き換えます。
Git 2.28 takes advantage of these optimizations to deliver a handful of sizeable performance improvements.
Highlights from Git 2.28
「Git 2.28」は、「Git 2.27」から導入された、commit-graph形式の拡張による最適化を利用して、いくつかのパフォーマンス改善を実現しています。
スポンサードサーチ