For reference, I had the same mismatch result so this is definitely not restricted to your local env:
git remote -v github https://github.com/apache/commons-math.git (fetch) github https://github.com/apache/commons-math.git (push) origin https://gitbox.apache.org/repos/asf/commons-math (fetch) origin https://gitbox.apache.org/repos/asf/commons-math (push) git log -1 origin/feature__MATH-1563__genetic_algorithm commit c573e368d7c3e0275fe374b460560d368dcd737c ( origin/feature__MATH-1563__genetic_algorithm) Author: avbasak1 <avbas...@in.ibm.com> Date: Sun Mar 13 00:54:18 2022 +0100 MATH-1563: Introducing new implementation of GA functionality (WIP). git log -1 github/feature__MATH-1563__genetic_algorithm commit 99ca99198449c9ccfc28fbd0987e9c6a2611e0e6 ( github/feature__MATH-1563__genetic_algorithm) Author: avbasak1 <avbas...@in.ibm.com> Date: Sun Mar 13 00:54:18 2022 +0100 MATH-1563: Introducing new implementation of GA functionality (WIP). Closes #208.