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

Examples of using Git diff 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
Then, I ran git diff to see what changed.
Então, eu executei git diff para ver o que mudou.
Submit patches in the format returned by the git diff command.
Envie os patches dentro do formato retornado por um comando git diff.
If you run git diff on that, you see something interesting.
Se você executar git diff nele, você vê uma coisa interessante.
If you replace an image in your project and run git diff, you see something like this.
Se você substituir uma imagem em seu projeto e executar o git diff, você verá algo como isto.
If you run git diff normally, you only see something like this.
Se você executar git diff normalmente, você só verá algo como isto.
To see what you have changed but not yet staged,type git diff with no other arguments.
Para ver o que você alterou mas ainda não selecionou,digite o comando git diff sem nenhum argumento.
Now you can use git diff to see what is still unstaged.
Agora você pode utilizar o git diff para ver o que ainda não foi selecionado.
If you want to see what you have staged that will go into your next commit,you can use git diff--cached.
Se você quer ver o que selecionou que irá no seu próximo commit,pode utilizar git diff--cached.
This is much like specifying git diff--cached on the command line.
Isso é muito parecido com informar o comando git diff--cached.
And git diff--cached to see what you have staged so far.
E executar git diff--cached para ver o que você já alterou para o estado staged até o momento.
This can be confusing,because if you have staged all of your changes, git diff will give you no output.
Isso pode ser confuso, poisse você selecionou todas as suas mudanças, git diff não te dará nenhum resultado.
Rb file and then edit it,you can use git diff to see the changes in the file that are staged and the changes that are unstaged.
Rb e então editá-lo,você pode utilizar o git diff para ver as mudanças no arquivo que estão selecionadas, e as mudanças que não estão.
Nor will it try to compute orprint a diff for changes in this file when you run git show or git diff on your project.
Nem vai tentar calcular ouimprimir um diff para mudanças nesse arquivo quando você executar show ou git diff em seu projeto.
If you received the patch from someone who generated it with the git diff or a Unix diff command, you can apply it with the git apply command.
Se você recebeu o patch de alguém que o gerou com git diff ou o comando diff do Unix, você pode aplicá-lo com o comando git apply.
If you run this instead of setting up the extMerge and extDiff files,Git will use KDiff3 for merge resolution and the normal Git diff tool for diffs.
Se você executar isto ao invés de configuraros arquivos extMerge e extDiff, Git irá usar o KDiff3 para resolução de merges e a ferramenta diff padrão do Git.
In Git versions 1.6.1 and later,you can also use git diff--staged, which may be easier to remember.
Nas versões do Git 1.6.1 e superiores,você também pode utilizar git diff--staged, que deve ser mais fácil de lembrar.
If the git status command is too vague for you- you want to know exactly what you changed,not just which files were changed- you can use the git diff command.
Se o comando git status for muito vago- você quer saber exatamente o que você alterou,não apenas quais arquivos foram alterados- você pode utilizar o comando git diff.
Git will detect these issues when you run a git diff command and try to color them so you can possibly fix them before you commit.
Git irá detectar esses problemas quando você executar um comando git diff e tentar colori-los de modo que você pode, eventualmente, corrigi-los antes de fazer o commit.
Git provides an easy way to check for this- before you commit,run git diff--check, which identifies possible whitespace errors and lists them for you.
Git oferece uma maneira fácil de verificar isso-antes de fazer commit, execute git diff--check para listar possíveis problemas de espaços em branco.
Git can show you the modifications made to the working copy(git diff), can store them in the repository by creating a new entry in the versions history(git commit), can update the working copy to include modifications made in parallel by other users(git pull), and can record a particular configuration in the history in order to be able to easily extract it later on git tag.
O Git pode exibir para você as modificações feitas na cópia de trabalho( git diff), pode armazená as no repositório pela criação de uma nova entrada no histórico da versões( git commit), pode atualizar a cópia de trabalho para incluir modificações feitas em paralelo por outros usuários( git pull), e pode registrar uma configuração em particular no histórico para fazer com que seja facilmente extraída mais tarde git tag.
Results: 20, Time: 0.0258

Word-for-word translation

Top dictionary queries

English - Portuguese