Het log commando laat twee commits zien, maar naar de laatste daarvan wordt door een hele sloot refs verwezen.
The log command shows two commits, the latest of which is pointed to by a whole slew of refs.
Het is belangrijk om op te merken dat deze commits in de tegengestelde volgorde getoond worden dan hoe je ze normaliter ziet als je het log commando gebruikt.
It's important to note that these commits are listed in the opposite order than you normally see them using the log command.
Een gebruikelijke optie om te gebruiken bij het log commando in dit geval is - left-right, welke je laat zien welke zijde van de reeks elke commit in zit.
A common switch to use with the log command in this case is - left-right, which shows you which side of the range each commit is in.
Table 2-2 toont de opties waarover we het tot nog toe gehad hebben, en wat veelvoorkomende formaat opties die handig kunnen zijn, samen met hoe ze de uitvoer van het log commando veranderen.
Table 2-2 lists the options we've covered so far, as well as some other common formatting options that may be useful, along with how they change the output of the log command.
Tabel 2-2 toont de opties waarover we het tot nog toe gehad hebben, en wat veel voorkomende formaat-opties die je misschien handig vindt, samen met hoe ze de output van het log commando veranderen.
Table 2-2 lists the options we've covered so far and some other common formatting options that may be useful, along with how they change the output of the log command.
Dit is een aardige manier om het weer te geven, omdat je met een simpele log commando kunt zien welke van jouw commits zijn gerelateerd aan een snapshot die leeft in TFVC.
This is a nice way to represent it, since you can see with a simple log command which of your commits is associated with a snapshot that also exists in TFVC.