andrzej-kaczmarek commented on issue #903: service/ans: don't depent on libm for creating bitmask URL: https://github.com/apache/mynewt-core/pull/903#issuecomment-372476574 @sdalu In general if you just want to fix something in your last commit then do `git commit --amend` and then push the result to the same branch with `-f` option - this will replace your remote branch with fixed commit and PR will be also updated. This way for simple fixes we'll just have single commit with all changes instead of series of fixes-for-fixes-for-fix. For editing/squashing multiple commits take a look here: https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History. For this simple change I guess we can squash from GitHub ;-)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services