Traduzir "comando git add" para inglês

Mostrando 50 de 50 traduções da frase "comando git add" de espanhol para inglês

Traduções de comando git add

"comando git add" em espanhol pode ser traduzido nas seguintes palavras/frases inglês:

comando any by changes check command commands control create data do domain domain name ensure have make move of the on open page process project run see service site to to ensure use using web website work working
git commit git merge pull
add add adding

Tradução de espanhol para inglês de comando git add

espanhol
inglês

ES git clone, git config, git add, git status, git commit, git push, git pull, git branch, git checkout y git merge

EN git clone, git config, git add, git status, git commit, git push, git pull, git branch, git checkout, and git merge

espanhol inglês
clone clone
add add
status status
branch branch
checkout checkout
y and
config config
git git
push push
pull pull
commit commit
merge merge

ES Git para desarrolladores Git para marketing Git para gestión de productos Git para diseñadores Git para atención al cliente Git para recursos humanos Git para gestores de presupuestos

EN Git for developers Git for marketing Git for product management Git for designers Git for customer support Git for human resources Git for anyone managing a budget

espanhol inglês
git git
marketing marketing
cliente customer
humanos human
presupuestos budget
desarrolladores developers
diseñadores designers
recursos resources
gestión management
productos product
para for
atención support

ES Git para desarrolladores Git para marketing Git para gestión de productos Git para diseñadores Git para atención al cliente Git para recursos humanos Git para gestores de presupuestos

EN Git for developers Git for marketing Git for product management Git for designers Git for customer support Git for human resources Git for anyone managing a budget

espanhol inglês
git git
marketing marketing
cliente customer
humanos human
presupuestos budget
desarrolladores developers
diseñadores designers
recursos resources
gestión management
productos product
para for
atención support

ES Indícale a Git que realice el seguimiento de tu nuevo archivo locations.txt mediante el comando git add. Al igual que cuando creaste el archivo, el comando git add no devuelve nada cuando lo introduces correctamente.

EN Tell Git to track your new locations.txt file using the git add command. Just like when you created a file, the git add command doesn't return anything when you enter it correctly.

espanhol inglês
git git
nuevo new
txt txt
comando command
add add
creaste created
tu your
correctamente correctly
seguimiento track
archivo file
lo it
cuando when
el the
a to
de you
no anything

ES Guardar cambios: git add Aprende Git con Bitbucket Cloud: Copia tu repositorio de Git y añade los archivos Usar ramas: git merge Inspección de un repositorio: git status

EN Saving changes: git add Learn Git with Bitbucket Cloud: Copy your Git repository and add files Using Branches: git merge Inspecting a repository: git status

espanhol inglês
cambios changes
bitbucket bitbucket
cloud cloud
copia copy
ramas branches
status status
git git
repositorio repository
archivos files
merge merge
guardar saving
con with
tu your
aprende and
un a

ES Usar ramas: git merge Reescribir el historial: git commit --amend Aprende Git con Bitbucket Cloud: Copia tu repositorio de Git y añade los archivos Guardar cambios: git add

EN Using Branches: git merge Rewriting history: git commit --amend Learn Git with Bitbucket Cloud: Copy your Git repository and add files Saving changes: git add

espanhol inglês
ramas branches
bitbucket bitbucket
cloud cloud
copia copy
cambios changes
git git
historial history
repositorio repository
archivos files
commit commit
merge merge
guardar saving
con with
tu your
a using
aprende and

ES Qué es el control de versiones Qué es Git Por qué utilizar Git en tu organización Instalación de Git SSH de Git Archivo Git GitOps Chuleta de Git

EN What is version control What is Git Why Git for your organization Install Git Git SSH Git archive GitOps Git cheat sheet

espanhol inglês
instalación install
ssh ssh
archivo archive
es is
control control
git git
tu your
organización organization
qué what
por for

ES Qué es el control de versiones Qué es Git Por qué utilizar Git en tu organización Instalación de Git SSH de Git Archivo Git GitOps Chuleta de Git

EN What is version control What is Git Why Git for your organization Install Git Git SSH Git archive GitOps Git cheat sheet

espanhol inglês
instalación install
ssh ssh
archivo archive
es is
control control
git git
tu your
organización organization
qué what
por for

ES Inspección de un repositorio: git status git stash Aprende Git con Bitbucket Cloud: Usa una rama de Git para fusionar un archivo Aprende Git con Bitbucket Cloud: Copia tu repositorio de Git y añade los archivos

EN Inspecting a repository: git status Git Stash Learn Git with Bitbucket Cloud: Use a Git branch to merge a file Learn Git with Bitbucket Cloud: Copy your Git repository and add files

espanhol inglês
status status
bitbucket bitbucket
cloud cloud
rama branch
copia copy
añade add
repositorio repository
git git
fusionar merge
archivo file
archivos files
tu your
a to
un a
aprende and
con with

ES Ten en cuenta que este comando solo crea la nueva rama. Para empezar a añadir confirmaciones, necesitas seleccionarla con el comando git checkout y, a continuación, utilizar los comandos estándar git add y git commit.

EN Note that this only creates the new branch. To start adding commits to it, you need to select it with git checkout, and then use the standard git add and git commit commands

espanhol inglês
rama branch
checkout checkout
estándar standard
cuenta note
necesitas you need
git git
comandos commands
commit commit
nueva new
y and
con with
crea creates
a to
este this

ES Usar ramas: git branch Usar ramas: git checkout Usar ramas: git merge Aprende Git con Bitbucket Cloud: Usa una rama de Git para fusionar un archivo

EN Using Branches: git branch Using Branches: git checkout Using Branches: git merge Learn Git with Bitbucket Cloud: Use a Git branch to merge a file

espanhol inglês
checkout checkout
aprende learn
bitbucket bitbucket
cloud cloud
ramas branches
git git
archivo file
fusionar merge
un a
branch branch
con with
para to

ES El comando git commit confirma la instantánea preparada en el historial del proyecto. En combinación con git add, este proceso define el flujo de trabajo básico de todos los usuarios de Git.

EN The git commit takes the staged snapshot and commits it to the project history. Combined with git add, this process defines the basic workflow for all Git users.

espanhol inglês
instantánea snapshot
historial history
add add
define defines
usuarios users
combinación combined
git git
flujo de trabajo workflow
commit commit
proceso process
proyecto project
básico basic
con with
de and
este this

ES Haz los cambios de forma local y luego añade, confirma y envía dichos cambios a la rama:git add. git commit -m "adding a change from the feature branch" git push origin

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

espanhol inglês
local locally
origin origin
git git
change change
push push
commit commit
la the
cambios changes
branch branch
a to
y your
de and
añade adding
luego then

ES Haz los cambios de forma local y luego añade, confirma y envía dichos cambios a la rama:git add. git commit -m "adding a change from the feature branch" git push origin

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

espanhol inglês
local locally
origin origin
git git
change change
push push
commit commit
la the
cambios changes
branch branch
a to
y your
de and
añade adding
luego then

ES Haz los cambios de forma local y luego añade, confirma y envía dichos cambios a la rama:git add. git commit -m "adding a change from the feature branch" git push origin

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

espanhol inglês
local locally
origin origin
git git
change change
push push
commit commit
la the
cambios changes
branch branch
a to
y your
de and
añade adding
luego then

ES Lo bueno de Git es que usa los mismos comandos, git status y git add, tanto para generar confirmaciones como para resolver conflictos de fusión

EN The nice thing about Git is that it uses the same git status and git add commands for both generating commits and resolving merge conflicts

espanhol inglês
usa uses
comandos commands
status status
add add
resolver resolving
conflictos conflicts
git git
es is
fusión merge
lo it
que same
los the
para for
generar generating

ES Crea un repositorio de Git Copia tu repositorio de Git y añade los archivos Incorpora cambios de tu repositorio de Git en Bitbucket Cloud Usa una rama de Git para fusionar un archivo

EN Create a Git repository Copy your Git repository and add files Pull changes from your Git repository on Bitbucket Cloud Use a Git branch to merge a file

espanhol inglês
copia copy
añade add
cambios changes
bitbucket bitbucket
cloud cloud
rama branch
repositorio repository
git git
en on
fusionar merge
archivos files
archivo file
tu your
usa use
a to
un a

ES De SVN a Git: prepárate para la migración Migración a Git desde SVN De Perforce a Git: por qué dar el paso Migración de Perforce a Git

EN SVN to Git - prepping for the migration Migrate to Git from SVN Perforce to Git - why to make the move Migrating from Perforce to Git

espanhol inglês
svn svn
git git
a to
migración migration
de move
desde from

ES Crea un repositorio de Git Copia tu repositorio de Git y añade los archivos Incorpora cambios de tu repositorio de Git en Bitbucket Cloud Usa una rama de Git para fusionar un archivo

EN Create a Git repository Copy your Git repository and add files Pull changes from your Git repository on Bitbucket Cloud Use a Git branch to merge a file

espanhol inglês
copia copy
añade add
cambios changes
bitbucket bitbucket
cloud cloud
rama branch
repositorio repository
git git
en on
fusionar merge
archivos files
archivo file
tu your
usa use
a to
un a

ES De SVN a Git: prepárate para la migración Migración a Git desde SVN De Perforce a Git: por qué dar el paso Migración de Perforce a Git

EN SVN to Git - prepping for the migration Migrate to Git from SVN Perforce to Git - why to make the move Migrating from Perforce to Git

espanhol inglês
svn svn
git git
a to
migración migration
de move
desde from

ES Inspección de un repositorio: git log git log avanzado: Filtrar el historial de confirmaciones (en inglés) git log avanzado: Formato de la salida del registro (en inglés) Resumen de los tutoriales avanzados de Git

EN Inspecting a repository: git log Advanced Git log: Filtering the Commit History Advanced Git log: Formatting Log Output Advanced Git Tutorials: Overview

espanhol inglês
filtrar filtering
formato formatting
salida output
resumen overview
tutoriales tutorials
repositorio repository
git git
historial history
un a
avanzado advanced

ES Git tiene su propia sintaxis para las URL, que se usa para pasar ubicaciones del repositorio remotas a comandos Git. Como git clone se utiliza más habitualmente en repositorios remotos, examinaremos la sintaxis de las URL de Git aquí.

EN Git has its own URL syntax which is used to pass remote repository locations to Git commands. Because git clone is most commonly used on remote repositories we will examine Git URL syntax here.  

espanhol inglês
git git
sintaxis syntax
url url
ubicaciones locations
clone clone
repositorio repository
comandos commands
aquí here
a to
en on
repositorios repositories
se is
tiene has
de because
la its
remotos remote

ES Un protocolo único de Git. Git incluye un daemon que se ejecuta en el puerto (9418). El protocolo es similar a SSH. Sin embargo, NO tiene autenticación. git://host.xz[:port]/path/to/repo.git/

EN A protocol unique to git. Git comes with a daemon that runs on port (9418). The protocol is similar to SSH however it has NO AUTHENTICATION. git://host.xz[:port]/path/to/repo.git/  

espanhol inglês
protocolo protocol
git git
daemon daemon
ssh ssh
autenticación authentication
host host
to to
es is
el the
sin embargo however
en on
similar similar
un a
tiene has

ES El comando git add mueve los cambios del directorio de trabajo al entorno de ensayo de Git. El entorno de ensayo es donde preparas una instantánea de un conjunto de cambios antes de confirmarlos en el historial oficial.

EN The git add command moves changes from the working directory to the Git staging area. The staging area is where you prepare a snapshot of a set of changes before committing them to the official history.

espanhol inglês
comando command
git git
add add
directorio directory
ensayo staging
instantánea snapshot
historial history
oficial official
mueve moves
es is
un a
el the
cambios changes
de of
donde where

ES Como el país más grande de Suramérica, Brasil ha producido dos de los grupos criminales más poderosos de la región: el Primer Comando Capital (Primeiro Comando da Capital, PCC) y el Comando Rojo (Comando Vermelho)

EN As South America’s largest nation, Brazil has produced two of the region’s most powerful criminal groups: The First Capital Command (Primeiro Comando da Capital – PCC) and Red Command (Comando Vermelho)

espanhol inglês
país nation
brasil brazil
producido produced
grupos groups
criminales criminal
comando command
capital capital
y and
grande largest
rojo red
dos two

ES Con el add-on Zapier, tienes la capacidad de conectar tu aplicación a miles de otros servicios online. Es el add-on perfecto para configurar automatizaciones sin tener que codificar. (Debes tener una cuenta en www.zapier.com para utilizar este add-on)

EN With the Zapier add-on, you have the ability to connect your app to thousands of other online services. It's the perfect add-on to set up automations without having to code. (You must have an account at www.zapier.com to use this add-on)

espanhol inglês
zapier zapier
otros other
online online
perfecto perfect
automatizaciones automations
cuenta account
servicios services
codificar code
aplicación app
configurar set up
a to
con with
de of
debes you must
conectar your
capacidad ability
sin without
en on
este this

ES Con el add-on Zapier, tienes la capacidad de conectar tu aplicación a miles de otros servicios online. Es el add-on perfecto para configurar automatizaciones sin tener que codificar. (Debes tener una cuenta en www.zapier.com para utilizar este add-on)

EN With the Zapier extension, you have the ability to connect your app to thousands of other online services. It's the perfect add-on to set up automations without having to code. (You must have an account at www.zapier.com to use this add-on)

espanhol inglês
zapier zapier
otros other
online online
perfecto perfect
automatizaciones automations
cuenta account
servicios services
codificar code
aplicación app
configurar set up
a to
con with
de of
debes you must
conectar your
capacidad ability
sin without
en on
este this

ES Con el add-on Zapier, tienes la capacidad de conectar tu aplicación a miles de otros servicios online. Es el add-on perfecto para configurar automatizaciones sin tener que codificar. (Debes tener una cuenta en www.zapier.com para utilizar este add-on)

EN With the Zapier extension, you have the ability to connect your app to thousands of other online services. It's the perfect add-on to set up automations without having to code. (You must have an account at www.zapier.com to use this add-on)

espanhol inglês
zapier zapier
otros other
online online
perfecto perfect
automatizaciones automations
cuenta account
servicios services
codificar code
aplicación app
configurar set up
a to
con with
de of
debes you must
conectar your
capacidad ability
sin without
en on
este this

ES Con el add-on Zapier, tienes la capacidad de conectar tu aplicación a miles de otros servicios online. Es el add-on perfecto para configurar automatizaciones sin tener que codificar. (Debes tener una cuenta en www.zapier.com para utilizar este add-on)

EN With the Zapier extension, you have the ability to connect your app to thousands of other online services. It's the perfect add-on to set up automations without having to code. (You must have an account at www.zapier.com to use this add-on)

espanhol inglês
zapier zapier
otros other
online online
perfecto perfect
automatizaciones automations
cuenta account
servicios services
codificar code
aplicación app
configurar set up
a to
con with
de of
debes you must
conectar your
capacidad ability
sin without
en on
este this

ES Con el add-on Zapier, tienes la capacidad de conectar tu aplicación a miles de otros servicios online. Es el add-on perfecto para configurar automatizaciones sin tener que codificar. (Debes tener una cuenta en www.zapier.com para utilizar este add-on)

EN With the Zapier extension, you have the ability to connect your app to thousands of other online services. It's the perfect add-on to set up automations without having to code. (You must have an account at www.zapier.com to use this add-on)

espanhol inglês
zapier zapier
otros other
online online
perfecto perfect
automatizaciones automations
cuenta account
servicios services
codificar code
aplicación app
configurar set up
a to
con with
de of
debes you must
conectar your
capacidad ability
sin without
en on
este this

ES Confirma la instantánea preparada en el historial del proyecto. En combinación con git add, define el flujo de trabajo básico de todos los usuarios de Git.

EN Takes the staged snapshot and commits it to the project history. Combined with git add, this defines the basic workflow for all Git users.

espanhol inglês
instantánea snapshot
historial history
git git
add add
define defines
usuarios users
combinación combined
flujo de trabajo workflow
proyecto project
básico basic
con with
de and

ES Muestra el estado del directorio en el que estás trabajando y la instantánea preparada. Lo mejor es que lo ejecutes junto con git add y git commit para ver exactamente qué se va a incluir en la próxima instantánea.

EN Displays the state of the working directory and the staged snapshot. You’ll want to run this in conjunction with git add and git commit to see exactly what’s being included in the next snapshot.

espanhol inglês
directorio directory
trabajando working
instantánea snapshot
exactamente exactly
git git
commit commit
en in
y conjunction
a to
del of
es being
muestra displays
con with
incluir add

ES Por este motivo, git branch está estrechamente integrado con los comandos git checkout y git merge.

EN For this reason, git branch is tightly integrated with the git checkout and git merge commands.

espanhol inglês
motivo reason
branch branch
estrechamente tightly
integrado integrated
comandos commands
checkout checkout
git git
merge merge
y and
con with
por for
este this
está is
los the

ES Lo cierto es que Apple mantiene y lanza su propia bifurcación de Git, pero esta tiende a ir desfasada varias versiones principales con respecto al Git general. Puede que te interese instalar una nueva versión de Git aplicando uno de estos métodos:

EN Apple actually maintain and ship their own fork of Git, but it tends to lag behind mainstream Git by several major versions. You may want to install a newer version of Git using one of the methods below:

espanhol inglês
apple apple
bifurcación fork
git git
tiende tends
métodos methods
nueva newer
lo it
versiones versions
versión version
pero but
de of
al the
instalar install
y and
su their
a to
principales major
con behind
una a
te you
que maintain
varias several
puede may

ES Para aprender a utilizar Git con Sourcetree (y cómo alojar tus repositorios Git con Bitbucket) puedes seguir nuestro exhaustivo tutorial de Git con Bitbucket y Sourcetree.

EN To learn how to use Git with Sourcetree (and how to host your Git repositories on Bitbucket) you can follow our comprehensive Git tutorial with Bitbucket and Sourcetree.

espanhol inglês
git git
sourcetree sourcetree
alojar host
repositorios repositories
bitbucket bitbucket
exhaustivo comprehensive
tutorial tutorial
a to
con with
puedes you can
seguir follow
y your
cómo how
nuestro our
de and

ES Si quieres leer una referencia más detallada sobre la funcionalidad de git clone, consulta la documentación oficial de Git. Asimismo, incluimos ejemplos prácticos de git clone en nuestra guía Configuración de un repositorio.

EN For further, deeper reference on git clone functionality, consult the official Git documentation. We also cover practical examples of git clone in our setting up a repository guide.

espanhol inglês
referencia reference
funcionalidad functionality
git git
clone clone
consulta consult
documentación documentation
oficial official
prácticos practical
guía guide
repositorio repository
la the
más deeper
en in
sobre on
un a
asimismo further

ES Pega el comando que has copiado de Bitbucket (sería más o menos así): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

EN Paste the command you copied from Bitbucket (would like something like this): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

espanhol inglês
pega paste
comando command
copiado copied
bitbucket bitbucket
git git
clone clone
https https
username username
el the
has this
org org
de from
sería would

ES Una vez creada, captura y extrae la rama del sistema local. Bitbucket mostrará automáticamente el comando necesario, que será más o menos así: git fetch && git checkout .

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

espanhol inglês
creada created
rama branch
sistema system
local local
bitbucket bitbucket
automáticamente automatically
comando command
necesario needed
git git
fetch fetch
amp amp
checkout checkout
una vez once
y your
mostrará will
mostrar show

ES Crea una rama mediante el comando Git branch. git branch

EN Create a branch using the Git branch command. git branch

espanhol inglês
crea create
mediante using
comando command
git git
el the
branch branch
una a

ES Pega el comando que has copiado de Bitbucket (sería más o menos así): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

EN Paste the command you copied from Bitbucket (would like something like this): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

espanhol inglês
pega paste
comando command
copiado copied
bitbucket bitbucket
git git
clone clone
https https
username username
el the
has this
org org
de from
sería would

ES Una vez creada, captura y extrae la rama del sistema local. Bitbucket mostrará automáticamente el comando necesario, que será más o menos así: git fetch && git checkout .

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

espanhol inglês
creada created
rama branch
sistema system
local local
bitbucket bitbucket
automáticamente automatically
comando command
necesario needed
git git
fetch fetch
amp amp
checkout checkout
una vez once
y your
mostrará will
mostrar show

ES Crea una rama mediante el comando Git branch. git branch

EN Create a branch using the Git branch command. git branch

espanhol inglês
crea create
mediante using
comando command
git git
el the
branch branch
una a

ES Pega el comando que has copiado de Bitbucket (sería más o menos así): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

EN Paste the command you copied from Bitbucket (would like something like this): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

espanhol inglês
pega paste
comando command
copiado copied
bitbucket bitbucket
git git
clone clone
https https
username username
el the
has this
org org
de from
sería would

ES Una vez creada, captura y extrae la rama del sistema local. Bitbucket mostrará automáticamente el comando necesario, que será más o menos así: git fetch && git checkout .

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

espanhol inglês
creada created
rama branch
sistema system
local local
bitbucket bitbucket
automáticamente automatically
comando command
necesario needed
git git
fetch fetch
amp amp
checkout checkout
una vez once
y your
mostrará will
mostrar show

ES Crea una rama mediante el comando Git branch. git branch

EN Create a branch using the Git branch command. git branch

espanhol inglês
crea create
mediante using
comando command
git git
el the
branch branch
una a

ES Este documento constituye una revisión en profundidad del comando git branch y una exposición general del modelo de creación de ramas de Git

EN This document is an in-depth review of the git branch command and a discussion of the overall Git branching model

espanhol inglês
documento document
profundidad depth
comando command
git git
general overall
modelo model
branch branch
revisión review
en in
de of
y and
una a
este this

ES En este documento, hemos hablado de la creación de ramas de Git y del comando git branch

EN In this document we discussed Git's branching behavior and the git branch command

espanhol inglês
documento document
git git
comando command
branch branch
en in
la the
este this
hemos we

ES El comando git checkout se usa a menudo junto con git branch

EN The git checkout command works hand-in-hand with git branch

espanhol inglês
comando command
git git
checkout checkout
branch branch
el the
con with

ES Este comando va bien para establecer las opciones de configuración para instalar Git. Normalmente, solo es necesario usarlo inmediatamente después de instalar Git en un nuevo equipo de desarrollo.

EN A convenient way to set configuration options for your Git installation. You’ll typically only need to use this immediately after installing Git on a new development machine.

espanhol inglês
git git
normalmente typically
nuevo new
desarrollo development
opciones options
configuración configuration
un a
este this
instalar installing
usarlo use
en on
necesario need
de way

ES Este comando es la versión automatizada de git fetch. Descarga una rama de un repositorio remoto e inmediatamente la fusiona en la rama actual. Este es el equivalente en Git de svn update.

EN Pulling is the automated version of git fetch. It downloads a branch from a remote repository, then immediately merges it into the current branch. This is the Git equivalent of svn update.

espanhol inglês
automatizada automated
git git
fetch fetch
rama branch
repositorio repository
remoto remote
fusiona merges
equivalente equivalent
svn svn
es is
update update
un a
actual current
versión version
de of
este this

Mostrando 50 de 50 traduções