repo sync: update all tracked branches
オープン
enhancement
- 主要言語
- Go
- スター
- 762
- フォーク
- 72
- 平均マージ
- 18時間 24分
- マージ済み PR(30日)
- 28
説明
Right now, `repo sync` is incorrect.
The name suggests it updates the entire repository, but what it does is just update main.
What it should do:
- pull latest changes for all tracked branches and main
- delete all merged branches
- restack whatever was affected
For the case currently handled by `repo sync`—single branch sync, we'll need to add a `branch sync` command.
We may also add stack-scope sync commands.
コントリビューションガイド
評価
この issue はまだ評価されていません。