We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
At this point, you can exit the interactive adding script and run git commit to commit the partially staged files.
Dès lors, vous pouvez quitter l'ajout interactif et exécuter git commit pour commiter les fichiers partiellement en attente.
You should now see this message in place of the default commit message every time you run git commit.
Ce message devrait désormais s'afficher à la place du message de commit par défaut à chaque fois que vous lancez git commit.
Then we run git commit, which takes the contents of the Index and saves it as a permanent snapshot, creates a commit object which points to that snapshot, and updates master to point to that commit.
Ensuite, nous lançons git commit, ce qui prend le contenu de l'index et le sauve comme un instantané permanent, crée un objet commit qui pointe sur cet instantané et met à jour master pour pointer sur ce commit.
To tell Git to use it as the default message that appears in your editor when you run git commit, set the commit.template configuration value
Pour indiquer à Git de l'utiliser pour le message par défaut qui apparaîtra dans votre éditeur quand vous lancerez git commit, réglez le paramètre de configuration commit.template
In general, whenever you feel unsure about any operation, Git command or not, first run git commit -a.
En général, quand vous n'êtes pas sûr des conséquences d'une opération, et pas seulement des commandes Git, faites d'abord un git commit -a.
When you run git commit, it creates the commit object, specifying the parent of that commit object to be whatever SHA-1 value the reference in HEAD points to.
Quand vous exécutez git commit, il crée l'objet commit en spécifiant le parent de cet objet commit quelle que soit l'empreinte SHA-1 pointée par la référence de HEAD.
When you run git commit, Git creates a new commit and moves the branch that HEAD points to up to it.
Quand vous lancez git commit, Git crée un nouvel objet commit and déplace la branche pointée par HEAD dessus.
We've also been referring to this concept as Git's "Staging Area" as this is what Git looks at when you run git commit.
Nous avons aussi fait référence à ce concept comme la « zone de préparation » de Git du fait que c'est ce que Git examine lorsque vous lancez git commit.
You could now update the Index and run git commit again to accomplish what git commit - amend would have done (see Changing the Last Commit).
Vous pourriez maintenant mettre à jour l'index et relancer git commit pour accomplir ce que git commit - amend aurait fait (voir Modifier la dernière validation).
Run git commit to save your changes in your own local repository.
Exécuter « git commit » pour enregistrer vos changements dans votre propre dépôt local
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.