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。 問題: 1 つのブランチ、ブランチが表示されることを期待していましたMaster。しかし、何も記載されていません。なんで?
git
git init
git branch
Master
何でもコミットする必要があります-それはmasterブランチを作成します。
master