Andere resultaten
Para aquellos que estén confundidos, la salida de git blame muestra el commit SHA abreviado, el nombre del archivo, el autor del commit, la fecha y hora del commit, el número de línea y finalmente, la línea en cuestión.
For those confused at what this wall of text consists of, it shows the abbreviated commit SHA, the file name it originated from, the commit author and date, line number, and then the actual line of code.
Cada vez que ustedes hacen un "commit", Git guarda una instantánea del estado de su proyecto en ese momento.
Every time you do a commit, it records a snapshot of what your project looks like at that point.
¿Cómo puedo deshacer el último commit en Git?
¿Cómo puedo deshacer el último commit en Git?
You have to edit or undo the last commit.
¿Cómo borrar definitivamente un commit en git?
¿Cómo puedo deshacer el último commit en Git?
Cree una rama para implementar cambios, y confirme (git commit) esos cambios.
Create a branch to make changes; then commit those changes.
Así lo dejas todo empaquetado en un solo commit y mantienes el Git limpio.
Squash and merge squashes all commits into a single commit and removes the separate merge commit.
Como puedo deshacer mi último commit en Git? [duplicada] Formular una pregunta
¿Cómo borrar definitivamente un commit en git?
Para ello usaremos el plugin de Git desde Eclipse, haciendo click derecho sobre tu proyecto Heroku y después Team > Commit.
In Eclipse, right-click on your Heroku project and then Team > Commit.
Presiona el tabulador cuando estés escribiendo un comando de Git, y dos veces sugiere commit y config.
then pressing the Tab key twice suggests commit and config.
Mantén lógicos tus commits y escribe comentarios de commit bien claros y concisos.
Keep your commits logical, and write good clear and concise commit messages.