git/auto-build

This commit is contained in:
Marc Beninca 2019-08-24 20:44:48 +02:00
parent f0b95a2fe0
commit 8a4ec2ee20
5 changed files with 17 additions and 4 deletions

View file

@ -1,19 +0,0 @@
*********
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

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

View file

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

View file

@ -4,6 +4,5 @@ Versions
.. toctree::
:maxdepth: 2
git/index
git-bash/index
gource/index