-
基本的には
private
設定にする。 -
コマンドで、リポジトリ作成したいディレクトリに移動する(cd)。
-
下記コマンドを実行
git init git add * git commit -m "first commit" git remote add origin git@github.com:自分のユーザー名/リポジトリ名(git上と合わせる) git push -u origin master
-
Settings -> Collaboratorsから、共有したいユーザーを追加
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme