290 bytes added ,  11 August 2023
m
no edit summary
mNo edit summary
Tag: visualeditor
mNo edit summary
Tag: visualeditor
Line 2: Line 2:


== Setting the initial config variables ==
== Setting the initial config variables ==
Set user name and email address.  Without <code>--global</code> parameter it will save to the current project's .<code>/.git/config</code> file.<syntaxhighlight lang="bash">
$ git config --global user.name "Joe Shmoe"
$ git config --global user.email "jshmoe@domain.com"
</syntaxhighlight>


== Signing work ==
== Signing work ==