Traduzir "ativação do git" para inglês

Mostrando 50 de 50 traduções da frase "ativação do git" de português para inglês

Traduções de ativação do git

"ativação do git" em português pode ser traduzido nas seguintes palavras/frases inglês:

ativação activate activation enabling
git commit git merge pull

Tradução de português para inglês de ativação do git

português
inglês

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

português inglês
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

português inglês
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

português inglês
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

português inglês
inspecionar inspecting
aprenda learn
bitbucket bitbucket
cloud cloud
ramificação branch
copie copy
adicione add

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

português inglês
alterações changes
aprenda learn
bitbucket bitbucket
cloud cloud
copie copy
inspecionar inspecting

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

português inglês
checkout checkout
aprenda learn
bitbucket bitbucket
cloud cloud

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

português inglês
histórico history
aprenda learn
bitbucket bitbucket
cloud cloud
copie copy
alterações changes

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

português inglês
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

português inglês
copiar copy
seu your
adicionar add
alterações changes
bitbucket bitbucket
cloud cloud
usar use
ramificação branch

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

português inglês
inspecionar inspecting
repositório repository
filtrar filtering
o the
formatação formatting
saída output
tutoriais tutorials

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.  

português inglês
git git
sintaxe syntax
url url
locais locations
comandos commands
examinar examine
clone clone

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/  

português inglês
protocolo protocol
exclusivo unique
git git
porta port
semelhante similar
ssh ssh
host host
daemon daemon

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.

português inglês
etapa step
git git
copie copy
site site
um a
upload upload
ou or
ftp ftp
s s
plesk plesk

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

português inglês
outros other
git git
gitflow gitflow
são are
podem can
aproveitar leverage
branch branch
recurso feature
modelos models

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.

português inglês
motivo reason
branch branch
integrado integrated
checkout checkout

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. 

português inglês
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.

português inglês
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.

português inglês
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.

português inglês
maneiras ways
git git
mac mac
verdade fact
se if
ou or
ferramentas tools
pode may
terminal terminal
digite enter

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:

português inglês
apple apple
git git
tende tends
usando using
métodos methods

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.

português inglês
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. 

português inglês
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.

português inglês
referência reference
funcionalidade functionality
git git
consulte consult
oficial official
exemplos examples
repositório repository
clone clone

PT Se você não registrou a conta e está recebendo esse erro, siga as etapas na seção de perguntas frequentes intitulada “Como posso obter outro e-mail de ativação para registrar minha conta da NetAcad?” para gerar um novo link de ativação.

EN If you have not registered your account and you are receiving this error, please follow the steps in the FAQ titled “How can I get another activation email to register my NetAcad account?” to generate a new activation link.

português inglês
registrou registered
recebendo receiving
erro error
siga follow
ativação activation
novo new
link link
perguntas frequentes faq
netacad netacad

PT Ainda com problemas para encontrar sua chave de ativação do MacKeeper? Caso não esteja conseguindo encontrar o código de ativação em seu e-mail, clique aqui para entrar em contato com nossa equipe de suporte.

EN Still having problems finding your MacKeeper activation key? If you can’t find the activation code in your email inbox click here to contact our support team.

português inglês
ativação activation
mackeeper mackeeper
clique click
aqui here
equipe team
suporte support

PT Faça login no console de gerenciamento ECS e obtenha uma chave de ativação. Uma única chave, que é configurável, pode ser usada para registrar de 1 a 1.000 VMs ou servidores bare metal. Você pode criar quantas chaves de ativação precisar.

EN Log in to the ECS management console and get an activation key. One key, which is configurable, can be used to register from 1 up to 1,000 VMs or bare metal servers. You can create as many activation keys as you need.

português inglês
ativação activation
configurável configurable
usada used
vms vms
ou or
servidores servers
bare bare
metal metal
você you
precisar need

PT Se você não registrou a conta e está recebendo esse erro, siga as etapas na seção de perguntas frequentes intitulada “Como posso obter outro e-mail de ativação para registrar minha conta da NetAcad?” para gerar um novo link de ativação.

EN If you have not registered your account and you are receiving this error, please follow the steps in the FAQ titled “How can I get another activation email to register my NetAcad account?” to generate a new activation link.

português inglês
registrou registered
recebendo receiving
erro error
siga follow
ativação activation
novo new
link link
perguntas frequentes faq
netacad netacad

PT Growth A ativação do usuário é uma etapa crucial que exige um bom processo de sucesso do cliente. Veja as métricas mais importantes para monitorar a ativação.

EN Growth Performance management tools help companies track, manage, and evaluate the performance of their employees. Let?s take a closer look at the tools.

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.

português inglês
bitbucket bitbucket
git git
tutoriais tutorials
eficientes effective
fluxos de trabalho workflows

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.

português inglês
simplifica simplifies
interage interact
repositórios repositories
git git
código coding
visualize visualize
gerencie manage
gui gui

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.

português inglês
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.

português inglês
interessado interested
no in
acesso access
git git
ou or
snapshots snapshots
desenvolvimento development

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

português inglês
gitflow gitflow
legado legacy
git git
estratégia strategy

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

português inglês
após after
usar use
no in
projeto project
executando executing
git git
flow flow

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.

português inglês
comando command
git git
flow flow
é is
extensão extension
padrão default
alterações change
repositório repository
cria creating

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:

português inglês
biblioteca library
extensão extension
git git
flow flow
repositório repo
existente existing
ramificação branch

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.

português inglês
simplifica simplifies
interage interact
repositórios repositories
git git
código coding
visualize visualize
gerencie manage
gui gui

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.

português inglês
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

português inglês
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

português inglês
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

PT Crie uma ramificação usando o comando Git branch. git branch

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

português inglês
crie create
usando using
comando command
git git

PT Com o Git LFS, arquivos grandes são mantidos em armazenamento paralelo ao código, e referências leves são armazenadas no repositório do Git

EN Using Git LFS, large files are kept in parallel storage to your code, and lightweight references are stored in your Git repository

português inglês
git git
grandes large
são are
mantidos kept
paralelo parallel
código code
referências references
leves lightweight
lfs lfs

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, it’s 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.

português inglês
replicar replicate
desenvolvimento development
tradicional traditional
comandos commands
git git
excelente great
equipes teams
transição transitioning
svn svn
distribuída distributed

PT O fluxo de trabalho da ramificação de recursos do Git é um fluxo de trabalho que pode ser aproveitado por outros fluxos de trabalho de alto nível do Git

EN The Git Feature Branch Workflow is a composable workflow that can be leveraged by other high-level Git workflows

português inglês
ramificação branch
recursos feature
git git
outros other
alto high
nível level

PT Discutimos outros fluxos de trabalho do Git na página de visão geral do fluxo de trabalho do Git

EN We discussed other Git workflows on the Git workflow overview page

português inglês
outros other
git git

PT Os fluxos de trabalho Gitflow e o Git Forking Workflows como de costume usam um fluxo de trabalho da ramificação de recursos do Git em relação a seus modelos de ramificação.

EN The Gitflow, and Git Forking Workflows traditionally use a Git Feature Branch Workflow in regards to their branching models.

português inglês
gitflow gitflow
git git
usam use
um a
ramificação branch
recursos feature
modelos models

PT Utilizar o git rebase durante os estágios de revisão e mesclagem de uma ramificação de recursos vai criar um histórico coeso do Git de mesclagens de recursos

EN Utilizing git rebase during the review and merge stages of a feature branch will create enforce a cohesive Git history of feature merges

português inglês
utilizar utilizing
estágios stages
revisão review
ramificação branch
recursos feature
histórico history
coeso cohesive
rebase rebase

PT Este documento é uma revisão mais profunda do comando git branch e uma discussão do modelo geral de ramificação do Git

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

português inglês
documento document
profunda depth
comando command
git git
discussão discussion
modelo model
geral overall

PT Neste documento, discutimos o comportamento da ramificação do Git e o comando git branch

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

português inglês
documento document
comportamento behavior
git git
comando command

PT Saiba mais sobre as operações de ramificação git checkout, como alternar e fazer merge das ramificações, na página do git checkout.

EN Learn more about git checkout branch operations; such as switching branches and merging branches, on the git checkout page.

português inglês
operações operations
ramificação branch
git git
checkout checkout
página page

Mostrando 50 de 50 traduções