A merge creates a new commit that incorporates changes from other commits.
Un merge crée un nouveau commit qui incorpore les changements d'autres commits.
It then points the current branch to this new commit.
You can see that it applied cleanly and automatically created the new commit for you.
This allows you to introduce all the changes from another branch and then make more changes before recording the new commit.
Cela permet de reporter toutes les modifications d'une autre branche, puis de réaliser d'autres modifications avant de réaliser une nouvelle validation.
Each new commit to stable triggers a rebuild of the docs website.
Chaque nouveau commit vers stable déclenche un rebuild du site web des docs.
At best, they create a new commit and rebuild history around it.
Les commandes modifiantes ne font généralement que créer un nouveau commit et reconstruisent l'historique autour de celui-ci.
When you save the changed file, a new commit is created in the branch being monitored by the pull request.
Lorsque vous enregistrez le fichier modifié, un nouveau commit est créé dans la branche surveillée par la pull request.
When creating a commit, you have to specify the new commit's parents.
À la création d'un commit, il faut spécifier les parents du nouveau commit.
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.
Crée un nouveau commit contenant le contenu actuel de l'index et avec le message de validation décrivant la modification.
When a commit is created in this state, the branch is updated to refer to the new commit.
Quand un commit est créé dans cet état, la branche est mise à jour pour faire référence au nouveau commit.
The cherry-pick command "copies" a commit, creating a new commit on the current branch with the same message and patch as another 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é.
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.
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.