source→in
This commit is contained in:
parent
56de30bb57
commit
4097336b90
113 changed files with 0 additions and 0 deletions
19
in/git/configure.rst
Normal file
19
in/git/configure.rst
Normal file
|
@ -0,0 +1,19 @@
|
|||
*********
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue