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

From FreeCAD Documentation
(Created page with "== Développement == Tout d'abord, '''ne jamais développer sur la branche principale''' ! Créer une branche locale de développement. Vous pouvez apprendre comment la fai...")
 
No edit summary
Line 1: Line 1:
== Processus de développement Git ==
== Développement ==


Tout d'abord, '''ne jamais développer sur la branche principale''' ! Créer une branche locale de développement.
Tout d'abord, '''ne jamais développer sur la branche principale''' ! Créer une branche locale de développement.
Vous pouvez apprendre comment la faire [http://book.git-scm.com/3_basic_branching_and_merging.html ici].
Vous pouvez apprendre comment ceci [http://book.git-scm.com/3_basic_branching_and_merging.html ici].

Revision as of 10:42, 29 October 2017

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)
{{VeryImportantMessage|Never develop on your local ''master'' branch. Instead, create a local branch for development, and then merge this local branch to the upstream master branch through a pull request. Please read [https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell Git Branching], [https://book.git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging Basic Branching and Merging], and [https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project GitHub - Contributing to a project] to learn more.}}

Processus de développement Git

Tout d'abord, ne jamais développer sur la branche principale ! Créer une branche locale de développement. Vous pouvez apprendre comment ceci ici.