GIT LOG in Portuguese translation

Examples of using Git log 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
A huge number and variety of options to the git log command are available to show you exactly what you're looking for.
O comando git log fornece uma grande quantidade de opções para mostrar exatamente o que tu estás a procurar.
For example, to see a specific commit, suppose you run a git log command and identify the commit where you added certain functionality.
Por exemplo, para ver um commit específico, digamos que você execute um comando git log e identifique o commit que adicionou uma certa funcionalidade.
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.
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.
Oddly enough, you have a real Git history now that you can view with the git log command, if you run it on the last commit SHA-1.
Curiosamente, agora você tem um histórico Git real que você pode ver com o comando git log, se você executá-lo no último commit SHA-1.
we can run git log-g, which will give you a normal log output for your reflog.
podemos executar git log-g, que vai lhe dar uma saída de log normal do seu reflog.
If you run a git log when your history looks like this,
Se você executar git log quando seu histórico está dessa forma,
Limiting Log Output In addition to output-formatting options, git log takes a number of useful limiting options;
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
For instance, if you're running a git log command and can't remember one of the options,
Por exemplo, se você estiver executando o comando git log e não consegue lembrar uma das opções,
Common options to git log lists the options we have covered so far,
Common options to git log lista as opções vistas até agora, e algumas outras opções
If you pass--abbrev-commit to the git log command, the output will use shorter values but keep them unique; it defaults to
Se você passasr a opção--abbrev-commit para o comando git log, a saída irá usar valores curtos mas os mantém únicos;
You can run something like git log 1a410e to look through your whole history,
Você pode executar algo como git log 1a410e para ver seu histórico inteiro,
Git/logs/ directory, you effectively have no reflog.
Git/logs/, você efetivamente não têm reflog.
You should know two important things about git svn log.
Você deve saber duas coisas importantes sobre git svn log.
you can run git svn log to view your commit history in SVN formatting.
você pode executar git svn log para ver o seu histórico de commits na formatação SVN.
Much as the git svn log command simulates the svn log command offline,
Assim como o comando git svn log simula o comando svn log off-line,
She runs git log to find out.
Ela executa git log para descobrir.
Now, you can run git log to see your new history.
Agora, você pode executar git log para ver seu novo hostórico.
This description will be visible when using the git log command.
Esta descrição será visível ao usar o comando git log.
Then, she can see what has been changed with git log.
Então, ela pode ver que essas alterações foram modificadas com git log.
You can also use a series of summarizing options with git log.
Você pode ainda usar uma série de opções de sumarização com git log.
Results: 59, Time: 0.0327

Word-for-word translation

Top dictionary queries

English - Portuguese