Examples with "commit wijst" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Het grootste verschil is dat een tag object naar een commit wijst in plaats van een boom.
The main difference is that a tag object points to a commit rather than a tree.
De objecten die overgebleven zijn, zijn de blobs waarnaar geen enkel commit wijst - in dit geval zijn het de "what is up, doc?"
The objects that remain are the blobs that aren't pointed to by any commit - in this case, the "what is up, doc?"
Dit wordt een afgekoppelde (detached) HEAD genoemd - het houdt in dat het HEAD bestand direct naar een commit wijst en niet naar een symbolische referentie.
This is called having a detached head - it means the HEAD file points directly to a commit, not to a symbolic reference.
De Linux kernel repository heeft ook een tag die niet naar een commit wijst - de eerste tag die gemaakt is verwijst naar de initiële tree van de import van de broncode.
The Linux kernel repository also has a non-commit-pointing tag object - the first tag created points to the initial tree of the import of the source code.
Andere resultaten
De branch waar HEAD naar wijst gaat vooruit met iedere commit.
The branch that HEAD points to moves forward with each commit.
Als je initieel commits maakt, dan krijg je een master-branch die wijst naar de laatste commit die je gemaakt hebt.
As you initially make commits, you're given a master branch that points to the last commit you made.
Je moet de laatste commit SHA vinden en dan een branch toevoegen die daar naar wijst.
You need to find the latest commit SHA and then add a branch that points to it.
De Linux kernel heeft ook een non-commit-verwijzend tag object - het eerste tag object wijst naar de initiële tree van de import van de broncode.
The Linux kernel also has a non-commit-pointing tag object - the first tag created points to the initial tree of the import of the source code.
Als je commits rebased die je al gepushed hebt en dan nog eens op een andere manier een commit probeert te pushen naar een remote branch die niet de commit bevat waarnaar de remote branch op het moment wijst, dan wordt dat afgewezen.
If you rebase commits that you've already pushed and then try to push again, or otherwise try to push a commit to a remote branch that doesn't contain the commit that the remote branch currently points to, you'll be denied.
Merk op dat de snapshot waar de laatste commit op het eind naar wijst, of het de laatste van de gerebasede commits voor een rebase is of de laatste merge commit na een merge, detzelfde snapshot is - alleen de historie is verschillend.
Note that the snapshot pointed to by the final commit you end up with, whether it's the last of the rebased commits for a rebase or the final merge commit after a merge, is the same snapshot - it's only the history that is different.
Merk op dat vermelding van het object wijst naar de SHA-1 waarde van de commit die je hebt getagged.
Notice that the object entry points to the commit SHA-1 value that you tagged.
Er zijn twee referenties per Pull Request - degene die op/head eindigt wijst naar precies dezelfde commit als de laatste commitin de Pull Request branch.
There are two references per Pull Request - the one that ends in/head points to exactly the same commit as the last commit in the Pull Request branch.
Het tweede stuk code gebruikt rev-parse syntaxis (zie "Branch referenties" voor meer details) om de commit te krijgen waar HEAD uiteindelijk naar wijst.
The second chunk of code uses rev-parse syntax (see for more on this) to get the commit that HEAD eventually points to.