GIT LOG in Dutch translation

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

{-}
  • 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
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,
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,
Note how this commit template reminds the committer to keep the subject line short(for the sake of git log--oneline output),
Zie hoe dit sjabloon de committer eraan herinnert om de onderwerpregel kort te houden(ten behoeve van de git log--oneline-uitvoer), verdere details eronder te vermelden en om naar een issue of bug-tracker systeem(mocht die bestaan)
Those are only some simple output-formatting options to git log- there are many more.
Dit zijn slechts een paar simpele uitvoer formaat opties voor git log; er zijn er nog veel meer.
most of which are passed through to the underlying git log action.
de meeste daarvan worden doorgegeven aan de onderliggende git log actie.
Use a more benign looking +0000 instead and let"git log" going in such a case, instead of aborting.
Gebruik in plaats daarvan een meer goedaardige +0000 en laat"git log" in een dergelijk geval gaan in plaats van af te breken.
For example, you can get the same results as in the previous example by typing git log origin/master….
Bijvoorbeeld, kan je dezelfde resultaten bereiken als in het vorige voorbeeld door git log origin/master….
You can also get this from the git log for any merge to see how something was resolved after the fact.
Je kunt dit ook krijgen van de git log voor elke merge nadat deze is gedaan om achteraf te zien hoe iets was opgelost.
In Options to limit the output of git log we will list these
In Opties om de uitvoer van git log te beperken laten we deze
This is basically the git log command, but by default it prints out only the SHA-1 values
Dit is min of meer het git log commando, maar standaard voert het alleen de SHA-1 waarden uit
your current branch is tracking origin/master, the commits listed by git log origin/master….
je huidige branch trackt origin/master, zijn de commits die worden getoond door git log origin/master….
Additionally, you can configure git log to check any signatures it finds
Bovendien kan je git log configureren om alle handtekeningen die het vind te controleren
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 ook krijgen van de git log voor elke merge nadat deze is gedaan om achteraf te zien hoe iets was opgelost.
where we show normal usage to and how to use git log-g to view the same information with git log output.
waar we het normale gebruik laten zien en hoe git log-g te gebruiken om dezelfde informatie te laten zien als in de git log uitvoer.
Git log refA refB^refC$ git log refA refB--not refC This makes for a very powerful revision query system that should help you figure out what is in your branches.
Git log refA refB ^refC$ git log refA refB--not refC Dit zorgt voor een erg krachtig revisie vraagsysteem dat je zou moeten helpen om uit te zoeken wat in je branches zit.
You can pretty easily see what files have been modified in a single commit with the--name-only option to the git log command mentioned briefly in Git Basics.
Je kunt eenvoudig zien welke bestanden gewijzigd zijn in een enkele commit met de--name-only optie op het git log commando kort besproken in Git Basics.
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.
Grappig genoeg heb je nu een echte Git historie die je kunt bekijken met het git log commando, als je dat op de SHA-1 van de laatste commit uitvoert.
For example, running a git log at 09:00 on your computer with your timezone currently 3 hours ahead of UTC,
Bijvoorbeeld, het uitvoeren van een git log commando om 09:00 op jouw computer waarbij je tijdzone op dat moment 3 uur voorloopt op UTC,
In addition to output-formatting options, git log takes a number of useful limiting options- that is,
Naast het formatteren van de output, heeft git log nog een aantal bruikbare limiterende opties;
You can pretty easily see what files have been modified in a single commit with the--name-only option to the git log command mentioned briefly in Chapter 2.
Je kunt eenvoudig zien welke bestanden gewijzigd zijn in een enkele commit met de--name-only optie op het git log commando kort besproken in Hoofdstuk 2.
The git log command has a number of powerful tools for finding specific commits by the content of their messages
Het git log commando heeft een aantal krachtige instrumenten om specifieke commits te vinden gebruik makende van hun berichten
Results: 109, Time: 0.0366

Word-for-word translation

Top dictionary queries

English - Dutch