Gitコマンドでリポジトリを作成する方法

2021年12月7日

書式
git init ディレクトリのパス

操作例1
「cftdir」ディレクトリにリポジトリを作成する
git init cftdir

操作例2
ディレクトリを作成します
mkdir cftdir

作成したディレクトリに移動します
cd cftdir

リポジトリを作成します
git init

GitLab

Posted by arkgame