0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

GitHubのリポジトリを共有する方法

Last updated at Posted at 2021-08-16

はじめに

私がプログラミング学習を始めたばかりの頃、インストラクターとともにアプリを作成していたのですが、その中で当たり前のようにGitHubのリポジトリを共有するよう言われ、どうやって??と思ったことを鮮明に覚えています。

今回は、GitHubでリポジトリを作成している前提で、リポジトリの共有方法について話を進めていきます。

リポジトリの共有方法

1)共有したいリポジトリを選択

2)Settingsをクリック

3)画面左側にあるOptionsの中のManage accessをクリック

4)invite a collaboratorボタンをクリック

5)Search by username, full name, or emailと書かれた検索ボックスが出てくるので、 それにしたがって招待したい相手を検索する

6)相手が見つかったら、選択してSelect a collaborator aboveボタンをクリック

7)すると、相手にメールが届く

8)招待された側がInvitationしてCloneを行えば共有完了!!

おわりに

一度やれば大丈夫だとは思いますが、期間が空いてやり方を忘れてしまわないよう、備忘録として残しておきます。

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?