Vertaling van "git commit" 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.
Adding m<tab>completes git commit automatically.
Als je daarna m<tab>toevoegt, wordt het automatisch tot git commit gecompleteerd.
He also gave a few practical examples of how you should write and answer comments in git commit.
Hij gaf ook praktische voorbeelden over hoe je het best commentaren schrijft en beantwoordt in git commit.
At this point, you can exit the interactive adding script and run git commit to commit the partially staged files.
Op dit moment kan je het interactieve toevoeg script verlaten en git commit uitvoeren om de deels gestagede bestanden te committen.
For an even more explicit reminder of what you've modified, you can pass the -v option to git commit.
Om een meer expliciete herinnering van je wijzigingen te zien kun je de -v optie meegeven aan git commit.
Using the index is quite simple with the git add and git commit commands.
Het gebruiken van de index is eenvoudig met de git add en git commit commando's.
This means that, for example, instead of typing git commit, you just need to type git ci.
Dit betekent dat je, bijvoorbeeld, in plaats van git commit je alleen git ci hoeft in te typen.
Exiting non-zero from this hook aborts the commit, although you can bypass it with git commit - no-verify.
Deze haak met een waarde anders dan nul afsluiten breekt de commit af, alhoewel je 'm kunt omzeilen met git commit - no-verify.
And then simply run git commit again
En daarna eenvoudigweg git commit weer aanroepen
Exiting non-zero from this hook aborts the commit, although you can bypass it with git commit - no-verify.
Als deze hook met een exit-waarde anders dan nul eindigt breekt de commit af, alhoewel je dit kunt omzeilen met git commit - no-verify.
If you're interested in signing commits directly instead of just the tags, all you need to do is add a -S to your git commit command.
Als je geïnteresseerd bent in het tekenen van ook de commits in plaats van alleen de tags, is alles wat je hoeft te doen een -S toe te voegen aan je git commit commando.
Now take a second to look at that diagram and realize what happened: it essentially undid the last git commit command.
Kijk nu nog een keer naar het diagram en besef wat er gebeurd is: het heeft feitelijk de laatste git commit commando ongedaan gemaakt.
In the following examples, and throughout most of this book, for the sake of brevity I don't format messages nicely like this; instead, I use the -m option to git commit.
In de volgende voorbeelden en verder door de rest van dit boek, zijn omwille van bondigheid, de berichten niet zo netjes geformateerd als dit; in plaats daarvan gebruiken we de -m optie voor git commit.
You undid your last commit, the git add and git commit commands, and all the work you did in your working directory.
Je hebt je laatste commit ongedaan gemaakt, de git add en git commit commando's, en al het werk wat je in je werk directory gedaan hebt.