3
0

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.

Visual Studio 2017 で git remote prune

Posted at

概要

Visual Studio 2017 上で fetch, pull 時に自動で git remote prune origin をする

設定

  1. [チーム エクスプローラー] タブを選択し、[設定] をクリック
    image.png

  2. Git の [グローバル設定] をクリック
    image.png

  3. 「Prune remote branches during fetch」を [true] にして [更新] をクリック
    image.png

参考

3
0
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
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?