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 fetch
It's important to note that the git fetch command pulls the data to your local repository - it doesn't automatically merge it with any of your work or modify what you're currently working on.
Es importante destacar que el comando git fetch solo trae datos a tu repositorio local - ni lo combina automáticamente con tu trabajo ni modifica el trabajo que llevas hecho.
While the git fetch command will fetch down all the changes on the server that you don't have yet, it will not modify your working directory at all.
Traer y Fusionar A pesar de que el comando git fetch trae todos los cambios del servidor que no tienes, este no modifica tu directorio de trabajo.
The git fetch command updates your remote references.
The git fetch command communicates with a remote repository and fetches down all the information that is in that repository that is not in your current one and stores it in your local database.
El comando git fetch comunica con un repositorio remoto y obtiene toda la información que se encuentra en ese repositorio que no está en el tuyo actual y la almacena en tu base de datos local.
It's important to note that the git fetch command pulls the data to your local repository - it doesn't automatically merge it with any of your work or modify what you're currently working on.
Es importante tener en cuenta que el comando fetch solo recupera la información y la pone en tu repositorio local -no la une automáticamente con tu trabajo ni modifica aquello en lo que estás trabajando.
In order to retrieve a remote repository, you issue the git fetch command, and then you have check out a particular branch from that.
En el caso que necesites obtener un repositorio remoto, en vez de crear uno local, deberías utilizar el comando clone, en lugar de init.
The git fetch command communicates with a remote repository and fetches down all the information that is in that repository that is not in your current one and stores it in your local database.
Es importante tener en cuenta que el comando fetch solo recupera la información y la pone en tu repositorio local -no la une automáticamente con tu trabajo ni modifica aquello en lo que estás trabajando.
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.