Hello Dylan,
Thank you,
That takes care of the case when I create a repository in my local computer from scratch and then Push it to a remote git server.
Now I have only to have a way of making the other case that is more common. That is, if I create first the project in the remote git server, and if I have then to have in my local machine the credentials user and email do clone from a particular git server A and from a git server B with two different users from two different git servers. Example one enterprise from a company A and other for private repos for example from GitHub. Both by SSH, because the SSH public key can be the same in both.
Maybe if I clone it in the command line/shell with the specific user and email credentials (to have access to it, other way I don’t have access to it) and then open it in Sublime Merge, it will possibly stay with that user and email, specific to the project.
Note: Maybe for a future version of Sublime Merge, to add two field in the clone to change the user.name and the email, would be great
Know I just have to research, How to clone a repo with a specific user.name and email, using ssh public key.
I’m really liking this tool, the only problem I’m currently seeing is same craches when I have the mouse is over the files window parte and to some operations, it happen already 3 times in Linux Fedora 36, but I was not able to isolate the problem. To report the bug case. When I isolate the problem I will report it.
The multi user support is the more important thing to me and I think for several developers, because our private users we are attributed randomlly and our enterprise users, normally follow enterprise rules.
Thank you,
Best regards,
Joao