<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.neurethic.com/index.php?action=history&amp;feed=atom&amp;title=Git</id>
	<title>Git - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.neurethic.com/index.php?action=history&amp;feed=atom&amp;title=Git"/>
	<link rel="alternate" type="text/html" href="https://wiki.neurethic.com/index.php?title=Git&amp;action=history"/>
	<updated>2026-06-21T23:53:17Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.neurethic.com/index.php?title=Git&amp;diff=128&amp;oldid=prev</id>
		<title>Pierre.demangel : Create Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.neurethic.com/index.php?title=Git&amp;diff=128&amp;oldid=prev"/>
		<updated>2026-03-20T14:47:23Z</updated>

		<summary type="html">&lt;p&gt;Create Page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[https://git-scm.com/install/ Download link]&lt;br /&gt;
&lt;br /&gt;
[https://git-scm.com/docs/user-manual User guide]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Git&amp;#039;&amp;#039;&amp;#039; is a distributed version control system that tracks changes in files and coordinates work among multiple collaborators. It is the core tool used by [[GitLab]] and other platforms for version control.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
# Download and install Git&lt;br /&gt;
# Follow the steps of the installation wizard&lt;br /&gt;
&lt;br /&gt;
== Key Concepts ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Repository (repo):&amp;#039;&amp;#039;&amp;#039; A folder containing all project files and history&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Commit:&amp;#039;&amp;#039;&amp;#039; A snapshot of changes in the repository&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Branch:&amp;#039;&amp;#039;&amp;#039; An independent line of development&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Merge:&amp;#039;&amp;#039;&amp;#039; Combining changes from one branch into another&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Clone:&amp;#039;&amp;#039;&amp;#039; Copying a repository to your local machine&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Push / Pull:&amp;#039;&amp;#039;&amp;#039; Sending or retrieving changes to/from a remote repository&lt;br /&gt;
&lt;br /&gt;
== Main Uses ==&lt;br /&gt;
&lt;br /&gt;
* Track changes in code or scripts for experiments&lt;br /&gt;
* Collaborate with team members on software projects&lt;br /&gt;
* Maintain a full history of project development&lt;br /&gt;
* Integrate with [[GitLab]] for online project management and CI/CD pipelines&lt;br /&gt;
&lt;br /&gt;
== Why It Matters ==&lt;br /&gt;
&lt;br /&gt;
* Ensures all team members work on the most up-to-date version of a project&lt;br /&gt;
* Prevents accidental overwriting of changes&lt;br /&gt;
* Provides a complete record of all modifications for reproducibility&lt;br /&gt;
* Enables safe experimentation using branches and merges&lt;br /&gt;
&lt;br /&gt;
== When You Will Use It ==&lt;br /&gt;
&lt;br /&gt;
* Cloning a repository to your computer&lt;br /&gt;
* Making changes and committing them&lt;br /&gt;
* Pushing updates to a shared repository&lt;br /&gt;
* Pulling updates from teammates&lt;br /&gt;
* Reviewing project history or reverting changes&lt;br /&gt;
&lt;br /&gt;
== Good Practices ==&lt;br /&gt;
&lt;br /&gt;
* Commit changes frequently with clear messages, using [https://www.conventionalcommits.org/en/v1.0.0/ conventional commits]&lt;br /&gt;
* Use branches to isolate new features or experiments&lt;br /&gt;
* Pull updates before starting work to avoid conflicts&lt;br /&gt;
* Keep your local repository organized and up to date&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
* [https://git-scm.com/docs/gittutorial Gittutorial]&lt;br /&gt;
* [https://www.youtube.com/watch?v=CvUiKWv2-C0 Git Tutorial for Absolute Beginners]&lt;br /&gt;
* [https://ohmygit.org/ Oh My Git!]&lt;/div&gt;</summary>
		<author><name>Pierre.demangel</name></author>
	</entry>
</feed>