Traduzir "git for anyone" para português

Mostrando 50 de 50 traduções da frase "git for anyone" de inglês para português

Tradução de inglês para português de git for anyone

inglês
português

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

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

inglêsportuguês
cloneclone
addadd
statusstatus
checkoutcheckout
ande
branchbranch
gitgit
pushpush
pullpull
mergemerge
commitcommit

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

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

inglêsportuguês
gitgit
marketingmarketing
customercliente
developersdesenvolvedores
productproduto
designersdesigners
supportsuporte
humanhumanos
resourcesrecursos
budgetorçamento
managementgerenciamento
aum
forde

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

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

inglêsportuguês
gitgit
marketingmarketing
customercliente
developersdesenvolvedores
productproduto
designersdesigners
supportsuporte
humanhumanos
resourcesrecursos
budgetorçamento
managementgerenciamento
aum
forde

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

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

inglêsportuguês
inspectinginspecionar
bitbucketbitbucket
cloudcloud
branchramificação
copycopie
repositoryrepositório
gitgit
addadicione
aum
filearquivo
filesarquivos
mergemerge
withuse
statusstatus
learne

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

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

inglêsportuguês
changesalterações
bitbucketbitbucket
cloudcloud
copycopie
inspectinginspecionar
gitgit
repositoryrepositório
filesarquivos
addadicione
savingsalvar
mergemerge
withusar
learne
statusstatus

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

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

inglêsportuguês
checkoutcheckout
learnaprenda
bitbucketbitbucket
cloudcloud
gitgit
filearquivo
aum
mergemerge
branchbranch
useusar
usingcom
withuse

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

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

inglêsportuguês
historyhistórico
bitbucketbitbucket
cloudcloud
copycopie
changesalterações
gitgit
repositoryrepositório
filesarquivos
addadicione
savingsalvar
mergemerge
commitcommit
withusar
learne

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

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

inglêsportuguês
copycopiar
addadicionar
changesalterações
bitbucketbitbucket
cloudcloud
branchramificação
gitgit
repositoryrepositório
onno
useusar
pullpuxar
mergemesclar
aum
filesarquivos
filearquivo
createcriar
ande
topara

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

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

inglêsportuguês
copycopiar
addadicionar
changesalterações
bitbucketbitbucket
cloudcloud
branchramificação
gitgit
repositoryrepositório
onno
useusar
pullpuxar
mergemesclar
aum
filesarquivos
filearquivo
createcriar
ande
topara

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

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

inglêsportuguês
inspectinginspecionar
repositoryrepositório
filteringfiltrar
formattingformatação
outputsaída
tutorialstutoriais
theo
gitgit
historyhistórico
loglog
overviewvisão geral
advancedavançados

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.  

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.

inglêsportuguês
gitgit
urlurl
syntaxsintaxe
locationslocais
commandscomandos
cloneclone
examineexaminar
isé
repositoryrepositório
repositoriesrepositórios
hastem
usedusado
remoteremoto
hereaqui
willvai
passpassar
whicho
toa
onem

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/  

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/

inglêsportuguês
protocolprotocolo
gitgit
daemondaemon
portporta
similarsemelhante
sshssh
hosthost
isé
theo
aum
onpor
pathpath
comescom

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

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

inglêsportuguês
gitgit
flowflow
useusar
projectprojeto
installinstalar
afterapós
executingexecutando
canpode
youvocê
inno

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

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

inglêsportuguês
otheroutros
gitgit
gitflowgitflow
leverageaproveitar
modelsmodelos
branchbranch
workflowsfluxos de trabalho
workflowfluxo de trabalho
canpodem
featurerecurso
theo
managegerenciar
aresão
toem
ande

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

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

inglêsportuguês
reasonmotivo
integratedintegrado
checkoutcheckout
branchbranch
gitgit
commandscomandos
isé
ande
mergemerge
forpor
theo
thisesse

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. 

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.

inglêsportuguês
branchramificação
checkoutcheckout
standardpadrão
commandscomandos
newnova
gitgit
createscria
ande
addadicionar
commitcommit
theos
selectselecionar
useusar
noteobserve
you neednecessário

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.

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.

inglêsportuguês
gitgit
txttxt
addadd
commandcomando
locationslocations
createdcria
newnovo
theo
filearquivo
usingusando
aum
correctlycorretamente
to trackrastrear
toassim
youvocê
whenquando
returnpara

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.

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.

inglêsportuguês
snapshotinstantâneo
historyhistórico
addadd
definesdefine
usersusuários
gitgit
projectprojeto
processprocesso
workflowfluxo de trabalho
basicbásico
commitcommit
combinedcom
alltodos
topara
theo
forde
thisesse

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.

PT 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 estar instalado. Para saber, abra um terminal e digite git --version.

inglêsportuguês
gitgit
macmac
factverdade
terminalterminal
waysmaneiras
ifse
orou
commandcomando
toolsferramentas
aum
installedinstalado
installinstalar
inem
linelinha
maypode
ande
outde

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:

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:

inglêsportuguês
appleapple
gitgit
tendstende
methodsmétodos
versionsversões
ofdo
youvocê
aum
usingusando
want toqueira
ande
installinstalar
newermais recente
thea
behindatrás
belowabaixo
butmas

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.

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.

inglêsportuguês
gitgit
hosthospedar
repositoriesrepositórios
bitbucketbitbucket
tutorialtutorial
onno
canpode
youvocê
useusar
learne
yourseus
ournosso

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. 

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.

inglêsportuguês
gitgit
hosthospedar
repositoriesrepositórios
bitbucketbitbucket
tutorialtutorial
onno
canpode
youvocê
useusar
learne
yourseus

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.

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.

inglêsportuguês
referencereferência
gitgit
cloneclone
functionalityfuncionalidade
consultconsulte
officialoficial
repositoryrepositório
documentationdocumentação
guideguia
examplesexemplos
settingconfiguração
deepermais
alsotambém
thea
ofdo

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.

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.

inglêsportuguês
interactinterage
gitgit
repositoriesrepositórios
codingcódigo
managegerencie
guigui
simplifiessimplifica
onno
howcomo
youvocê
yourseus
visualizevisualize
ande
throughdo

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

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.

inglêsportuguês
bitbucketbitbucket
gitgit
tutorialstutoriais
effectiveeficientes
workflowsfluxos de trabalho
toa
bringde
ande
thatque

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

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

inglêsportuguês
gitgit
placescoloca
powerpoder
useusar
guigui
interfaceinterface
theo
easyfácil
auma
justapenas
notnão
inem
ofdo

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

PT Cole o comando que você copiou do Bitbucket (seria algo assim): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

inglêsportuguês
pastecole
commandcomando
copiedcopiou
bitbucketbitbucket
gitgit
cloneclone
httpshttps
orgorg
wouldseria
theo
somethingalgo
youvocê
likeassim

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

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

inglêsportuguês
createdcriado
checkoutcheckout
branchramificação
locallocal
bitbucketbitbucket
automaticallyautomaticamente
showmostra
commandcomando
needednecessário
gitgit
willseria
ampamp
systemsistema
somethingalgo
theo
oncedepois
ande

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

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

inglêsportuguês
createcrie
usingusando
gitgit
commandcomando
theo
auma
branchbranch

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.

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.

inglêsportuguês
replicatereplicar
traditionaltradicional
gitgit
transitioningtransição
svnsvn
distributeddistribuída
developmentdesenvolvimento
environmentambiente
commandscomandos
teamsequipes
naturenatureza
isé
youvocê
aum
usingusando
canpode
possiblepossível
seever
greatexcelente
ofdo
butmas
theas

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

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

inglêsportuguês
gitgit
lfslfs
largegrandes
keptmantidos
parallelparalelo
codecódigo
lightweightleves
referencesreferências
filesarquivos
storagearmazenamento
storedarmazenadas
repositoryrepositório
inem
aresão
ande
usingcom

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

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

inglêsportuguês
interestedinteressado
gitgit
accessacesso
snapshotssnapshots
developmentdesenvolvimento
youvocê
orou
pagedo
canpode
inno

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.

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.

inglêsportuguês
gitgit
copycopie
uploadupload
pleskplesk
ftpftp
filesarquivos
repositoryrepositório
orou
aum
stepetapa
youvocê
allowpermitir
will allowpermitirá
toa
sitesdo
ratherem vez
thande

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

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

inglêsportuguês
gitflowgitflow
legacylegado
gitgit
strategyestratégia
isé
workflowfluxo de trabalho
managinggerenciar
aum
wasera
thatque
ande
forde

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.

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ê.

inglêsportuguês
gitgit
flowflow
commandcomando
extensionextensão
defaultpadrão
changealterações
repositoryrepositório
creatingcria
theo
isé
ofdo
inno
anuma
youvocê
anythingpara
ande

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

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:

inglêsportuguês
extensionextensão
librarybiblioteca
gitgit
flowflow
existingexistente
reporepositório
branchramificação
createcriar
onno
thea
willvai
anuma
usingdo

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.

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.

inglêsportuguês
interactinterage
gitgit
repositoriesrepositórios
codingcódigo
managegerencie
guigui
simplifiessimplifica
onno
howcomo
youvocê
yourseus
visualizevisualize
ande
throughdo

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

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

inglêsportuguês
gitgit
placescoloca
powerpoder
useusar
guigui
interfaceinterface
theo
easyfácil
auma
justapenas
notnão
inem
ofdo

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

PT Cole o comando que você copiou do Bitbucket (seria algo assim): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

inglêsportuguês
pastecole
commandcomando
copiedcopiou
bitbucketbitbucket
gitgit
cloneclone
httpshttps
orgorg
wouldseria
theo
somethingalgo
youvocê
likeassim

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

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

inglêsportuguês
createdcriado
checkoutcheckout
branchramificação
locallocal
bitbucketbitbucket
automaticallyautomaticamente
showmostra
commandcomando
needednecessário
gitgit
willseria
ampamp
systemsistema
somethingalgo
theo
oncedepois
ande

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

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

inglêsportuguês
createcrie
usingusando
gitgit
commandcomando
theo
auma
branchbranch

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

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

inglêsportuguês
gitgit
lfslfs
largegrandes
keptmantidos
parallelparalelo
codecódigo
lightweightleves
referencesreferências
filesarquivos
storagearmazenamento
storedarmazenadas
repositoryrepositório
inem
aresão
ande
usingcom

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.

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.

inglêsportuguês
replicatereplicar
traditionaltradicional
gitgit
transitioningtransição
svnsvn
distributeddistribuída
developmentdesenvolvimento
environmentambiente
commandscomandos
teamsequipes
naturenatureza
isé
youvocê
aum
usingusando
canpode
possiblepossível
seever
greatexcelente
ofdo
butmas
theas

EN Understand basic Git usage and work with Git in the context of deploying applications in OpenShift

PT Compreender o uso básico do Git e trabalhar com ele no contexto de implantação de aplicações no OpenShift

inglêsportuguês
basicbásico
gitgit
deployingimplantação
openshiftopenshift
contextcontexto
applicationsaplicações
theo
worktrabalhar
withuso
ofdo

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

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

inglêsportuguês
gitgit
branchramificação
otheroutros
workflowfluxo de trabalho
isé
aum
workflowsfluxos de trabalho
theo
highalto
levelnível
canpode
bypor
beser
thatque
featurerecursos

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

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

inglêsportuguês
otheroutros
gitgit
workflowsfluxos de trabalho
workflowfluxo de trabalho
pagepágina
overviewvisão geral

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

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.

inglêsportuguês
gitflowgitflow
gitgit
branchramificação
modelsmodelos
workflowsfluxos de trabalho
aum
workflowfluxo de trabalho
useusam
inem
ande
featurerecursos
theo

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

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

inglêsportuguês
utilizingutilizar
rebaserebase
reviewrevisão
stagesestágios
branchramificação
cohesivecoeso
historyhistórico
gitgit
featurerecursos
mergemesclagem
aum
duringdurante
ande
ofdo
createcriar
theo
willvai

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

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

inglêsportuguês
documentdocumento
gitgit
commandcomando
discussiondiscussão
overallgeral
modelmodelo
depthprofunda
isé
reviewrevisão
auma
thiseste
branchbranch
ofdo
ande

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

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

inglêsportuguês
documentdocumento
behaviorcomportamento
gitgit
commandcomando
theo
ande
thisneste
branchbranch

Mostrando 50 de 50 traduções