設定
% git config --global user.name "Name"
% git config --global user.email "mail@example.com"
% git config --global color.ui auto
% git config --global user.email "mail@example.com"
% git config --global color.ui auto
リモートリポジトリの作成
% mkdir /REPODIR/project.git
% cd project.git
% git init --bare
% cd WHERE
% git clone /REPODIR/project.git project
% cd project.git
% git init --bare
% cd WHERE
% git clone /REPODIR/project.git project
0 件のコメント:
コメントを投稿