5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GitHubでPull RequestでMergeされたブランチを自動で削除する設定

Last updated at Posted at 2019-11-26

概要

タイトルの通りです。
削除し忘れることがまれによくあるMerge後のブランチの削除し忘れを防ぐ設定です。

方法

  1. リポジトリの設定画面(https://github.com/[Team]/[Repository]/settings) を開きます
スクリーンショット_2019-11-26_11_52_44.png
  1. 下にスクロールしていくとMerge buttonという見出しがあり、その中の[Automatically delete head branches]というのが本記事タイトルの設定となります。
スクリーンショット_2019-11-26_11_38_44.png

3.Checkをいれて有効にすることで設定完了です。

さいごに

とっても簡単ですね

5
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?