This commit is contained in:
Marc Beninca 2018-05-11 21:44:22 +02:00
parent a256a172ae
commit 08bfce2013
13 changed files with 9 additions and 9 deletions

View 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"

View file

@ -0,0 +1,8 @@
Git
===
.. toctree::
:maxdepth: 1
configure
snippets

View file

@ -0,0 +1,13 @@
********
Snippets
********
TODO
====
* .gitignore
* aliases
* git diff
* cached (staging area)
* character