HackerTrans
トップ新着トレンドコメント過去質問紹介求人

isbadawi

no profile record

投稿

Pull Request File Tree Feedback

github.com
103 ポイント·投稿者 isbadawi·4 年前·73 コメント

コメント

isbadawi
·3 年前·議論
A workaround I've used sometimes to retrigger CI is to do `git commit --amend --no-edit --reset-author`. This changes the sha by changing the author timestamp. Then you can force push it to the PR branch
isbadawi
·4 年前·議論
There's an item on their roadmap to allow commenting on unchanged lines: https://github.com/github/roadmap/issues/456
isbadawi
·4 年前·議論
I think the person you're replying to is saying that "fully implement every unit test up front" does not describe TDD. With TDD you continuously alternate between writing tests and writing production code. It's not like you write a whole test suite up front.