scm
This commit is contained in:
parent
25c373869b
commit
f3f499c439
9 changed files with 13 additions and 14 deletions
19
in/public/scm/git/configure.rst
Normal file
19
in/public/scm/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/public/scm/git/index.rst
Normal file
8
in/public/scm/git/index.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
Git
|
||||
===
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
configure
|
||||
snippets
|
13
in/public/scm/git/snippets.rst
Normal file
13
in/public/scm/git/snippets.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
********
|
||||
Snippets
|
||||
********
|
||||
|
||||
TODO
|
||||
====
|
||||
|
||||
* .gitignore
|
||||
* aliases
|
||||
* git diff
|
||||
|
||||
* cached (staging area)
|
||||
* character
|
7
in/public/scm/gource/index.rst
Normal file
7
in/public/scm/gource/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
Gource
|
||||
======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
render
|
18
in/public/scm/gource/render.rst
Normal file
18
in/public/scm/gource/render.rst
Normal 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
8
in/public/scm/index.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
Source Control Management
|
||||
=========================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
git/index
|
||||
gource/index
|
Loading…
Add table
Add a link
Reference in a new issue