content
This commit is contained in:
parent
5dba54b9d5
commit
2c273a2626
100 changed files with 1534 additions and 0 deletions
19
source/git/configure.rst
Normal file
19
source/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
source/git/index.rst
Normal file
8
source/git/index.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
###
|
||||
Git
|
||||
###
|
||||
|
||||
.. toctree::
|
||||
|
||||
configure
|
||||
snippets
|
13
source/git/snippets.rst
Normal file
13
source/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