Muestra un resumen de la creación, renombre y modos de cambio con un commit específico
Output a summary of file creations, renames and mode changes since a given commit
En lugar de enlazar las ramas con un commit de merge, el hacer rebase a una rama mueve completamente la rama con la nueva característica hacia la punta de máster como se muestra abajo.
Instead of tying the branches together with a merge commit, rebasing moves the entire feature branch to the tip of master as shown below.
¿Cómo ver las diferencias de un archivo con un commit específico?
How can I reset or revert a file to a specific revision?
¿Cómo ver las diferencias de un archivo con un commit específico?
Tim hace un commit con la nueva migración al sistema de control de versiones (por ej.
Tim commits the new migration into the source control system (e.g.
Si quieres volver a hacer la confirmación, puedes ejecutar un commit con la opción - amend
If you want to try that commit again, you can run commit with the - amend option
Si simplemente realizas un commit con el arreglo en tu repositorio, o de lo contrario lo anuncias al mundo, efectivamente estarás forzando a todo el mundo que use tu software a actualizarse inmediatamente o estarán en riesgo de ser hackeados.
If you simply commit the fix to your repository, or otherwise announce it to the world, you effectively force everyone using your software to upgrade immediately or risk being hacked.
En este post veremos cómo ejecutar pruebas unitarias (las llamadas en Unity "Edit Mode Tests") cada vez que realicemos un commit con Sourcetree.
In this post, we'll see how to launch unit tests (called in Unity "Edit Mode Tests") every time we make a SourceTree commit.
Si lanzas chmod u+x.git/hooks/update, siendo este el fichero en el que hemos introducido el código anterior, y probamos a subir un commit con un mensaje que no cumple las reglas, verás algo como esto
If you run chmod u+x.git/hooks/update, which is the file into which you should have put all this code, and then try to push a commit with a non-compliant message, you get something like this
En caso de pasar las pruebas el commit se realizará de forma correcta, y en caso contrario cancelará el commit con un mensaje.
If we the tests are passed, the commit will continue, if not, the commit will aborts.
¡Incluso si no tiene un programa de seguimiento de incidencias con un gancho pre-commit parseando sus mensajes de log, puede seguir utilizando ésto para convertir las incidencias mencionadas en su mensajes de registro en vínculos!
Even if you don't have an issue tracker with a pre-commit hook parsing your log messages, you still can use this to turn the issues mentioned in your log messages into links!
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.