Branch Management

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

目的

This article should help users to Create/Delete a branch, Checkout/Merge a branch, Track remote branch and use Git Flow.

ソリューション

このページでは次のような内容について説明します。

Create Branch

手順:

  1. Click on the "Branch" button.
  2. Under the "New Branch" tab, fill in the Branch name.
  3. Click on "Create Branch".

Delete Branch

手順:

  1. Click on the "Branch" button.
  2. Click on "Delete Branches" tab.
  3. Check the branch or branches you intend to delete.
  4. Click on "Delete Branches".

If the branch is merged, you may check "Force delete regardless of merge status" and then click on "Delete Branches".

Checkout a Branch

There are two methods to checkout a branch in SourceTree.

Method #1- Checking out a branch using the "Checkout" button.

手順:

  1. Click on the "Checkout" button.
  2. Select the branch from the drop down menu.
  3. Click on "OK".

Method #2- Checking out by double clicking on the Branch.

手順:

  1. Double click on the branch you want to checkout.

Merge a Branch

手順:

  1. Make sure you check the branch you intend to merge another branch to.
  2. Click on the "Merge" button.
  3. Select the branch from the drop down menu.
  4. Click on "OK".

Tracking a remote Branch

手順:

  1. Right-click on a local branch.
  2. Click on "Track remote branch".
  3. Click on the branch you want to track.

Using Git Flow

Initialise Git Flow

手順:

  1. Click on the "Git Flow" button.
  2. Insert the name for the prefixes.
  3. Click on "OK".

Start new Feature

手順:

  1. Click on "Repository" tab.
  2. Click on "Git Flow".
  3. Click on "Start New Feature".
  4. Enter the feature name which you intend to see as the prefix.
  5. Click on "OK".

Finish Feature

手順:

  1. Click on "Repository" tab.
  2. Click on "Git Flow".
  3. Click on "Finish Feature"
  4. Choose the feature name from the drop down menu.
  5. Click on "OK".

Start New Release

手順:

  1. Click on "Repository" tab.
  2. Click on "Git Flow".
  3. Click on "Start New Release"
  4. Enter the release name which you intend to see as the prefix.
  5. Click on "OK".

Finish Release

手順:

  1. Click on "Repository" tab.
  2. Click on "Git Flow".
  3. Click on "Finish Release"
  4. Choose the release name from the drop down menu.
  5. Click on "OK".

Start New Hotfix

手順:

  1. Click on "Repository" tab.
  2. Click on "Git Flow".
  3. Click on "Start New Hotfix"
  4. Enter the hotfix name which you intend to see as the prefix.
  5. Click on "OK".

Finish Hotfix

手順:

  1. Click on "Repository" tab.
  2. Click on "Git Flow".
  3. Click on "Finish Hotfix"
  4. Choose the hotfix name from the drop down menu.
  5. Click on "OK".
最終更新日: 2016 年 2 月 26 日

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

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