diff options
| author | polo <ordipolo@gmx.fr> | 2021-02-24 04:02:21 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2021-02-24 04:02:21 +0100 |
| commit | c5fa153859ab566a8f0700148fd1395b0c33823e (patch) | |
| tree | c998d16e8a4b64a9c862d0bbd0b37b415bab8904 | |
| parent | 00d6d1f7daec5cbb7af3510980b12009ab557314 (diff) | |
| download | tuto_git-c5fa153859ab566a8f0700148fd1395b0c33823e.tar.gz tuto_git-c5fa153859ab566a8f0700148fd1395b0c33823e.tar.bz2 tuto_git-c5fa153859ab566a8f0700148fd1395b0c33823e.zip | |
description
| -rw-r--r-- | .gitconfig | 2 | ||||
| -rw-r--r-- | .gitdescription | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..797b39d --- /dev/null +++ b/.gitconfig | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | [gitweb] | ||
| 2 | owner = Paul Jusot <ordipolo@gmx.fr> | ||
diff --git a/.gitdescription b/.gitdescription new file mode 100644 index 0000000..33e0696 --- /dev/null +++ b/.gitdescription | |||
| @@ -0,0 +1 @@ | |||
| tuto installation d'un serveur git et utilisation avec le client | |||
