Vertaling van "commit en" in Engels
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.
Esto es más útil para reemplazar un commit en tu historia con otro.
This is most commonly useful for replacing one commit in your history with another one.
Por ejemplo, si aplicaste un squash a el segundo commit en la lista de arriba, la rama feature se verá como la siguiente después de guardar y cerrar el editor
For example, if you squashed the second commit in the above listing, the feature branch would look like the following after saving and closing the editor
SVN Arcane Huang no tiene ningún commit en el repositorio de subversión.
SVN Arcane Huang does not have any commits to the SVN repository.
SVN Jamie L Sammons no tiene ningún commit en el repositorio de subversión.
SVN Jamie L Sammons does not have any commits to the SVN repository.
Puede injertar una historia en la otra mediante 'replace'ing el commit más antiguo en la nueva línea con el último commit en el anterior.
You can graft one history onto the other by 'replace'ing the earliest commit in the new line with the latest commit on the older one.
Leer el correo electrónico ya es parte de la rutina de la gente, así que si el contenido es visible allí mismo en el correo, los desarrolladores podrán revisar el commit en el mismo sitio sin la necesidad de abandonar sus clientes de correo.
Reading email is already part of people's routine, so if the content of the change is visible right there in the commit email, developers will review the commit on the spot, without leaving their mail reader.
Entonces, en este caso, eb41d76 es la commit en nuestro submódulo que nosotros teníamos y c771610 es la commit que tenía upstream.
So, in this case, eb41d76 is the commit in our submodule that we had and c771610 is the commit that upstream had.
Esto es útil si tienes varios commits en una rama puntual y solo quieres integrar uno de ellos, o si solo tienes un commit en una rama puntual y prefieres entresacarlo en lugar de hacer una reorganización (rebase).
This is useful if you have a number of commits on a topic branch and you want to integrate only one of them, or if you only have one commit on a topic branch and you'd prefer to cherry-pick it rather than run rebase.
Esto es bueno porque significa que en realidad no tienes que reescribir cada commit en la nueva historia, como normalmente tendrías que hacer para unirlos juntos (porque el parentesco efectúa los SHA-1s).
This is nice because it means that you don't actually have to rewrite every commit in the new history, as you would normally have to do to join them together (because the parentage affects the SHA-1s).
Por lo tanto, el commit que queremos es el tercer commit en la historia, o HEAD~2.
So, the commit we want to reference is the third commit in history, or HEAD~2.
Para mover las descargas finalizadas al directorio incoming/ con su nombre final, necesitas utilizar el comando commit en el interfaz TELNET o en el botón "SAVE" (salvar) en el GUI GTK.
To move finished downloads into the incoming/ directory with their final name, you need to use the command commit in the telnet, or the "Save" buttons in the GUI.
También verías que el Pull Request toma el estado del último commit en la rama y te avisa de si es un fallo.
You can also see that the Pull Request takes the status of the last commit on the branch and warns you if it is a failure.
Esto quiere decir que cuando hacemos un commit en MASTER, tenemos una nueva RELEASE (una nueva versión) del proyecto.
When we do a commit in this branch we get a new RELEASE of our project.