Vertaling van "command git" in Nederlands
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.
In order to begin tracking a new file, you use the command git add.
Om een nieuw bestand te beginnen te volgen, gebruik je het commando git add.
The command git svn init replicates the entire history of an aircraft into a local repository.
Het commando git svn init reproduceert de volledige geschiedenis van een vliegtuig in een lokaal archief.
If you want just the entire list of tags, running the command git tag implicitly assumes you want a listing and provides one; the use of -l or - list in this case is optional.
Als je alleen de hele lijst van tags wilt zien, gaat het commando git tag er impliciet van uit dat je een uitlijsting wilt en geeft er een; het gebruik van -l of - list is in dat geval optioneel.
At any moment you can type the command git status to see which files are modified or untracked.
Op elk moment kunt u via de commando git status zien welke bestanden gewijzigd zijn en welke niet worden "Untracked" (gemonitord).
If you try to merge two branches and subsequently have merge conflicts, you can run the command git mergetool; it starts P4Merge to let you resolve the conflicts through that GUI tool.
Als je probeert om twee branches te mergen en je krijgt vervolgens merge conflicten, kan je het commando git mergetool aanroepen; Git zal P4Merge opstarten om je de conflicten middels dat grafische gereedschap op te laten lossen.
If you try to merge two branches and subsequently have merge conflicts, you can run the command git mergetool; it starts P4Merge to let you resolve the conflicts through that GUI tool.
Als je twee branches probeert te mergen en je krijgt vervolgens merge conflicten, kan je het git mergetool commando uitvoeren. P4Merge wordt dan opgestart om je het conflict op te laten lossen met behulp van de GUI tool.
As a demonstration, let's look at the plumbing command git hash-object, which takes some data, stores it in your.git/objects directory (the object database), and gives you back the unique key that now refers to that data object.
Om te demonstreren kan je het plumbing commando hash-object gebruiken die wat gegevens aanneemt, het in je.git directory opslaat, en je de sleutel teruggeeft waarmee de gegevens zijn opgeslagen.