GIT LOG in English translation

Examples of using Git log in Dutch and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Computer category close
  • Ecclesiastic category close
  • Official/political category close
  • Programming category close
je de-p optie kunt meegeven aan git log en dan zal het de geïntroduceerde diff erachter plakken bij iedere commit.
remember that you can pass the-p option to git log and it will append the diff introduced to each commit.
Als je--abbrev-commit doorgeeft aan het git log commando, zal de uitvoer de korte waarden gebruiken, maar ze uniek houden; het gebruikt standaard 7 karakters, maar zal ze langer maken
If you pass--abbrev-commit to the git log command, the output will use shorter values but keep them unique;
Als je--abbrev-commit meegeeft aan het git log commando, dan zal de output kortere waarden gebruiken maar ze uniek houden; het gebruikt standaard zeven karakters maar maakt ze langer
If you pass--abbrev-commit to the git log command, the output will use shorter values but keep them unique;
Als je git log--oneline--decorate--graph--all uitvoert zal het de historie van jouw commits afdrukken, laten zien waar jouw branch pointers zijn
If you run git log--oneline--decorate--graph--all it will print out the history of your commits,
Het accepteert veel van dezelfde opties als het git log commando maar zal,
It will take many of the same options that the git log command will
kunnen we git log-g aanroepen, die je een normale log uitvoer voor je reflog laat zien.
we can run git log-g, which will give you a normal log output for your reflog.
Als je git log uitvoert, zal je zien dat alle SHA-1 checksums voor de commits gewijzigd zijn,
If you run git log, you can see that all the SHA-1 checksums for the commits have changed,
Als je een git log uitvoert als je historie er zo uitziet,
If you run a git log when your history looks like this, you will see
Al wat dit script doet is de laatste commit datum van het git log commando uitlezen, en dat in elke $Date$ tekenreeks die het in stdin ziet zetten,
All the script does is get the latest commit date from the git log command, stick that into any$Date$ strings it sees in stdin,
Naast het formatteren van de uitvoer, heeft git log nog een aantal nuttige beperkende opties;
In addition to output-formatting options, git log takes a number of useful limiting options;
Bijvoorbeeld, kan je dezelfde resultaten bereiken als in het vorige voorbeeld door git log origin/master….
For example, you can get the same results as in the previous example by typing git log origin/master….
Dit zijn slechts een paar simpele uitvoer formaat opties voor git log; er zijn er nog veel meer.
Those are only some simple output-formatting options to git log- there are many more.
de meeste daarvan worden doorgegeven aan de onderliggende git log actie.
most of which are passed through to the underlying git log action.
Dit is min of meer het git log commando, maar standaard voert het alleen de SHA-1 waarden uit
This is basically the git log command, but by default it prints out only the SHA-1 values
In Opties om de uitvoer van git log te beperken laten we deze
In Options to limit the output of git log we will list these
Je kunt dit ook krijgen van de git log voor elke merge nadat deze is gedaan om achteraf te zien hoe iets was opgelost.
You can also get this from the git log for any merge to see how something was resolved after the fact.
Gebruik in plaats daarvan een meer goedaardige +0000 en laat"git log" in een dergelijk geval gaan in plaats van af te breken.
Use a more benign looking +0000 instead and let"git log" going in such a case, instead of aborting.
Je kunt dit ook krijgen van de git log voor elke merge nadat deze is gedaan om achteraf te zien hoe iets was opgelost.
You can also get this from the git log for any merge after the fact to see how something was resolved after the fact.
Je kunt dit simpelweg zien door een eenvoudige git log commando uit te voeren wat je laat zien waar de branch pointers naar verwijzen.
You can easily see this by running a simple git log command that shows you where the branch pointers are pointing.
Zonder argumenten toont git log standaard de commits die gedaan zijn in die repository, in omgekeerd chronologische volgorde,
By default, with no arguments, git log lists the commits made in that repository in reverse chronological order;
Results: 101, Time: 0.0283

Word-for-word translation

Top dictionary queries

Dutch - English