nodejs / nodejs/node-core-utils
git node land simplifications
Đang mở
@mmarchini đang làm issue này rồi.
Từ ngày 12/8/2020.
enhancement
git-node
- Ngôn ngữ chính
- JavaScript
- Star
- 314
- Fork
- 137
- Merge trung bình
- 2 ngày 8 giờ
- Pull request đã merge (30 ngày)
- 24
Mô tả
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?
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.