20 lines
244 B
ReStructuredText
20 lines
244 B
ReStructuredText
|
*********
|
||
|
Configure
|
||
|
*********
|
||
|
|
||
|
Identity
|
||
|
========
|
||
|
|
||
|
.. code:: shell
|
||
|
|
||
|
git config user.name "First Last"
|
||
|
git config user.email "user@domain.tld"
|
||
|
|
||
|
* ~/.gitconfig
|
||
|
|
||
|
.. code:: ini
|
||
|
|
||
|
[user]
|
||
|
name = "First Last"
|
||
|
email = "user@domain.tld"
|