
In addition, this commit extracts the git guidelines from the coding guidelines. This helps link the git guidelines and unclutter the coding guidelines, which should focus on only the programming languages. task-2897123 Part-of: odoo/documentation#3260
8 lines
281 B
ReStructuredText
8 lines
281 B
ReStructuredText
Configure Git to identify yourself as the author of your future contributions. Enter the same email
|
|
address you used to register on GitHub.
|
|
|
|
.. code-block:: console
|
|
|
|
$ git config --global user.name “Your Name”
|
|
$ git config --global user.email “youremail@example.com”
|