usuario tag repositorio remove crear cambiar git patch add

repositorio - git push tag



¿Puedo modificar el tamaño del trozo de git-add? (2)

Además de ''y'' y ''n'', una de las respuestas que puede dar cuando le pregunta sobre un trozo es ''s'', para ''dividir este trozo en trozos más pequeños''. La lista completa:

y - stage this hunk n - do not stage this hunk q - quit, do not stage this hunk nor any of the remaining ones a - stage this and all the remaining hunks in the file d - do not stage this hunk nor any of the remaining hunks in the file g - select a hunk to go to / - search for a hunk matching the given regex j - leave this hunk undecided, see next undecided hunk J - leave this hunk undecided, see next hunk k - leave this hunk undecided, see previous undecided hunk K - leave this hunk undecided, see previous hunk s - split the current hunk into smaller hunks e - manually edit the current hunk ? - print help

Tengo un archivo en el que he estado trabajando y luego me di cuenta de que tenía un error en él unas líneas arriba de donde he estado trabajando. Rápidamente solucioné el error y quiero cometerlo antes de cometer el resto de mi trabajo. Genial, aquí es donde entra git add --patch!

Excepto, se me presenta un solo fragmento que incorpora ambos cambios. ¿Es posible decirle manualmente a git que quiero dos tíos?


git gui le permitirá cometer líneas simples, incluso si están rodeadas por otras líneas modificadas que no desea cometer.