#LyX 2.3 created this file. For more info see http://www.lyx.org/ \lyxformat 544 \begin_document \begin_header \save_transient_properties true \origin unavailable \textclass article \use_default_options true \maintain_unincluded_children false \language english \language_package default \inputencoding auto \fontencoding global \font_roman "default" "default" \font_sans "default" "default" \font_typewriter "default" "default" \font_math "auto" "auto" \font_default_family default \use_non_tex_fonts false \font_sc false \font_osf false \font_sf_scale 100 100 \font_tt_scale 100 100 \use_microtype false \use_dash_ligatures true \graphics default \default_output_format default \output_sync 0 \bibtex_command default \index_command default \paperfontsize default \use_hyperref false \papersize default \use_geometry false \use_package amsmath 1 \use_package amssymb 1 \use_package cancel 1 \use_package esint 1 \use_package mathdots 1 \use_package mathtools 1 \use_package mhchem 1 \use_package stackrel 1 \use_package stmaryrd 1 \use_package undertilde 1 \cite_engine basic \cite_engine_type default \use_bibtopic false \use_indices false \paperorientation portrait \suppress_date false \justification true \use_refstyle 1 \use_minted 0 \index Index \shortcut idx \color #008000 \end_index \secnumdepth 3 \tocdepth 3 \paragraph_separation indent \paragraph_indentation default \is_math_indent 0 \math_numbering_side default \quotes_style english \dynamic_quotes 0 \papercolumns 1 \papersides 1 \paperpagestyle default \tracking_changes false \output_changes false \html_math_output 0 \html_css_as_file 0 \html_be_strict false \end_header \begin_body \begin_layout Title Base Utilisation git \end_layout \begin_layout Author Christophe et Clément \end_layout \begin_layout Date 24/07/2019 \end_layout \begin_layout Standard \begin_inset CommandInset toc LatexCommand tableofcontents \end_inset \end_layout \begin_layout Standard \begin_inset Newpage newpage \end_inset \end_layout \begin_layout Standard \begin_inset ERT status open \begin_layout Plain Layout \backslash setcounter{section}{-1} \end_layout \end_inset \end_layout \begin_layout Section prérequis : \end_layout \begin_layout Standard logiciel installer : \end_layout \begin_layout Itemize git \end_layout \begin_layout Itemize git kraken \end_layout \begin_layout Standard avoir un compte sur le \begin_inset CommandInset href LatexCommand href name "gitea" target "http://fibre.lab-ouest.org:8500" literal "false" \end_inset du lab \end_layout \begin_layout Part Initialisation de git \end_layout \begin_layout Section sur le dossier local \end_layout \begin_layout Standard sur l'ordinateur que l'on est en train d'uiliser, créer un répertoire pour mettre votre projet \end_layout \begin_layout Standard \emph on Exemple : \end_layout \begin_layout LyX-Code C: \backslash Users \backslash Lab Ouest \backslash Documents \backslash projet christophe \backslash utilisation GIT \end_layout \begin_layout Standard On se place dans ce répertoire \end_layout \begin_layout Standard \emph on Clique Droit: \begin_inset VSpace defskip \end_inset \end_layout \begin_layout Standard \begin_inset Graphics filename illustration/screen/clicDroitInit.png lyxscale 30 scale 30 \end_inset \end_layout \begin_layout Standard \begin_inset Newpage newpage \end_inset \end_layout \begin_layout Standard faire un \emph on clic gauche \emph default sur git \emph on bash here : \begin_inset Graphics filename illustration/screen/bouton git bash.png scale 50 \end_inset \begin_inset Marginal status collapsed \begin_layout Plain Layout \emph on ça ouvre un terminal qui se place, par défaut, dans le répertoire du projet \end_layout \end_inset \end_layout \begin_layout Standard dans le terminal tapé la commande : \end_layout \begin_layout LyX-Code git init \begin_inset Foot status collapsed \begin_layout Plain Layout ça créé un dossier caché “.git” dans le repertoire, ce dossier est la base de donnée git. \emph on Ne pas toucher a ce dossier \end_layout \end_inset \end_layout \begin_layout Section Le dépôt distant \end_layout \begin_layout Standard On vas donc aller sur un site de dépôt distant \begin_inset Foot status collapsed \begin_layout Plain Layout il en existe plein de dépôt différent le plus connut est github \end_layout \end_inset \begin_inset Marginal status collapsed \begin_layout Plain Layout dans notre cas gitea hébergé au lab \end_layout \end_inset aller sur \begin_inset CommandInset href LatexCommand href name "l'acceuil de gitéa" target "http://fibre.lab-ouest.org:8500/" literal "false" \end_inset . \end_layout \begin_layout Standard \begin_inset VSpace bigskip \end_inset \end_layout \begin_layout Standard \begin_inset Graphics filename illustration/screen/acceuilGitea.png lyxscale 30 scale 30 \end_inset \end_layout \begin_layout Standard le but du dépôt distant et d'avoir un espace en ligne pour syncroniser toutes les données présent sur le dépôt local et donc de les partagées avec des collaborateurs, un groupe de personnes... et de le syncronisée sur différent apareil. de plus cela permet d'avoir une savegade de son projet en cas de problème avec son PC. \end_layout \begin_layout Standard ici pour crée un nouveau \emph on dépôt distant \emph default sur \emph on Gitea \emph default il faut faire un \emph on clic gauche \emph default sur le '+' bleut en face \series bold Dépôts. \end_layout \begin_layout Standard après avoir remplie tout les champs (nom, visiblilité \begin_inset Foot status collapsed \begin_layout Plain Layout veut dire que le dépôt est publique (visible pas nimporte qui) ou privée (visible que par les membres du dépôt) \end_layout \end_inset ,...) cliquer sur \emph on crée un dépôt \end_layout \end_body \end_document