Answers for "set email and name which gets baked into the every git commit in the local config file found in ./.git/config"

0

set email and name which gets baked into the every git commit in the local config file found in ./.git/config

$ git config --local user.name "John Doe"
$ git config --local user.email example.com
Posted by: Guest on July-07-2021

Browse Popular Code Answers by Language