What is the translation of " GIT PUSH " in Portuguese?

Examples of using Git push in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
Git: Pushing.
Git: A enviar.
You can also do git push origin serverfix.
Você pode executar também git push origin serverfix.
Git push Build the package.
Git push Construa o pacote.
The command for this is simple: git push[remote-name] branch-name.
O comando para isso é simples: git push[nome-remoto] branch.
Git push-- update the remote repository by the local repository.
Git push-- actualiza o repositório remoto pelo repositório local.
Push your work,including the tag: git push--tags.
Faça o push do seu trabalho,incluindo a tag: git push--tags.
They do a git push--force to overwrite the history on the server.
Eles executam git push--force para sobrescrever o histórico no servidor.
You can delete a remote branch using the rather obtuse syntax git push[remotename]: branch.
Você pode apagar um branch remoto usando a sintaxe git push[nomeremoto]: branch.
Type git push-u origin master to push the files to GitHub.
Digite git push-u origin master para enviar os arquivos para o GitHub.
This process is just like sharing remote branches- you can run git push origin< tagname.
Este processo é como compartilhar filiais remotos- podes executar origem git push< tagname.
Git push This sends your changes to the shared location, so others can see them.
Git push Envia suas alterações para o local de compartilhamento.
You push your changes back to your GitHub fork git push orgin name_of_new_branch.
Você empurra as alterações de volta para o fork do GitHub git push origin novo_branch.
By default, the git push command doesn't transfer tags to remote servers.
Por padrão, o comando git push não transfere tags para os servidores remotos.
This process is just like sharing remote branches- you can run git push origin tagname.
Este processo é igual ao compartilhamento de branches remotos- você executa git push origin nome-tag.
If you run git push--tags, the maintainer-pgp-pub tag will be shared with everyone.
Se você executar git push--tags, a tag maintainer-pgp-pub será compartilhada com todo mundo.
If you only wantto push selected branches, amend the git push example.
Se você quer realizar um push apenas de alguns branches,altere o exemplo abaixo com o git push.
For example, say you run git push origin master in your project, and origin is defined as a URL that uses the SSH protocol.
Por exemplo, digamos que você execute git push origin master em seu projeto, e origin é definido como uma URL que usa o protocolo SSH.
If you didn't want it to be called serverfix on the remote,you could instead run git push origin serverfix.
Se você não quer chamá-lo de serverfix no remoto,você pode executar git push origin serverfix.
If you're on a tracking branch and type git push, Git automatically knows which server and branch to push to.
Se você está em um tracking branch e digita git push, Git automaticamente sabe para que servidor e branch deve fazer o envio push..
This command shows which branch is automatically pushed when you run git push on certain branches.
Este comando mostra qual branch é automaticamente enviado(pushed) quando você roda git push em determinados branches.
Again, this will cause a git push origin to push the local master branch to the remote qa/master branch by default.
Novamente, isso vai fazer com que git push origin faça um push do branch master local para o branch remoto qa/master por padrão.
Central repositories are used to download the project(git clone) andto share the work done with others git push.
Repositórios centrais são usados para baixar o projeto(git clone) epara compartilhar o trabalho feito com os outros git push.
If you run a git push and your current branch is tracking origin/master, the commits listed by git log origin/master….
Se você executar um git push e seu branch atual está rastreando origin/master, os commits listados por git log origin/master….
If you have a lot of tags that you want to push up at once,you can also use the--tags option to the git push command.
Se tu tens muitas tags que desejas pressionar de uma só vez,também podes usar a opção--tags para o comando' git push.
One nice thing about making Git push over HTTP is that you can use any WebDAV server, without specific Git features;
Uma coisa legal sobre fazer o Git enviar via HTTP é que você pode usar qualquer servidor WebDAV, sem quaisquer características Git;.
She can do so by specifying the local branch followed by a colon(:)followed by the remote branch to the git push command.
Ela pode fazer isso especificando o branch local seguido de dois pontos(:)seguido pelo branch remoto para o comando git push.
It's possible to make Git push over HTTP as well, although that technique isn't as widely used and requires you to set up complex WebDAV requirements.
É possível fazer o Git enviar via HTTP também, embora esta técnica não seja muito usada e requer que você configure WebDav com parâmetros complexos.
If you have a lot of tags that you want to push up at once,you can also use the--tags option to the git push command.
Se você tem muitas tags que você desejaenviar ao mesmo tempo, você pode usar a opção--tags no comando git push.
Git push fedpkg build Obviously, replace PATH_TO_SRPM with the full path(not URL) to your approved SRPM, and XXXXXX with the package review bug number.
Git push fedpkg build Obviamente, substitua PATH_TO_SRPM com o caminho completo(não URL) para o seu SRPM aprovado, e XXXXXX com o número de revisão do pacote com bug.
If they want Git to do that automatically each time they run git push origin, they can add a push value to their config file.
Se eles querem que o Git faça isso automaticamente toda vez que executar git push origin, eles podem adicionar o valor push ao seu arquivo de configuração.
Results: 88, Time: 0.0301

Word-for-word translation

Top dictionary queries

English - Portuguese