浏览代码

quelques images github

Julien Dehos 9 年之前
父节点
当前提交
b1e94e9457
共有 12 个文件被更改,包括 91 次插入1 次删除
  1. 88 0
      CM2/CM2.md
  2. 二进制
      CM2/github_accueil.png
  3. 二进制
      CM2/github_collaborateurs.png
  4. 二进制
      CM2/github_issue.png
  5. 二进制
      CM2/github_issue_2.png
  6. 二进制
      CM2/github_issue_3.png
  7. 二进制
      CM2/github_issue_4.png
  8. 二进制
      CM2/github_milestone.png
  9. 二进制
      CM2/github_milestone_2.png
  10. 二进制
      CM2/github_nouveau_projet.png
  11. 2 0
      Makefile
  12. 1 1
      www/index.md

+ 88 - 0
CM2/CM2.md

@@ -137,6 +137,94 @@ icalcomponent * getPtrIcal() const ;
 
 TODO
 
+```
+A -- B -- C
+           \
+            D -- E
+```
+
+![](github_accueil.png)
+
+* * * *
+
+![](github_issue_3.png)
+
+* * * *
+
+![](github_issue_3.png)
+
+* * * *
+
+![](github_milestone_2.png)
+
+* * * *
+
+![](github_collaborateurs.png)  
+
+* * * *
+
+![](github_issue_4.png)
+
+* * * *
+
+![](github_milestone.png)
+
+* * * *
+
+![](github_issue_2.png)      
+
+* * * *
+
+![](github_issue.png)
+
+* * * *
+
+![](github_nouveau_projet.png)
+
+* * * *
+
+
+
+
+
+```console
+$ git clone https://juliendehos@github.com/juliendehos/projet_l3
+Clonage dans 'projet_l3'...
+remote: Counting objects: 3, done.
+remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
+Dépaquetage des objets: 100% (3/3), fait.
+Vérification de la connectivité... fait.
+```
+
+```console
+$ git add proto.cpp Makefile 
+
+$ git status
+Sur la branche master
+Votre branche est à jour avec 'origin/master'.
+Modifications qui seront validées :
+  (utilisez "git reset HEAD <fichier>..." pour désindexer)
+
+	nouveau fichier : Makefile
+	nouveau fichier : proto.cpp
+
+$ git commit -am "close #1"
+[master eab4260] close #1
+ 2 files changed, 9 insertions(+)
+ create mode 100644 Makefile
+ create mode 100644 proto.cpp
+
+$ git push
+Password for 'https://juliendehos@github.com': 
+Décompte des objets: 4, fait.
+Delta compression using up to 4 threads.
+Compression des objets: 100% (3/3), fait.
+Écriture des objets: 100% (4/4), 447 bytes | 0 bytes/s, fait.
+Total 4 (delta 0), reused 0 (delta 0)
+To https://juliendehos@github.com/juliendehos/projet_l3
+   bd1f597..eab4260  master -> master
+```
+
 
 # Gestion de projets avec github
 

二进制
CM2/github_accueil.png


二进制
CM2/github_collaborateurs.png


二进制
CM2/github_issue.png


二进制
CM2/github_issue_2.png


二进制
CM2/github_issue_3.png


二进制
CM2/github_issue_4.png


二进制
CM2/github_milestone.png


二进制
CM2/github_milestone_2.png


二进制
CM2/github_nouveau_projet.png


+ 2 - 0
Makefile

@@ -1,6 +1,8 @@
 
 all: tmp/index.html tmp/index_slides.html tmp/CM1.html tmp/CM1_slides.html tmp/CM2.html tmp/CM2_slides.html tmp/CM3.html tmp/CM3_slides.html
 	cp www/template.css www/slidy.css www/slidy.js tmp
+	cp CM?/*.png tmp
+	cp CM?/*.svg tmp
 
 tmp/before.html: www/before.md
 	mkdir -p tmp

+ 1 - 1
www/index.md

@@ -59,7 +59,7 @@ lundi 6 juin 2016 | début des projets (salles 111 et 113) |
 lundi 6 juin 2016 | CM1 (9h-10h, amphi B) |
 mercredi 8 juin 2016  | CM2 (9h-10h, amphi B) |
 vendredi 10 juin 2016 | rendre le cahier des charges |
-vendredi 17 juin 2016 | livrer un prototype |
+mercredi 15 juin 2016 | livrer un prototype |
 mardi 21 juin 2016  | CM3 (9h-10h, amphi B) |
 mercredi 22 juin 2016 | livrer le projet et rendre le rapport |
 vendredi 24 juin 2016 | soutenances et fin des projets |