リポジトリを作成してチームメイトを追加する
Disclaimer: The following section of this tutorial outlines the steps of adding a reviewer (or team member) to your pull request, so you can collaborate on your code on Bitbucket Cloud. If you are not working with a teammate or do not need to add reviewers at this time, feel free to move onto the next tutorial: Learn branching in Bitbucket Cloud
You just arrived at the Bitbucket space station and it's time to go through the orientation process, part of which involves making updates to your welcome package and getting them approved.
Create a repository with some content
リポジトリ用に大量のコードを用意する必要はありません。このチュートリアルでは、いくつかのサンプル コードを用意しています。
- グローバル サイドバーで + をクリックし、[作成] の下の [リポジトリ] を選択します。
- 作成したチームがリポジトリのオーナーになっていることを確認します。
- [プロジェクト名] と [リポジトリ名] に任意の名前を入力します。名前を思いつかない場合、"Welcome package" や "First impressions" などをおすすめします。
- [Include a README?] から、[Yes] のいずれかのオプションを選択します。
- [バージョン管理システム] から、作成したいリポジトリ タイプのオプションを選択します。不明な場合はそのままにします。
- [リポジトリの作成] をクリックすると、新しいリポジトリの [ソース] ビューに移動します。
- [ソース] から、 > [ファイルを追加] を選択します。
ファイルに
survey.html
と名前を設定してから、次のコードをコピーしてメインのテキスト領域に貼り付けます。- [コミット] をクリックし、ダイアログからもう一度 [コミット] をクリックします。
Your repository is looking pretty good now. Take a look around if you feel like it.