I am trying to create new user in git. Where should I create? How can I create? I don't see any document about this anywhere! I am not talking about local repository configuration.
In git, you don't really have users.
Commits have authors, and committers, but this happens at commit level, the repo is not listing authorized people to interact with it.
When you're setting your user.name
and user.email
config entries, you're not creating a user, you're just preparing your environment to be able to commit, since each commit has to have an author.
Accounts really happen only at a higher level, like Github that you ruled out explicitly for some reason.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With