Ground Sunlight

Windowsで作る - PHPプログラミングの開発環境

ユーザ用ツール

サイト用ツール


github:collaborator

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
github:collaborator [2020/06/30 15:56]
y2sunlight [コラボレータの招待]
github:collaborator [2020/07/03 14:48] (現在)
y2sunlight [GitHub コラボレータの招待]
行 1: 行 1:
-> 編集中 
- 
----- 
- 
 ====== GitHub コラボレータの招待 ====== ====== GitHub コラボレータの招待 ======
  --- //[[http://www.y2sunlight.com|y2sunlight]] 2020-06-29//  --- //[[http://www.y2sunlight.com|y2sunlight]] 2020-06-29//
行 21: 行 17:
   * [[github:basic|GitHub Eclipseによるリポジトリの基本操作]]   * [[github:basic|GitHub Eclipseによるリポジトリの基本操作]]
   * [[github:branch|GitHub Eclipseによるブランチの操作]]   * [[github:branch|GitHub Eclipseによるブランチの操作]]
 +  * [[github:release|GitHub タグとリリースの作成]]
   * GitHub コラボレータの招待   * GitHub コラボレータの招待
-  * [[github:public|GitHub コードの公開]]+  * [[github:publish|GitHub ソースコードの公開]]
  
 リンク リンク
行 33: 行 30:
 ===== コラボレータの招待 ===== ===== コラボレータの招待 =====
  
-リポジトリ( 本章では、hello-worldを使います )に移動します。まだ表示していない場合は、ダッシュボードの左サイドバーから hello-world を選択して下さい。+==== コラボレータに招待を送る ==== 
 + 
 +リポジトリ( 本章では、hello-worldを使います )に移動します。まだ表示していない場合は、ダッシュボードの左サイドバーから目的のリポジトリを選択して下さい。
  
-リポジトリ( hello-world )画面の[Settings]タブを選択した後、左サイドバーで[Manage access]を選択します。+リポジトリ画面の[Settings]タブを選択した後、左サイドバーで[Manage access]を選択します。
  
 [{{:github:collaborator:github-collaborator01.png?nolink|}}] [{{:github:collaborator:github-collaborator01.png?nolink|}}]
-■ \\ +■ 右の緑色の[Invite a collaborator]ボタンを押します。\\ 
-+
  
-[{{:github:collaborator:github-collaborator02.png?nolink|}}] +[{{:github:collaborator:github-collaborator02a.png?nolink|}}] 
-■ \\ +■ 招待するコラボレータのユーザ名を入力します(フルネームやメールアドレスでも可)。\\  
-+■ 検索結果が表示されるので、目的の人を選択します。 
 + 
 +[{{:github:collaborator:github-collaborator02b.png?nolink|}}] 
 +■ [Add {ユーザ名} to {リポジトリ名}]ボタンを押して下さい。
  
 [{{:github:collaborator:github-collaborator03.png?nolink|}}] [{{:github:collaborator:github-collaborator03.png?nolink|}}]
-■ \\ +■ コラボレータリストに招待したユーザが追加されます。\\  
-+■ この時、このユーザにはGitHubからメールが送信されています。
  
 \\ \\
  
 +==== オーナーから招待を受け取る ====
  
-==== コラボレータに招待を送る ====+招待されたユーザにメールが届きます。
  
-==== オーナーから招待を受け取る ====+[{{:github:collaborator:github-collaborator04.png?nolink|}}] 
 +■ 中央の[View Invitation]ボタンを押して下さい。 \\ 
 + 
 +ブラウザが開き、招待者画面が表示されます。 
 + 
 +[{{:github:collaborator:github-collaborator05.png?nolink|}}] 
 +■ 招待を受け入れる為に、[Accept invitation]ボタンを押します。 
 + 
 +[{{:github:collaborator:github-collaborator06.png?nolink|}}] 
 +[{{ :github:collaborator:github-collaborator07.png?nolink|}}] 
 +■ 受け入れると、招待されたリポジトリ( 本章では、hello-world )画面が表示されます。\\ \\   
 +また、右図のように、招待されたユーザのダッシュボードの左サイドバーには、招待されたリポジトリが表示されるようになります。 \\ \\  
 + 
 +この時、招待した(リポジトリのオーナ)側の[Settings][Manage access]画面は、以下のように、コラボレタが招待を許諾した状態になっています。 
 +[{{:github:collaborator:github-collaborator08.png?nolink|}}] 
 + 
 +\\
  
 ==== 個人リポジトリでのコラボレーターの権限 ==== ==== 個人リポジトリでのコラボレーターの権限 ====
  
-の権限については、以下ご覧ください。+個人リポジトリでコラボレーター主要な権限には以下のものがあります。 
 + 
 +  * リポジトリに関する権限 
 +    * プッシュ (書き込む)、プル (読み取る)、フォーク (複写) 
 + 
 +  * プルリクエストに関する権限 
 +    * オープン、マージ、クローズ 
 + 
 +  * イシュ―に関する権限 
 +    * オープン、再オープン、割り当て 
 + 
 +  * コミット、プルリクエスト、イシュ―に対するコメントの編集と削除 
 +  * [[https://help.github.com/ja/github/administering-a-repository/managing-releases-in-a-repository|リリース]]の作成と編集 
 +  * [[https://help.github.com/ja/github/building-a-strong-community/documenting-your-project-with-wikis|Wiki]]の作成と編集 
 +  * [[https://help.github.com/ja/packages/publishing-and-managing-packages|パッケージ]]を公開、表示、インストールする 
 +  * [[https://help.github.com/ja/github/building-a-strong-community/locking-conversations|会話のロック]] 
 + 
 +その他のについては、以下ご覧ください。
  
   * [[https://help.github.com/ja/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository#collaborator-access-on-a-repository-owned-by-a-user-account|ユーザーアカウントが所有しているリポジトリに対するコラボレーターアクセス権]] --- GitHubヘルプ   * [[https://help.github.com/ja/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository#collaborator-access-on-a-repository-owned-by-a-user-account|ユーザーアカウントが所有しているリポジトリに対するコラボレーターアクセス権]] --- GitHubヘルプ
 +
 +このように、個人リポジトリでのコラボレーターの権限は画一的で、もう少しきめの細かい権限設定を望んでいる場合は、[[https://help.github.com/ja/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization|Organization]]のリポジトリでの運用を推奨します。
 +
 +\\
  
 ===== コラボレータを削除する ===== ===== コラボレータを削除する =====
-> TODO + 
-https://help.github.com/ja/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository+リポジトリ( 本章では、hello-worldを使います )に移動します。まだ表示していない場合は、ダッシュボードの左サイドバーから目的のリポジトリを選択して下さい。 
 + 
 +リポジトリ画面の[Settings]タブを選択した後、左サイドバーで[Manage access]を選択します。 
 + 
 +[{{:github:collaborator:github-collaborator08.png?nolink|}}] 
 +■ 削除するコラボレータの右にある[ごみ箱]アイコンをクリックして下さい。 
 + 
 +\\
  
 ===== コラボレータから離脱する ===== ===== コラボレータから離脱する =====
-> TODO 
-https://help.github.com/ja/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository 
  
-===== インタラクションの制限 ===== +コラボレーが自らコボレータを離脱するには以下のようにします。 
-> TODO + 
-https://help.github.com/ja/github/building-a-strong-community/limiting-interactions-in-your-repository+画面右上の[アイコ]メニューから[Settings]を選択し、[Personal settings]中から[Repositories]を選択します。 
 + 
 +[{{:github:collaborator:github-collaborator09.png?nolink|}}] 
 +■ コラボレータになっているリポジトリの[Leave]ボタンを押して下さい。\\ 
  
 \\ \\
 +
  
github/collaborator.1593500163.txt.gz · 最終更新: 2020/06/30 15:56 by y2sunlight