Julien Dehos il y a 8 ans
Parent
commit
3c9a997add
5 fichiers modifiés avec 28 ajouts et 7 suppressions
  1. 1 0
      .gitignore
  2. 0 1
      Makefile
  3. 3 0
      README.md
  4. 0 0
      dessin.svg
  5. 24 6
      index.md

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.*~

+ 0 - 1
Makefile

@@ -1,6 +1,5 @@
 HTML_FILES = index.html
 
-
 all: $(HTML_FILES)
 
 %.html: %.md

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# tutoriel git
+Tutoriel pour apprendre à utiliser git. 
+Écrit en markdown pour produire du HTML (+ SVG, PNG).

images/dessin.svg → dessin.svg


+ 24 - 6
index.md

@@ -1,21 +1,39 @@
-Julien Dehos
+Tutoriel git
 ============
 
-Assistant professor, computer science
-
 * * * * *
 
-Affiliations & contact
+Introduction
 -------
 
 - E-mail : ![](images/dessin.svg)
 
 * * * * *
 
-Enseignements
+Installation et configuration
+-------------
+
+* * * * *
+
+Dépôt local (journaliser son projet)
+-------------
+
+* * * * *
+
+Dépôt distant (sauvegarder son projet sur un serveur)
+-------------
+
+* * * * *
+
+Branches (travailler en équipe)
+-------------
+
+* * * * *
+
+Forks (collaborer avec d'autres projets)
 -------------
 
 * * * * *
 
-Last update : 2016-02-05
+Dernière mise à jour : 2016-03-05