nodejs / nodejs/node-core-utils
git node land simplifications
オープン
@mmarchini がすでに取り組んでいます。
2020年8月12日 から。
enhancement
git-node
- 主要言語
- JavaScript
- スター
- 314
- フォーク
- 137
- 平均マージ
- 2日 8時間
- マージ済み PR(30日)
- 24
説明
It should be possible to anticipate the next command. For example in case a rebase is needed due to multiple commits. In such case, it would be nice to already execute the command that is currently printed to the terminal:
There are 3 commits in the PR
Please run the following commands to complete landing
$ git rebase origin/master -i -x "git node land --amend"
$ git node land --continue
It would be good to already run git rebase origin/master -i -x "git node land --amend". Even git node land --continue should be possible to run automatically as soon as that's done.
Removing the temporary files should also be done by default. A user might opt out by a config flag instead?
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。