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存储库git init。 我愿意git branch。 问题:我期待看到一个分支,Master分支。但没有列出任何内容。为什么?
git
git init
git branch
Master
你应该提交任何东西——这将创建master分支。
master