チュートリアル: Bitbucket のプル リクエストについて

robotsnoindex
robotsnoindex

目的

Create a repository and get to work in your workspace. We’ll also provide some details on adding a reviewer (or teammate) to your repository so you can collaborate on your code.

ミッション概要

So far, you've been the only person working in a repository. But what if you wanted to collaborate with your colleagues? You can do that, whether you're in the same room or across the universe.

時間

15 分

対象者

Bitbucket Cloud をある程度使用した経験がある方。使用経験が少ない場合、入門用のチュートリアルをお試しください。

Prerequisites

ブランチとプル リクエストについて

When you work on a workspace with multiple Bitbucket users, you'll want to work on your own set of code separately from the main codebase. Branches allow you to do just that. A branch represents an independent line of development for your repository. Think of it as a brand new working directory, staging area, and project history. After you create a branch, you work on and commit code to that branch, pull updates from Bitbucket to keep your branch up-to-date, and then push all your work to Bitbucket.

Once you've made code changes on a branch in Bitbucket, you can create a pull request, which is where code review takes place. Your fellow crew members can comment on your code with feedback and questions and eventually (hopefully) approve the pull request. When you have enough approvals, merge the pull request to merge your branch into the main code.


So far, you've been the only person working in a repository. But what if you wanted to collaborate with your colleagues? You can do that, whether you're in the same room or across the universe.

最終更新日 2020 年 6 月 24 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.