Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Git を初めて使用するので、これは良い質問ではないかもしれません。
リモートオリジンには META ブランチがありますが、これは通常 Git リポジトリで見つけられるものですか? それは何のために使用されますか?
いいえ。通常、このようなブランチは存在しません。
プレーンを実行するgit initと、作成されるブランチはmaster.
git init
master