Un merge crée un nouveau commit qui incorpore les changements d'autres commits.
A merge creates a new commit that incorporates changes from other commits.
Il déplace aussi la branche courante vers ce nouveau commit.
It then points the current branch to this new commit.
Créer un nouveau commit qui efface les changements du précédent.
Create new commits which reverse the effect of earlier ones.
Chaque nouveau commit vers stable déclenche un rebuild du site web des docs.
Each new commit to stable triggers a rebuild of the docs website.
Ne pas créer de nouveau commit, remplacer uniquement dans l'arbre courant
Les commandes modifiantes ne font généralement que créer un nouveau commit et reconstruisent l'historique autour de celui-ci.
At best, they create a new commit and rebuild history around it.
Lorsque vous enregistrez le fichier modifié, un nouveau commit est créé dans la branche surveillée par la pull request.
When you save the changed file, a new commit is created in the branch being monitored by the pull request.
À la création d'un commit, il faut spécifier les parents du nouveau commit.
When creating a commit, you have to specify the new commit's parents.
Crée un nouveau commit contenant le contenu actuel de l'index et avec le message de validation décrivant la modification.
Create a new commit containing the current contents of the index and the given log message describing the changes.
Crée un nouveau commit contenant le contenu actuel de l'index et avec le message de validation décrivant la modification.
Stores the current contents of the index in a new commit along with a log message from the user describing the changes.
Quand un commit est créé dans cet état, la branche est mise à jour pour faire référence au nouveau commit.
When a commit is created in this state, the branch is updated to refer to the new commit.
La commande cherry-pick copie un commit, en créant un nouveau commit sur la branche courante, avec le même message et le même "patch" que le commit désigné.
The cherry-pick command "copies" a commit, creating a new commit on the current branch with the same message and patch as another commit.
Il est parfois utile de permettre l'extraction d'un commit qui n'est sommet d'aucune branche ou même de créer un nouveau commit qui n'est pas référencé par une branche nommée.
It is sometimes useful to be able to checkout a commit that is not at the tip of any named branch, or even to create a new commit that is not referenced by a named branch.