This commit is contained in:
Marc Beninca 2018-05-10 22:12:21 +02:00
parent 25c373869b
commit f3f499c439
9 changed files with 13 additions and 14 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

View file

@ -0,0 +1,7 @@
Gource
======
.. toctree::
:maxdepth: 1
render

View file

@ -0,0 +1,18 @@
******
Render
******
* TODO FFMPEG pipe
.. code:: bash
gource \
--date-format "%Y - %m - %d / %H : %M : %S" \
-f \
--highlight-dirs \
--highlight-users \
--key \
--output-framerate 60 \
--start-date "yyyy-mm-dd HH:MM:SS" \
--auto-skip-seconds 1 \
--seconds-per-day 10

8
in/public/scm/index.rst Normal file
View file

@ -0,0 +1,8 @@
Source Control Management
=========================
.. toctree::
:maxdepth: 2
git/index
gource/index