Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
el comando git rm
We cover the git rm command in some detail in Removing Files, including recursively removing files and only removing files from the staging area but leaving them in the working directory with - cached.
Cubrimos el comando git rm con cierto detalle en Eliminar Archivos, incluyendo la eliminación de archivos de forma recursiva y solo la eliminación de archivos desde el área de ensayo, pero dejándolos en el directorio de trabajo con - cached.
The git rm command does that, and also removes the file from your working directory so you don't see it as an untracked file the next time around.
Para ello existe el comando git rm, que además elimina el archivo de tu directorio de trabajo de manera que no aparezca la próxima vez como un archivo no rastreado.
You can pass files, directories, and file-glob patterns to the git rm command.
El comando git rm también acepta tanto archivos como directorios o patrones globales.
The git rm command does that, and also removes the file from your working directory so you don't see it as an untracked file the next time around.
El comando git rm se encarga de eso, y también elimina el archivo de tu directorio de trabajo, para que no lo veas entre los archivos sin seguimiento.
The git rm command does that, and also removes the file from your working directory so you don't see it as an untracked file the next time around.
El comando git rm hace exactamente esto y también remueve el archivo de tu copia de trabajo para que no esté presente como no versionado en el futuro.
The git rm command is used to remove files from the staging area and working directory for Git.
El comando git rm se utiliza para eliminar archivos del área de ensayo y el directorio de trabajo para Git.
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.