+2

Default username and email for new repository in a group

shockworker 3 years ago updated by Jeff Jensen 3 years ago 3

It would be great to have such an option. This will help to not to forget to change default username and email for just cloned repository in "job" or "home" group and don't push commit signed with your private email to repository in "job" group and vise versa.

That already happens if you configure git.

git config --global user.name my name

git config --global user.email my@email.com

No need to do so in SmartGit.

Jeff, check again please what I wrote upper. I request for a "global_for_a_group" username and email.