In my git repository local branch, it is behind by 9 commits. Can you please tell me how can I advance it by 1 commit?
# Your branch is behind 'my-git/remote' by 9 commits, and can be fast-forwarded.
I have read How can I fast-forward a single git commit, programmatically? I don't understand the answer.
I don't need to do it programmically. Is there a command line way I can use?