Não foi possível encontrar esta entrada. Mostrando resultados aproximados. Verifique a ortografia ou proponha a adição deste termo ao dicionário.
la 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.
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.
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.
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.
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.
Conteúdo potencialmente sensível ou impróprio
Os exemplos servem apenas como ajuda na tradução da palavra ou da expressão procurada. Eles não são selecionados ou validados por nós e podem conter linguagem inapropriada. Pedimos que reporte exemplos que devem ser modificados ou que não devem ser exibidos. As traduções potencialmente sensivéis, impróprias ou coloquiais geralmente são marcadas em vermelho ou em laranja.