GIT LOG in English translation

Examples of using Git log 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
Em adição às opções de formatação, git log tem inúmeras opções de limitações úteis- que são opções que lhe deixam mostrar somente um subconjunto de commits.
In addition to output-formatting options, git log takes a number of useful limiting options- that is, options that let you show only a subset of commits.
podemos executar git log-g, que vai lhe dar uma saída de log normal do seu reflog.
we can run git log-g, which will give you a normal log output for your reflog.
Common options to git log lista as opções vistas até agora, e algumas outras opções
Common options to git log lists the options we have covered so far,
Além das opções de formatação, git log aceita uma série de opções para limitar a sua saída- ou seja, opções que permitem
Limiting Log Output In addition to output-formatting options, git log takes a number of useful limiting options;
Você pode executar algo como git log 1a410e para ver seu histórico inteiro,
You can run something like git log 1a410e to look through your whole history,
Você deve saber duas coisas importantes sobre git svn log.
You should know two important things about git svn log.
você pode executar git svn log para ver o seu histórico de commits na formatação SVN.
you can run git svn log to view your commit history in SVN formatting.
Assim como o comando git svn log simula o comando svn log off-line,
Much as the git svn log command simulates the svn log command offline,
Ela executa git log para descobrir.
She runs git log to find out.
Agora, você pode executar git log para ver seu novo hostórico.
Now, you can run git log to see your new history.
Esta descrição será visível ao usar o comando git log.
This description will be visible when using the git log command.
Então, ela pode ver que essas alterações foram modificadas com git log.
Then, she can see what has been changed with git log.
Você pode ainda usar uma série de opções de sumarização com git log.
You can also use a series of summarizing options with git log.
Tu também podes usar uma série de opções de resumo com git log.
You can also use a series of summarizing options with git log.
poderosa para fazer isto é o comando'git log.
powerful tool to do this is the git log command.
O projeto Git tem mensagens de commit bem formatadas- eu encorajo você a executar git log--no-merges lá para ver como um histórico de commits bem formatados se parece.
The Git project has well-formatted commit messages- I encourage you to run git log--no-merges there to see what a nicely formatted project-commit history looks like.
Quando executas git log neste projeto, deves ver uma saída semelhante a esta.
When you run git log in this project, you should get output that looks something like this.
Quando você executar git log neste projeto, você deve ter uma saída como esta.
When you run git log in this project, you should get output that looks something like this.
Por padrão, sem argumentos, git log lista os commits feitos naquele repositório em ordem cronológica reversa.
By default, with no arguments, git log lists the commits made in that repository in reverse chronological order.
Se você for para o diretório /opt/p4import e executar git log, você pode ver o seu trabalho importado.
If you go to the /opt/p4import directory and run git log, you can see your imported work.
Results: 38, Time: 0.0298

Word-for-word translation

Top dictionary queries

Portuguese - English