Traduci "git para desenvolvedores" in inglese

Visualizzazione 50 di 50 traduzioni della frase "git para desenvolvedores" da portoghese a inglese

Traduzioni di {cercare}

"git para desenvolvedores" in portoghese può essere tradotto nelle seguenti parole/frasi inglese:

git commit git merge pull
para a a single about access account across add additional address after all also an and and the and to and we another any anyone app application applications apply apps are area as at at the available back based be been best better both build built but by can change check click complete connect content conversion convert create custom customer dedicated design designed different do domain don down download drive each either end every everyone everything example first follow following for for all for each for everyone for example for the for us form free from from the full get give go go to good great has have help here home how how to i if in in the include including information into is it it is its it’s just know learn like link ll look looking make making management many may minutes more most move my need new next no not now number of of the on on the once one online only open or other our out over own page pages people personal place plan please possible process product products professional project projects provides purchase questions re receive resources right s same search second secure see service services set should sign single site so so that some space specific start such support sure system take team text than that that is that you the the best the same their them then there there are these they this this is those through time to to be to convert to create to do to get to go to have to learn to make to see to the to use to work today tool unique up up to upload us use used user users uses using video view want was way we we are we use web website well what when where whether which who will with within without work working would you you are you can you have you want your yourself you’re
desenvolvedores best better create creating deploy design designers developer developers development devops experts make platform professional professionals share to build to create

Traduzione di portoghese a inglese di git para desenvolvedores

portoghese
inglese

PT git clone, git config, git add, git status, git commit, git push, git pull, git branch, git checkout e git merge

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

portoghese inglese
add add
status status
branch branch
checkout checkout
e and
clone clone

PT Git para desenvolvedores Git para marketing Git para gerenciamento de produto Git para designers Git para suporte ao cliente Git para recursos humanos Git para qualquer pessoa que gerencie um orçamento

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

portoghese inglese
git git
marketing marketing
produto product
cliente customer

PT Git para desenvolvedores Git para marketing Git para gerenciamento de produto Git para designers Git para suporte ao cliente Git para recursos humanos Git para qualquer pessoa que gerencie um orçamento

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

portoghese inglese
git git
marketing marketing
produto product
cliente customer

PT Inspecionar repositório: git status Git stash Aprenda o Git com o Bitbucket Cloud: use uma ramificação do Git para fazer o merge de um arquivo Aprenda o Git com o Bitbucket Cloud: copie o Repositório do Git e adicione arquivos

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

portoghese inglese
inspecionar inspecting
aprenda learn
bitbucket bitbucket
cloud cloud
ramificação branch
copie copy
adicione add

PT Usar ramificações: git branch Usar ramificações: git checkout Usar ramificações: git merge Aprenda o Git com o Bitbucket Cloud: use uma ramificação do Git para fazer o merge de um arquivo

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

portoghese inglese
checkout checkout
aprenda learn
bitbucket bitbucket
cloud cloud

PT Salvar alterações: git add Aprenda o Git com o Bitbucket Cloud: copie o Repositório do Git e adicione arquivos Usar ramificações: git merge Inspecionar repositório: 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

portoghese inglese
alterações changes
aprenda learn
bitbucket bitbucket
cloud cloud
copie copy
inspecionar inspecting

PT Usar ramificações: git merge Reescrever o histórico: git commit --amend Aprenda o Git com o Bitbucket Cloud: copie o Repositório do Git e adicione arquivos Salvar alterações: 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

portoghese inglese
histórico history
aprenda learn
bitbucket bitbucket
cloud cloud
copie copy
alterações changes

PT O Git tem sua própria sintaxe de URL, que é usada para passar locais de repositório remoto para os comandos do Git. Como o git clone é mais usado em repositórios remotos, a gente vai examinar a sintaxe de URL do Git aqui.

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.  

portoghese inglese
git git
sintaxe syntax
url url
locais locations
comandos commands
examinar examine
clone clone

PT Criar um repositório do Git Copiar seu repositório do Git e adicionar arquivos Puxar as alterações do seu repositório do Git no Bitbucket Cloud Usar uma ramificação do Git para mesclar um arquivo

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

portoghese inglese
copiar copy
seu your
adicionar add
alterações changes
bitbucket bitbucket
cloud cloud
usar use
ramificação branch

PT Criar um repositório do Git Copiar seu repositório do Git e adicionar arquivos Puxar as alterações do seu repositório do Git no Bitbucket Cloud Usar uma ramificação do Git para mesclar um arquivo

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

portoghese inglese
copiar copy
seu your
adicionar add
alterações changes
bitbucket bitbucket
cloud cloud
usar use
ramificação branch

PT Um protocolo exclusivo para o Git. O Git vem com um daemon que roda na porta (9418). O protocolo é semelhante ao SSH, porém NÃO TEM AUTENTICAÇÃO. 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/  

portoghese inglese
protocolo protocol
exclusivo unique
git git
porta port
semelhante similar
ssh ssh
host host
daemon daemon

PT Inspecionar repositório: git log Registro avançado do Git: filtrar o histórico de commits Registro avançado do Git: formatação da saída do log Tutoriais avançados do Git: visão geral

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

portoghese inglese
inspecionar inspecting
repositório repository
filtrar filtering
o the
formatação formatting
saída output
tutoriais tutorials

PT Outros fluxos de trabalho do Git, como o Git Forking Workflow e o Gitflow Workflow, são focados em repositórios e podem aproveitar o fluxo de trabalho do branch de recurso do Git para gerenciar modelos de branch

EN Other Git workflows like the Git Forking Workflow and the Gitflow Workflow are repo focused and can leverage the Git Feature Branch Workflow to manage their branching models

portoghese inglese
outros other
git git
gitflow gitflow
são are
podem can
aproveitar leverage
branch branch
recurso feature
modelos models

PT Observe que isso apenas cria a nova ramificação. Para começar a adicionar confirmações a ela, é necessário selecionar com git checkout e, em seguida, usar os comandos git add e git commit padrão.

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. 

portoghese inglese
observe note
ramificação branch
necessário need
checkout checkout
comandos commands
padrão standard

PT Diga ao Git para rastrear o novo arquivo locations.txt usando o comando git add. Assim como quando você cria um arquivo, o comando git add não retorna nada quando você o insere corretamente.

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.

portoghese inglese
diga tell
git git
locations locations
txt txt
comando command
add add
cria created
retorna return
corretamente correctly

PT O git commit faz um commit do instantâneo preparado no histórico do projeto. Combinado com git add, esse processo define o fluxo de trabalho básico para todos os usuários do 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.

portoghese inglese
instantâneo snapshot
histórico history
add add
define defines
básico basic
usuários users

PT Há várias maneiras de instalar o Git em um Mac. Na verdade, se você instalou o Xcode (ou suas ferramentas de linha de comando), o Git pode já estar instalado. Para saber, abra um terminal e digite git --version.

EN There are several ways to install Git on a Mac. In fact, if you've installed XCode (or it's Command Line Tools), Git may already be installed. To find out, open a terminal and enter git --version.

portoghese inglese
maneiras ways
git git
mac mac
verdade fact
se if
ou or
ferramentas tools
pode may
terminal terminal
digite enter

PT Para aprender como usar o Git com o Sourcetree (e como hospedar seus repositórios Git no Bitbucket) você pode seguir nosso Tutorial de Git com Bitbucket e 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.

portoghese inglese
git git
hospedar host
repositórios repositories
bitbucket bitbucket
tutorial tutorial

PT Para aprender como usar o Git com o Sourcetree (e como hospedar seus repositórios Git no Bitbucket), você pode seguir o Tutorial de Git com Bitbucket e 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. 

portoghese inglese
git git
hospedar host
repositórios repositories
bitbucket bitbucket
tutorial tutorial

PT Para referência mais aprofundada sobre a funcionalidade do git clone, consulte a documentação oficial do Git. Exemplos práticos do git clone também são abordados no guia de configuração do repositório.

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.

portoghese inglese
referência reference
funcionalidade functionality
git git
consulte consult
oficial official
exemplos examples
repositório repository
clone clone

PT Por esse motivo, o comando git branch é muito integrado com os comandos git checkout e git merge.

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

portoghese inglese
motivo reason
branch branch
integrado integrated
checkout checkout

PT A Apple mantém e lança a própria bifurcação do Git, mas tende a ficar várias versões atrás do Git convencional. Talvez você queira instalar uma versão mais recente do Git usando um dos métodos abaixo:

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:

portoghese inglese
apple apple
git git
tende tends
usando using
métodos methods

PT Protocolo de Transferência de Hipertexto. O protocolo da web, usado com mais frequência para transferir dados HTML de páginas da web pela Internet. O Git pode ser configurado para se comunicar via HTTP http[s]://host.xz[:port]/path/to/repo.git/

EN Hyper text transfer protocol. The protocol of the web, most commonly used for transferring web page HTML data over the Internet. Git can be configured to communicate over HTTP http[s]://host.xz[:port]/path/to/repo.git/  

portoghese inglese
protocolo protocol
usado used
dados data
html html
git git
configurado configured
http http
s s
host host

PT O Sourcetree simplifica o modo como você interage com seus repositórios Git, para que você se concentre no código. Visualize e gerencie seus repositórios com a GUI Git do Sourcetree.

EN Sourcetree simplifies how you interact with your Git repositories so you can focus on coding. Visualize and manage your repositories through Sourcetree's simple Git GUI.

portoghese inglese
simplifica simplifies
interage interact
repositórios repositories
git git
código coding
visualize visualize
gerencie manage
gui gui

PT O Gitflow é um fluxo de trabalho legado do Git que no começo era uma estratégia inovadora e revolucionária para gerenciar ramificações do Git

EN Gitflow is a legacy Git workflow that was originally a disruptive and novel strategy for managing Git branches

portoghese inglese
gitflow gitflow
legado legacy
git git
estratégia strategy

PT O comando git flow init é uma extensão do comando git init padrão e não faz alterações no repositório, apenas cria ramificações para você.

EN The git flow init command is an extension of the default git init command and doesn't change anything in your repository other than creating branches for you.

portoghese inglese
comando command
git git
flow flow
é is
extensão extension
padrão default
alterações change
repositório repository
cria creating

PT O Sourcetree simplifica o modo como você interage com seus repositórios Git, para que você se concentre no código. Visualize e gerencie seus repositórios com a GUI Git do Sourcetree.

EN Sourcetree simplifies how you interact with your Git repositories so you can focus on coding. Visualize and manage your repositories through Sourcetree's simple Git GUI.

portoghese inglese
simplifica simplifies
interage interact
repositórios repositories
git git
código coding
visualize visualize
gerencie manage
gui gui

PT Como você pode ver, é possível replicar um ambiente de desenvolvimento tradicional do Subversão usando apenas alguns comandos do Git. Isso é excelente para as equipes de transição fora do SVN, mas não aproveita a natureza distribuída do Git.

EN As you can see, its possible to replicate a traditional Subversion development environment using only a handful of Git commands. This is great for transitioning teams off of SVN, but it doesn’t leverage the distributed nature of Git.

portoghese inglese
replicar replicate
desenvolvimento development
tradicional traditional
comandos commands
git git
excelente great
equipes teams
transição transitioning
svn svn
distribuída distributed

PT O comando git add move as alterações do diretório de trabalho para a área de staging do Git. A área de staging é onde você prepara um snapshot de um conjunto de alterações antes de fazer o commit no histórico 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.

portoghese inglese
comando command
git git
add add
alterações changes
diretório directory
área area
histórico history
oficial official

PT Como você está criando uma ramificação para trabalhar em algo novo, toda vez que criar uma nova ramificação (com git branch), você quer ter certeza de conferir (com git checkout) se vai usá-la

EN Because you are creating a branch to work on something new, every time you create a new branch (with git branch), you want to make sure to check it out (with git checkout) if you're going to use it

portoghese inglese
vez time
git git
certeza sure
checkout checkout
se if

PT Não tem certeza se você conseguirá lembrar de todos os comandos Git que acabou de aprender? Sem problemas. Marque a página comandos básicos do Git para que possa consultá-la quando for necessário.

EN Not sure you will be able to remember all the Git commands you just learned? No problem. Bookmark our basic Git commands page so that you can refer to it when needed.

portoghese inglese
certeza sure
comandos commands
git git
problemas problem
básicos basic
necessário needed

PT Faz um commit do instantâneo preparado no histórico do projeto. Combinado com git add, esse processo define o fluxo de trabalho básico para todos os usuários do 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.

portoghese inglese
instantâneo snapshot
histórico history
git git
add add
define defines
básico basic
usuários users

PT Uma maneira conveniente de definir opções de configuração para a instalação do Git. Em geral, sua utilização só é necessária de modo imediato após a instalação do Git em máquina de desenvolvimento nova.

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

portoghese inglese
conveniente convenient
git git
imediato immediately
máquina machine
desenvolvimento development
nova new
geral typically

PT Exibe o estado do diretório de trabalho e o instantâneo preparado. Utilize essa opção em conjunto com os comandos git add e o git commit para ver com precisão o que vai ser incluído no próximo instantâneo.

EN Displays the state of the working directory and the staged snapshot. Youll want to run this in conjunction with git add and git commit to see exactly whats being included in the next snapshot.

portoghese inglese
exibe displays
diretório directory
instantâneo snapshot
os you
add add

PT (Opcional) Para fazer o Git lembrar seu nome de usuário e senha ao trabalhar com repositórios HTTPS, configure o auxiliar git-credential-osxkeychain.

EN (Optional) To make Git remember your username and password when working with HTTPS repositories, configure the git-credential-osxkeychain helper.

portoghese inglese
opcional optional
git git
lembrar remember
seu your
senha password
repositórios repositories
configure configure
https https

PT (Opcional) Para fazer o Git lembrar seu nome de usuário e senha ao trabalhar com repositórios HTTPS, instale o auxiliar git-credential-osxkeychain.

EN (Optional) To make Git remember your username and password when working with HTTPS repositories, install the git-credential-osxkeychain helper.

portoghese inglese
opcional optional
git git
lembrar remember
seu your
senha password
repositórios repositories
instale install
https https

PT O Sourcetree, um cliente visual gratuito do Git para Mac, vem com sua própria versão integrada do Git. Você pode baixar o Sourcetree aqui.

EN Sourcetree, a free visual Git client for Mac, comes with its own bundled version of Git. You can download Sourcetree here.

portoghese inglese
cliente client
visual visual
gratuito free
git git
mac mac
baixar download
aqui here

PT Configurar o Git pode ser um pouco complicado no Mac por conta de algumas bibliotecas que mudam de lugar entre versões do OS X. No El Capitan (OS X 10.11), siga estas instruções para configurar o Git:

EN Building Git can be a little tricky on Mac due to certain libraries moving around between OS X releases. On El Capitan (OS X 10.11), follow these instructions to build Git:

portoghese inglese
configurar build
git git
complicado tricky
mac mac
bibliotecas libraries
x x
siga follow
instruções instructions

PT O Sourcetree, um cliente visual gratuito do Git para Windows, vem com sua própria versão integrada do Git. Você pode baixar o Sourcetree aqui.

EN Sourcetree, a free visual Git client for Windows, comes with its own bundled version of Git. You can download Sourcetree here.

portoghese inglese
cliente client
visual visual
gratuito free
git git
windows windows
baixar download
aqui here

PT Para uma lista abrangente de outras opções do git clone, visite a documentação oficial do Git. Neste documento, vamos mencionar algumas outras opções comuns.

EN For a comprehensive list of other git clone options visit the official Git documentation. In this document, we'll touch on some other common options.

portoghese inglese
lista list
abrangente comprehensive
outras other
opções options
git git
visite visit
comuns common
clone clone

PT Neste documento, a gente vai analisar o git clone em detalhes. Os pontos principais e mais importantes são: 1. git clone é usado para criar uma cópia de um repositório de destino

EN In this document we took a deep look at git clone. The most important takeaways are: 1. git clone is used to create a copy of a target repo

portoghese inglese
documento document
analisar look
git git
importantes important
usado used
repositório repo
destino target

PT Torne o Bitbucket seu sandbox Git com tutoriais que vão acelerá-lo com o Git e ajudá-lo a criar fluxos de trabalho eficientes.

EN Make Bitbucket your Git sandbox with tutorials that bring you up to speed with Git and help you build effective workflows.

portoghese inglese
bitbucket bitbucket
git git
tutoriais tutorials
eficientes effective
fluxos de trabalho workflows

PT Não é apenas uma GUI do Git. O Sourcetree coloca o poder do Git em destaque em uma interface fácil de usar.

EN Not just a Git GUI. Sourcetree places the power of Git front and center in an easy-to-use interface.

portoghese inglese
git git
coloca places
poder power
usar use

PT Se você estiver interessado no acesso ao git ou snapshots do git, você pode encontrá-los na páagina do desenvolvimento.

EN Should you be interested in git access or git snapshots, you can find them on development page.

portoghese inglese
interessado interested
no in
acesso access
git git
ou or
snapshots snapshots
desenvolvimento development

PT Etapa 9: A ativação do Git permitirá que você copie os arquivos do seu site de um repositório Git, em vez de upload através do Plesk ou FTP.

EN Step 9: Enabling Git will allow you to copy your site's files from a Git repository rather than upload through Plesk or FTP.

portoghese inglese
etapa step
git git
copie copy
site site
um a
upload upload
ou or
ftp ftp
s s
plesk plesk

PT Após instalar o git-flow, você pode usar no projeto executando git flow init

EN On windows you will need to download and install git-flow. After installing git-flow you can use it in your project by executing git flow init

portoghese inglese
após after
usar use
no in
projeto project
executando executing
git git
flow flow

PT Ao utilizar a biblioteca de extensão do git-flow, executar git flow init no repositório existente vai criar uma ramificação de desenvolvimento:

EN When using the git-flow extension library, executing git flow init on an existing repo will create the develop branch:

portoghese inglese
biblioteca library
extensão extension
git git
flow flow
repositório repo
existente existing
ramificação branch

PT Não é apenas uma GUI do Git. O Sourcetree coloca o poder do Git em destaque em uma interface fácil de usar.

EN Not just a Git GUI. Sourcetree places the power of Git front and center in an easy-to-use interface.

portoghese inglese
git git
coloca places
poder power
usar use

PT Cole o comando que você copiou do Bitbucket (seria algo assim): 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

portoghese inglese
cole paste
comando command
você you
bitbucket bitbucket
algo something
git git
org org
copiou copied
clone clone
https https

PT Depois de criado, faça o fetch e o checkout da ramificação no sistema local. O Bitbucket mostra automaticamente o comando necessário, e seria algo assim: 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

portoghese inglese
criado created
o the
checkout checkout
ramificação branch
sistema system
local local
bitbucket bitbucket
mostra show
automaticamente automatically
comando command
necessário needed
seria will
algo something
git git
amp amp

Visualizzazione 50 di 50 traduzioni