Gitコマンドでリポジトリを作成する方法
書式
git init ディレクトリのパス
操作例1
「cftdir」ディレクトリにリポジトリを作成する
git init cftdir
操作例2
ディレクトリを作成します
mkdir cftdir
作成したディレクトリに移動します
cd cftdir
リポジトリを作成します
git init
Coding Changes the World
書式
git init ディレクトリのパス
操作例1
「cftdir」ディレクトリにリポジトリを作成する
git init cftdir
操作例2
ディレクトリを作成します
mkdir cftdir
作成したディレクトリに移動します
cd cftdir
リポジトリを作成します
git init