Github user c0s commented on the issue:
https://github.com/apache/bigtop/pull/266
Ah, I see. You can do what Olaf recommended. Alternatively, you can copy
correct file into your workspace and then amend your existing commit.
```
% git co origin/master -- build.gradle
% git ci --amend
% git push -f
```---
