<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.aediroum.ca/index.php?action=history&amp;feed=atom&amp;title=GULLUM%2FAteliers%2FGestion_de_versions</id>
	<title>GULLUM/Ateliers/Gestion de versions - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.aediroum.ca/index.php?action=history&amp;feed=atom&amp;title=GULLUM%2FAteliers%2FGestion_de_versions"/>
	<link rel="alternate" type="text/html" href="https://wiki.aediroum.ca/index.php?title=GULLUM/Ateliers/Gestion_de_versions&amp;action=history"/>
	<updated>2026-05-01T02:18:56Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://wiki.aediroum.ca/index.php?title=GULLUM/Ateliers/Gestion_de_versions&amp;diff=574&amp;oldid=prev</id>
		<title>MattéoDelabre : MattéoDelabre a déplacé la page GULLUM/Séminaire/Gestion de versions vers GULLUM/Ateliers/Gestion de versions : Changement de nom des séminaires</title>
		<link rel="alternate" type="text/html" href="https://wiki.aediroum.ca/index.php?title=GULLUM/Ateliers/Gestion_de_versions&amp;diff=574&amp;oldid=prev"/>
		<updated>2023-10-06T13:02:24Z</updated>

		<summary type="html">&lt;p&gt;MattéoDelabre a déplacé la page &lt;a href=&quot;/wiki/GULLUM/S%C3%A9minaire/Gestion_de_versions&quot; class=&quot;mw-redirect&quot; title=&quot;GULLUM/Séminaire/Gestion de versions&quot;&gt;GULLUM/Séminaire/Gestion de versions&lt;/a&gt; vers &lt;a href=&quot;/wiki/GULLUM/Ateliers/Gestion_de_versions&quot; title=&quot;GULLUM/Ateliers/Gestion de versions&quot;&gt;GULLUM/Ateliers/Gestion de versions&lt;/a&gt; : Changement de nom des séminaires&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 6 octobre 2023 à 09:02&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key mediawiki:diff::1.12:old-527:rev-574 --&gt;
&lt;/table&gt;</summary>
		<author><name>MattéoDelabre</name></author>
	</entry>
	<entry>
		<id>https://wiki.aediroum.ca/index.php?title=GULLUM/Ateliers/Gestion_de_versions&amp;diff=527&amp;oldid=prev</id>
		<title>MattéoDelabre : Déplacé depuis la page principale des séminaires</title>
		<link rel="alternate" type="text/html" href="https://wiki.aediroum.ca/index.php?title=GULLUM/Ateliers/Gestion_de_versions&amp;diff=527&amp;oldid=prev"/>
		<updated>2023-09-30T14:49:49Z</updated>

		<summary type="html">&lt;p&gt;Déplacé depuis la page principale des séminaires&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Fichier:GULLUM-Seminaire-Semaine4-Versions.png|thumb|200px|Graphe de révisions d’un gestionnaire de versions]]&lt;br /&gt;
&lt;br /&gt;
= Objectifs pédagogiques =&lt;br /&gt;
&lt;br /&gt;
*Survol de l&amp;#039;histoire de Git avec mention d&amp;#039;autres gestionnaires de versions&lt;br /&gt;
*Apprendre l&amp;#039;intérêt d&amp;#039;utiliser un gestionnaire de versions&lt;br /&gt;
**Garder un historique des versions de ton code&lt;br /&gt;
**Faciliter la collaboration et le partage de fichiers textes&lt;br /&gt;
*Savoir utiliser les commandes principales du programme Git&lt;br /&gt;
**Création d’un dépôt: &amp;lt;code&amp;gt;init&amp;lt;/code&amp;gt;&lt;br /&gt;
**Création de &amp;#039;&amp;#039;commits&amp;#039;&amp;#039;: &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;add&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;restore&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;commit&amp;lt;/code&amp;gt;&lt;br /&gt;
**Inspection de l’historique: &amp;lt;code&amp;gt;show&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;diff&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;log&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;blame&amp;lt;/code&amp;gt;&lt;br /&gt;
**Interaction avec un serveur: &amp;lt;code&amp;gt;clone&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;pull&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;push&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;remote&amp;lt;/code&amp;gt;&lt;br /&gt;
**Branchement et fusion: &amp;lt;code&amp;gt;branch&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;switch&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;merge&amp;lt;/code&amp;gt;&lt;br /&gt;
*Comprendre la théorie derrière Git&lt;br /&gt;
*Survoler les hébergeurs de répertoires GIT - GitHub, GitLab&lt;br /&gt;
*Survoler les clients graphiques pour GIT - GitK, Git gui, gitg&lt;br /&gt;
*Écrire de bons messages de commit&lt;br /&gt;
&lt;br /&gt;
= Activités =&lt;br /&gt;
&lt;br /&gt;
*Présentation principale&lt;br /&gt;
*Atelier bisect: Identification de commits en log n&lt;/div&gt;</summary>
		<author><name>MattéoDelabre</name></author>
	</entry>
</feed>