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

【git-spice】リモートの変更をローカルに反映する方法

Last updated at Posted at 2025-10-14

反映方法

gs repo syncを使用するとリモートから最新の変更を取得できます。エイリアスとしてgs r sも使用できます。

gs repo sync [flags]

主な機能

リモートからの変更取得

リモートブランチの最新変更をローカルに同期します。

マージ済みブランチの自動削除

同期後、マージ済みのChange Request(Pull Request)に関連するブランチは自動的に削除されます。

リスタック機能

--restackフラグを使用すると、同期後に現在のスタックを自動的にリスタック(再配置)できます。

gs repo sync --restack
0
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
0
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?