Reset Branch to a Commit

お困りですか?

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

コミュニティに質問

目的

This article should help users to reset a branch to a specific commit.

ソリューション

Reset a branch to a specific commit

手順:

1. First, checkout to a specific branch.

2. Then, right click on a specific commit, and select "Reset current branch to this commit". Similar to below:

 

3. Choose from the following options:

 

 

To understand further on the different types of reset (soft, mixed, hard), view this page: https://git-scm.com/docs/git-reset

4. Click OK. All the commit that are made after this specific commit that was reset to are now gone:

 

 

最終更新日 2018 年 11 月 2 日

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

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