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"
|
8
in/git/index.rst
Normal file
8
in/git/index.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
###
|
||||
Git
|
||||
###
|
||||
|
||||
.. toctree::
|
||||
|
||||
configure
|
||||
snippets
|
13
in/git/snippets.rst
Normal file
13
in/git/snippets.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
********
|
||||
Snippets
|
||||
********
|
||||
|
||||
TODO
|
||||
====
|
||||
|
||||
* .gitignore
|
||||
* aliases
|
||||
* git diff
|
||||
|
||||
* cached (staging area)
|
||||
* character
|
Loading…
Add table
Add a link
Reference in a new issue