mv
This commit is contained in:
parent
a256a172ae
commit
08bfce2013
13 changed files with 9 additions and 9 deletions
19
in/public/versions/git/configure.rst
Normal file
19
in/public/versions/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/versions/git/index.rst
Normal file
8
in/public/versions/git/index.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
Git
|
||||
===
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
configure
|
||||
snippets
|
13
in/public/versions/git/snippets.rst
Normal file
13
in/public/versions/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