Vertaling van "run git" in Frans
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.
So, assume we run git reset file.txt.
Donc, supposons que vous lancez git reset file.txt.
If you run git status at this point, you'll notice a few things.
Si vous lancez git status à ce moment, vous noterez quelques différences.
When you run git submodule update, it checks out the specific version of the project, but not within a branch.
Lorsque vous exécutez git submodule update, cela récupère une version spécifique d'un projet, mais pas à l'intérieur d'une branche.
If you run git gc, you'll no longer have these files in the refs directory.
Si vous exécutez git gc, vous n'aurez plus ces fichiers dans votre répertoire refs.
Finally, we run git commit to finalize the commit.
Finalement, nous lançons git commit pour finaliser la validation.
If you run git push - tags, the maintainer-pgp-pub tag will be shared with everyone.
Si vous lancez git push - tags, la balise mainteneur-pgp-pub sera partagée publiquement.
Alternatively, install a web server, run git instaweb and fire up any web browser.
Autrement, installez un serveur web, lancez git instaweb et dégainez n'importe quel navigateur internet.
At this point, you can exit the interactive adding script and run git commit to commit the partially staged files.
Dès lors, vous pouvez quitter l'ajout interactif et exécuter git commit pour commiter les fichiers partiellement en attente.
If we run git status, we'll see no changes, because all three trees are the same.
Si nous lançons git status, nous ne verrons aucune modification parce que les trois arborescences sont identiques.
If we want to see how the result of the merge differed from what was on their side, you can run git diff - theirs.
Si nous voulons voir le résultat de la fusion modifiée depuis la version distante, nous pouvons lancer git diff - theirs.
If you run git push - tags, the maintainer-pgp-pub tag will be shared with everyone.
Si vous lancez git push - tags, l'étiquette maintainer-pgp-pub sera partagée publiquement.
A safer option is to run git stash - all to remove everything but save it in a stash.
Une option plus sécurisée consiste à lancer git stash - all pour tout sauvegarder dans une remise.
Every version of every file for the history of the project is pulled down when you run git clone.
Toutes les versions de tous les fichiers pour l'historique du projet sont téléchargées quand vous lancez git clone.