<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.techtic.pro/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.techtic.pro/feed.php">
        <title>TechTIC prog:git</title>
        <description></description>
        <link>http://wiki.techtic.pro/</link>
        <image rdf:resource="http://wiki.techtic.pro/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-05-09T14:41:06+0200</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.techtic.pro/doku.php?id=prog:git:astuces&amp;rev=1728817230&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.techtic.pro/doku.php?id=prog:git:commandes&amp;rev=1664616074&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.techtic.pro/doku.php?id=prog:git:installation&amp;rev=1569866767&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.techtic.pro/lib/exe/fetch.php?media=favicon.ico">
        <title>TechTIC</title>
        <link>http://wiki.techtic.pro/</link>
        <url>http://wiki.techtic.pro/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.techtic.pro/doku.php?id=prog:git:astuces&amp;rev=1728817230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-13T13:00:30+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Trucs &amp; Astuces sur GIT</title>
        <link>http://wiki.techtic.pro/doku.php?id=prog:git:astuces&amp;rev=1728817230&amp;do=diff</link>
        <description>Trucs &amp; Astuces sur GIT

Logs en JSON


git log --pretty=format:&quot;{ \&quot;hashes\&quot;:{ \&quot;commit\&quot;:\&quot;%H\&quot;, \&quot;tree\&quot;:\&quot;%T\&quot;, \&quot;parents\&quot;:\&quot;%P\&quot; }, \&quot;author\&quot;:{ \&quot;date\&quot;: \&quot;%ai\&quot;, \&quot;name\&quot;: \&quot;%an\&quot;, \&quot;email\&quot;:\&quot;%ae\&quot; }, \&quot;committer\&quot;:{ \&quot;date\&quot;: \&quot;%ci\&quot;, \&quot;name\&quot;: \&quot;%cn\&quot;, \&quot;email\&quot;:\&quot;%ce\&quot; } }&quot;</description>
    </item>
    <item rdf:about="http://wiki.techtic.pro/doku.php?id=prog:git:commandes&amp;rev=1664616074&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-01T11:21:14+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Commandes GIT</title>
        <link>http://wiki.techtic.pro/doku.php?id=prog:git:commandes&amp;rev=1664616074&amp;do=diff</link>
        <description>Commandes GIT

Commandes

	*  git add %NomDuFichier% (ou *)
	*  git commit (-m “%Message%”)
	*  git log : affiche les modifications
	*  git checkout %CommitId%  (%CommitId% est visible dans git log)
	*  git checkout master (-f) reviens au dernier commit</description>
    </item>
    <item rdf:about="http://wiki.techtic.pro/doku.php?id=prog:git:installation&amp;rev=1569866767&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-30T20:06:07+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Installer GIT</title>
        <link>http://wiki.techtic.pro/doku.php?id=prog:git:installation&amp;rev=1569866767&amp;do=diff</link>
        <description>Installer GIT

	*   Télécharger GIT : &lt;https://git-scm.com/download/win&gt;
	*  Installer GIT

Tester

Avec git --version

C:\Users\thierry&gt;git --version
git version 2.23.0.windows.1


Configurer

Créer un nouveau dépot

Cliquer sur Create New Repository



Et donner le chemin d'accés vers le dépot</description>
    </item>
</rdf:RDF>
