We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
commande git commit
When the git commit command is run, by default it only looks at this staging area, so git add is used to craft what exactly you would like your next commit snapshot to look like.
Quand la commande git commit est lancée, par défaut elle ne regarde que cette zone d'index, donc git add est utilisée pour réaliser le prochain commit exactement comme vous le voulez.
Now take a second to look at that diagram and realize what happened: it essentially undid the last git commit command.
Maintenant, arrêtez-vous une seconde et regardez le diagramme ci-dessus pour comprendre ce qu'il s'est passé : en essence, il a défait ce que la dernière commande git commit a créé.
The git commit command takes all the file contents that have been staged with git add and records a new permanent snapshot in the database and then moves the branch pointer on the current branch up to it.
git commit La commande git commit prend tout le contenu des fichiers qui ont été indexés avec git add et enregistre un nouvel instantané permanent dans la base de données puis fait pointer la branche courante dessus.
Issue the git commit command with a commit message, as shown on the next line.
Émettez la commande git commit avec un message de commit, comme illustré sur la ligne pour tous les utilisateurs Git.
The git commit command is used to commit the changes to the head.
La commande git commit permet de valider les modifications apportées au HEAD.
Finally, we take a look at what the git commit command does in the background and how it's actually implemented in Commit Objects.
Enfin, nous regardons ce que la commande git commit fait en coulisses et comment elle est réellement implémentée dans Les objets commit.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.
No results found for this meaning.
Synonyms and analogies of "git commit command" in English