michaelsembwever commented on PR #89:
URL: https://github.com/apache/cassandra-builds/pull/89#issuecomment-1493911332

   bq. The problems spotted here shows that it lacks some verification for git 
history.
   
   Agree.
   
   Also, what I always do is a dry-run push.
   ```
   git push --atomic origin cassandra-X … trunk -n
   ```
   and then double-check both diff and show outputs before doing the real push.
   ```
   git diff xxxxxx..yyyyyyy
   git show xxxxxx..yyyyyyy
   ```
   
   Not necessarily for this PR, but can you imagine making these verification 
steps easier/included too? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to