Translations:Source code management/2/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
mNo edit summary
 
Line 1: Line 1:
Bien que Git soit principalement une application de terminal, il existe de nombreux clients graphiques qui facilitent le travail avec les branches, l’application de correctifs et la soumission de demandes d'extraction à une branche principale. Les exemples incluent [https://git-scm.com/docs/gitk gitk] (la première interface graphique développée), [https://wiki.gnome.org/Apps/Gitg/ gitg] (Gnome), [https://github.com/tibirna/qgit qgit] (Qt), [https://jonas.github.io/tig/ tig] (Ncurses), [http://github.com/git-cola/git-cola git-cola] et [https://www.gitkraken.com/ GitKraken] (propriétaire). Veuillez consulter [[Developing FreeCAD with GitKraken|Developing FreeCAD with GitKraken]] pour une introduction sommaire à cet outil.
Il existe également de nombreux bons clients graphiques pour git, comme par exemple [http://github.com/git-cola/git-cola git-cola], qui rendent le processus de management des dépôts git plus facile. Il existe également une introduction superficielle au [http://www.freecadweb.org/wiki/Developing_FreeCAD_with_GitKraken "Développement de FreeCad avec GitKraken"]

Latest revision as of 11:48, 6 October 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Source code management)
While Git is primarily a terminal application, there are many graphical clients for it which facilitate working with branches, applying patches, and submitting pull requests to a master branch. Examples include [https://git-scm.com/docs/gitk gitk] (the first graphical interface developed),  [https://wiki.gnome.org/Apps/Gitg/ gitg] (Gnome), [https://github.com/tibirna/qgit qgit] (Qt), [https://jonas.github.io/tig/ tig] (Ncurses), [http://github.com/git-cola/git-cola git-cola], and [https://www.gitkraken.com/ GitKraken] (proprietary). Please see [[Developing FreeCAD with GitKraken|Developing FreeCAD with GitKraken]] for a cursory introduction to this tool.

Bien que Git soit principalement une application de terminal, il existe de nombreux clients graphiques qui facilitent le travail avec les branches, l’application de correctifs et la soumission de demandes d'extraction à une branche principale. Les exemples incluent gitk (la première interface graphique développée), gitg (Gnome), qgit (Qt), tig (Ncurses), git-cola et GitKraken (propriétaire). Veuillez consulter Developing FreeCAD with GitKraken pour une introduction sommaire à cet outil.