<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>git | Régis Enguehard</title>
	<atom:link href="https://blog.enguehard.info/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.enguehard.info</link>
	<description>Geek, HTML, CSS, PHP, Laravel, Debian, ... et autres joyeusetées</description>
	<lastBuildDate>Sat, 24 May 2025 14:29:03 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://blog.enguehard.info/wp-content/uploads/2019/05/cropped-game-of-life-glider.512-32x32.png</url>
	<title>git | Régis Enguehard</title>
	<link>https://blog.enguehard.info</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title># Syntaxe de texte avec Markdown</title>
		<link>https://blog.enguehard.info/formatage-de-texte-avec-markdown/</link>
					<comments>https://blog.enguehard.info/formatage-de-texte-avec-markdown/#respond</comments>
		
		<dc:creator><![CDATA[Régis Enguehard]]></dc:creator>
		<pubDate>Thu, 05 Sep 2024 19:10:00 +0000</pubDate>
				<category><![CDATA[Informatique]]></category>
		<category><![CDATA[automatisation]]></category>
		<category><![CDATA[formation]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[sublime text]]></category>
		<guid isPermaLink="false">https://blog.enguehard.info/?p=2114</guid>

					<description><![CDATA[<img width="900" height="506" src="https://blog.enguehard.info/wp-content/uploads/2024/09/ecrire-markdown-pixabay-159751-1024x576.webp" class="attachment-large size-large wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://blog.enguehard.info/wp-content/uploads/2024/09/ecrire-markdown-pixabay-159751-1024x576.webp 1024w, https://blog.enguehard.info/wp-content/uploads/2024/09/ecrire-markdown-pixabay-159751-300x169.webp 300w, https://blog.enguehard.info/wp-content/uploads/2024/09/ecrire-markdown-pixabay-159751-768x432.webp 768w, https://blog.enguehard.info/wp-content/uploads/2024/09/ecrire-markdown-pixabay-159751-950x534.webp 950w, https://blog.enguehard.info/wp-content/uploads/2024/09/ecrire-markdown-pixabay-159751-450x253.webp 450w, https://blog.enguehard.info/wp-content/uploads/2024/09/ecrire-markdown-pixabay-159751.webp 1200w" sizes="(max-width: 900px) 100vw, 900px" /><p>Markdown est un langage simple qui permet de mettre en forme du texte. Par exemple, vous pouvez facilement ajouter des&#8230;</p>
The post <a href="https://blog.enguehard.info/formatage-de-texte-avec-markdown/"># Syntaxe de texte avec Markdown</a> first appeared on <a href="https://blog.enguehard.info">Régis Enguehard</a>.]]></description>
		
					<wfw:commentRss>https://blog.enguehard.info/formatage-de-texte-avec-markdown/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mettre en place / installer Gulp</title>
		<link>https://blog.enguehard.info/mettre-place-installer-gulp/</link>
					<comments>https://blog.enguehard.info/mettre-place-installer-gulp/#respond</comments>
		
		<dc:creator><![CDATA[Régis Enguehard]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 21:33:53 +0000</pubDate>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[automatisation]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[svg]]></category>
		<guid isPermaLink="false">https://blog.enguehard.info/?p=1470</guid>

					<description><![CDATA[<img width="900" height="599" src="https://blog.enguehard.info/wp-content/uploads/2020/11/coding-gulp-924920_1280-1024x682.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://blog.enguehard.info/wp-content/uploads/2020/11/coding-gulp-924920_1280-1024x682.jpg 1024w, https://blog.enguehard.info/wp-content/uploads/2020/11/coding-gulp-924920_1280-300x200.jpg 300w, https://blog.enguehard.info/wp-content/uploads/2020/11/coding-gulp-924920_1280-768x512.jpg 768w, https://blog.enguehard.info/wp-content/uploads/2020/11/coding-gulp-924920_1280-950x633.jpg 950w, https://blog.enguehard.info/wp-content/uploads/2020/11/coding-gulp-924920_1280-450x300.jpg 450w, https://blog.enguehard.info/wp-content/uploads/2020/11/coding-gulp-924920_1280.jpg 1280w" sizes="(max-width: 900px) 100vw, 900px" /><p>Gulp va nous permettre de compiler des fichiers sass, less, stylus… mais également de minifier les fichiers css ; de&#8230;</p>
The post <a href="https://blog.enguehard.info/mettre-place-installer-gulp/">Mettre en place / installer Gulp</a> first appeared on <a href="https://blog.enguehard.info">Régis Enguehard</a>.]]></description>
		
					<wfw:commentRss>https://blog.enguehard.info/mettre-place-installer-gulp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apprendre le code avec le jeu</title>
		<link>https://blog.enguehard.info/apprendre-jouer-code/</link>
					<comments>https://blog.enguehard.info/apprendre-jouer-code/#comments</comments>
		
		<dc:creator><![CDATA[Régis Enguehard]]></dc:creator>
		<pubDate>Thu, 30 Apr 2020 20:21:00 +0000</pubDate>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[formation]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://blog.enguehard.info/?p=1020</guid>

					<description><![CDATA[<img width="900" height="599" src="https://blog.enguehard.info/wp-content/uploads/3020/02/apprendre-jouercode-graphisme-1024x682.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://blog.enguehard.info/wp-content/uploads/3020/02/apprendre-jouercode-graphisme-1024x682.jpg 1024w, https://blog.enguehard.info/wp-content/uploads/3020/02/apprendre-jouercode-graphisme-300x200.jpg 300w, https://blog.enguehard.info/wp-content/uploads/3020/02/apprendre-jouercode-graphisme-768x512.jpg 768w, https://blog.enguehard.info/wp-content/uploads/3020/02/apprendre-jouercode-graphisme-950x633.jpg 950w, https://blog.enguehard.info/wp-content/uploads/3020/02/apprendre-jouercode-graphisme-450x300.jpg 450w, https://blog.enguehard.info/wp-content/uploads/3020/02/apprendre-jouercode-graphisme.jpg 1280w" sizes="(max-width: 900px) 100vw, 900px" /><p>Apprendre le HTML/CSS/javascript, le positionnement avec flexbox ou avec grid, la programmation PHP/C/Ruby/Python, le versionning de code&#8230; Une petite collection&#8230;</p>
The post <a href="https://blog.enguehard.info/apprendre-jouer-code/">Apprendre le code avec le jeu</a> first appeared on <a href="https://blog.enguehard.info">Régis Enguehard</a>.]]></description>
		
					<wfw:commentRss>https://blog.enguehard.info/apprendre-jouer-code/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Supprimer les fichiers DS_Store dans git</title>
		<link>https://blog.enguehard.info/supprimer-les-fichiers-ds_store-dans-git/</link>
					<comments>https://blog.enguehard.info/supprimer-les-fichiers-ds_store-dans-git/#respond</comments>
		
		<dc:creator><![CDATA[Régis Enguehard]]></dc:creator>
		<pubDate>Thu, 06 Feb 2014 17:29:28 +0000</pubDate>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[git]]></category>
		<guid isPermaLink="false">http://blog.enguehard.info/?p=33</guid>

					<description><![CDATA[<img width="900" height="399" src="https://blog.enguehard.info/wp-content/uploads/2017/05/internet-1462453-1279x565-1024x454.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://blog.enguehard.info/wp-content/uploads/2017/05/internet-1462453-1279x565-1024x454.jpg 1024w, https://blog.enguehard.info/wp-content/uploads/2017/05/internet-1462453-1279x565-300x133.jpg 300w, https://blog.enguehard.info/wp-content/uploads/2017/05/internet-1462453-1279x565-768x340.jpg 768w, https://blog.enguehard.info/wp-content/uploads/2017/05/internet-1462453-1279x565.jpg 1278w" sizes="auto, (max-width: 900px) 100vw, 900px" /><p>Pour ignorer d&#8217;autres fichiers, l&#8217;aide de github apporte des précisions :&#160;https://help.github.com/articles/ignoring-files</p>
The post <a href="https://blog.enguehard.info/supprimer-les-fichiers-ds_store-dans-git/">Supprimer les fichiers DS_Store dans git</a> first appeared on <a href="https://blog.enguehard.info">Régis Enguehard</a>.]]></description>
		
					<wfw:commentRss>https://blog.enguehard.info/supprimer-les-fichiers-ds_store-dans-git/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
