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.
Alternatively, run git commit - interactive which automatically commits after you're done.
Como alternativa se puede usar git commit - interactive, el cual hace commit luego de que terminas.
At this point, you can exit the interactive adding script and run git commit to commit the partially staged files.
En este punto, puede salir del script de adición interactivo y ejecutar git commit para confirmar los archivos parcialmente organizados.
At this point, you can exit the interactive adding script and run git commit to commit the partially staged files.
En este punto, es posible salir del script interactivo y lanzar el comando 'git commit' para almacenar esa confirmación de cambios parciales en los archivos.
Instead of the second add command, run git commit -a if you also intend to commit at this time.
En lugar del segundo comando add, corre git commit -a si estás en condiciones de hacer 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.
Luego ejecutamos git commit, que toma los contenidos del índice y los guarda como una instantánea permanente, crea un objeto de commit que apunta a esa instantánea y actualiza máster para apuntar a esa commit.
If you commit now, the version of benchmarks.rb as it was when you last ran the git add command is how it will go into the commit, not the version of the file as it looks in your working directory when you run git commit.
Si haces git commit ahora, la versión de benchmarks.rb que se incluirá en la confirmación será la que fuese cuando ejecutaste el comando git add, no la versión que estás viendo ahora en tu directorio de trabajo.
In general, whenever you feel unsure about any operation, Git command or not, first run git commit -a.
En general, cuando te sientas inseguro del resultado de una operación, sea o no de Git, ejecuta antes git commit -a.
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.
Cuando lanzas una orden git commit, se crea un nuevo objeto de confirmación de cambios teniendo como padre la confirmación con valor SHA-1 a la que en ese momento esté apuntando la referencia en HEAD.
When you run git commit, Git creates a new commit and moves the branch that HEAD points to up to it.
Cuando ejecuta git commit, Git crea una nueva confirmación y mueve la rama a la que apunta HEAD.
If you commit now, the version of CONTRIBUTING.md as it was when you last ran the git add command is how it will go into the commit, not the version of the file as it looks in your working directory when you run git commit.
Si confirmas ahora, se confirmará la versión de CONTRIBUTING.md que tenías la última vez que ejecutaste git add y no la versión que ves ahora en tu directorio de trabajo al ejecutar git Abreviado
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).
Ahora puedes actualizar el índice y ejecutar git commit nuevamente para lograr lo que git commit - amend hubiera hecho (ver Cambiando la última confirmación).
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.