Git - User
About
The user originally for Git is the author.
Author vs Committer
But Git knows two persons:
the
author: the person who originally wrote the code / the patch.
the
committer: the person (project maintainer or core member) who committed the code or applied the patch on behalf of the original author.
You can therefore:
on behalf of another person.
Note that both get credits as an author and as a committer.
Example of workflow between an author and a committer
The patches :