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

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

{-}
  • 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
Então, eu executei git diff para ver o que mudou.
Then, I ran git diff to see what changed.
Isso é muito parecido com informar o comando git diff--cached.
This is much like specifying git diff--cached on the command line.
Se você executar git diff nele, você vê uma coisa interessante.
If you run git diff on that, you see something interesting.
Envie os patches dentro do formato retornado por um comando git diff.
Submit patches in the format returned by the git diff command.
Se você executar git diff normalmente, você só verá algo como isto.
If you run git diff normally, you only see something like this.
Se você substituir uma imagem em seu projeto e executar o git diff, você verá algo como isto.
If you replace an image in your project and run git diff, you see something like this.
E executar git diff--cached para ver o que você já alterou para o estado staged até o momento.
And git diff--cached to see what you have staged so far.
Para ver o que você alterou mas ainda não selecionou,digite o comando git diff sem nenhum argumento.
To see what you have changed but not yet staged,type git diff with no other arguments.
Agora você pode utilizar o git diff para ver o que ainda não foi selecionado.
Now you can use git diff to see what is still unstaged.
Se você quer ver o que selecionou que irá no seu próximo commit,pode utilizar git diff--cached.
If you want to see what you have staged that will go into your next commit,you can use git diff--cached.
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.
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.
Isso pode ser confuso, poisse você selecionou todas as suas mudanças, git diff não te dará nenhum resultado.
This can be confusing,because if you have staged all of your changes, git diff will give you no output.
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.
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.
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.
In Git versions 1.6.1 and later,you can also use git diff--staged, which may be easier to remember.
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.
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.
Nem vai tentar calcular ouimprimir um diff para mudanças nesse arquivo quando você executar show ou git diff em seu projeto.
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.
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 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.
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 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 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 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.
Se você não usar o git, qualquer diff unificado também alcançará seu objetivo muito bem.
If you do not use git, any unified diff will serve it's purpose also very well.
Results: 20, Time: 0.0257

How to use "git diff" in a sentence

Então escolha um diff multibyte-aware (no meu caso, vim no modo diff) e apenas use git difftool em vez de git diff.
Já entre o segundo e terceiro commit: $ git diff 8bc39c6 668185f index e274503..c14b6c1 100644 +terceiro Foi adicionada a linha "terceiro".
Como posso ver a saída ‘git diff’ com a minha ferramenta / visualizador de diferenças preferida?
Se você quer apenas diff o arquivo especificado, você pode: git diff master 766eceb – conexões /> 000-mysql-connector.patch Qual é a maneira de gerar um patch apenas para o SHA1 específico?
Usar git diff usuario/ para ver as alterações.
Se o seu Upstream pode ter mudado, você deve fazer isso: O uso do git diff master pode include ou não include mudanças relevantes.
Portanto, escolha um diff multibyte-aware (no meu caso, vimno modo diff) e usar apenas git difftoolem vez de git diff.
Nota: Você também pode criar patches com Git usando git diff ou git format-patch [1].
Clique no novo histórico (use somente --force se o seguinte falhar, e somente após testar a funcionalidade com git log e / ou git diff ).
Git diff entre 2 comete para uma diferença.

Word-for-word translation

Top dictionary queries

Portuguese - English