The git mv command is a thin convenience command to move a file and then run git add on the new file and git rm on the old file.
El comando git mv es un comando de conveniencia para mover un archivo y luego ejecutar git add en el nuevo archivo y git rm en el archivo antiguo.
For another example, if you stage the anything that is still unstaged - any files you have created or modified that you haven't run git add on since you edited them - won't go into this commit.
Recuerda que cualquier cosa que todavía esté sin preparar -cualquier archivo que hayas creado o modificado, y sobre el que no hayas ejecutado git add desde su última edición- no se incluirá en esta confirmación.
Remember that anything that is still unstaged - any files you have created or modified that you haven't run git add on since you edited them - won't go into this commit.
Recuerdo que cualquier cosa que aún no esté estacionada (cualquier archivo que hayas creado o editado pero sobre los cuáles aún no hayas ejecutado git add sobre ellos desde que los editaste) no irán en el siguiente envío.
What it's suggesting that you do is to update the index like you had run git add, which clears the conflict, then commit.
$ git Lo que está sugiriendo que haga es actualizar el índice como si hubiera ejecutado git add, que borra el conflicto y luego haga commit.
Let's run git add now to stage the benchmarks.rb file, and then run git status again
Ejecutamos git add para preparar el archivo benchmarks.rb, y volvemos a ejecutar Ambos archivos están ahora preparados y se incluirán en tu próxima confirmación.
We first effectively cover the simplest use of git reset in Unstaging a Staged File, where we use it to unstage a file we had run git add on.
En primer lugar, cubrimos efectivamente el uso más simple de git reset en Deshacer un Archivo Preparado, donde lo usamos para dejar de hacer seguimiento (unstage) de un archivo sobre el que habíamos ejecutado git add.
Notice how you don't have to run git add on the "CONTRIBUTING.md" file in this case before you commit.
Fíjate que en este caso no fue necesario ejecutar git add sobre el archivo CONTRIBUTING.md antes de confirmar.
Remember that anything that is still unstaged - any files you have created or modified that you haven't run git add on since you edited them - won't go into this commit.
Recuerda que cualquier cosa que no esté preparada - cualquier archivo que hayas creado o modificado y que no hayas agregado con git add desde su edición - no será confirmado.
If you run git add with the -i or - interactive option, Git goes into an interactive shell mode, displaying something like this
Al lanzar el comando 'git add' con las opciones '-i' o ' - interactive', Git entra en un modo interactivo y muestra algo así como
If you run git add with the -i or - interactive option, Git goes into an interactive shell mode, displaying something like this
Si empiezas git add con el -i o la opción - interactive, Git entra en un modo de celda interactiva, mostrando algo como esto
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Nici un rezultat pentru acest sens.
Sinonime și analogii pentru "run git add" în limba Română