Que Veut Dire GIT SHOW en Anglais - Traduction En Anglais

git show

Exemples d'utilisation de Git show en Français et leurs traductions en Anglais

{-}
  • Colloquial category close
  • Official category close
La commande git show prend SHA-1 commit ID comme paramètre.
The git show command takes SHA-1 commit ID as a parameter.
Applique des couleurs aux sorties git diff,git log et git show.
Applies colors to git diff,git log, and git show output.
Cette fois-ci, en lançant git show sur l'étiquette, on ne voit plus aucune information complémentaire.
This time, if you run git show on the tag, you don't see the extra tag information.
Les détails de ce commit particulier peuvent être obtenus en utilisant l'outil git show.
You can get the detail of that specific commit using the git show tool.
Par exemple, vous pouvez inspecter le commit ci-dessus avec git show en lançant la commande suivante.
For example, you can inspect the above commit with git show by running the following command.
Combinations with other parts of speech
Pour afficher des informations sur tout fichier git,utilisez la commande git show.
In order to view information about any git object,use the git show command.
Vous pouvez également utiliser la commande git show avec l'ID de validation pour afficher les modifications qui ont été effectuées.
You can also use the git show command with the commit ID to view the changes that occurred.
Le niveau de détail correspond à ce qui est retourné dans les commandes git show et git diff.
The level of detail matches what's returned in the git show or git diff commands.
Les diffs fournis par git diff,git log et git show, pour ne citer qu'eux, sont sympa, mais y'a carrément moyen de les améliorer.
The diffs produced by git diff,git log and git show, to name only these, are nice but definitely have room for improvement.
Si vous voulez carrément voir le snapshot présent dans le stage,plutôt qu'une série de diffs: git show :0:index.
If you want to the see the whole staged snapshot,instead of diffs, you can go with git show :0:index.
Git show v2.0 Pousse une seule étiquette dans le dépôt distant$ git push origin v2.0 Pousse beaucoup d'étiquettes dans le dépôt distant$ git push origin--tags checkout.
Git show v2.0 Push a single tag to remote$ git push origin v2.0 Push a lot of tags to remote$ git push origin--tags checkout.
Pour afficher les modifications pour la validation la plus récente vers un référentiel,exécutez la commande git show.
To show the changes for the most recent commit to a repository,run the git show command.
Vous pouvez extraire une copie de chacune de ces versions du fichier en conflit avec la commande git show et une syntaxe spéciale.
You can extract a copy of each of these versions of the conflicted file with the git show command and a special syntax.
Vous pouvez visualiser les données de l'étiquette à côté du commit qui a été marqué en utilisant la commande git show.
You can see the tag data along with the commit that was tagged by using the git show command.
Il est très facile d'exploiter les compétences que vous avez acquises dans cet article avec vos connaissances Git existantes, car certaines des commandes les plus courantes acceptent les réfs comme arguments,notamment git log, git show, git checkout,git reset, git revert, git rebase, et bien d'autres.
It's very easy to leverage the skills you learned in this article against your existing Git knowledge, as some of the most common commands accept refs as arguments,including git log, git show, git checkout,git reset, git revert, git rebase, and many others.
À présent, Git n'essaiera pas de convertir ou de corriger les problèmes des CRLF, nide calculer ou d'afficher les différences pour ces fichiers quand vous lancez git show ou git diff sur votre projet.
Now, Git won't try to convert or fix CRLF issues; nor will it try to compute orprint a diff for changes in this file when you run git show or git diff on your project.
Vous pouvez afficher un résumé d'un stash avec git stash show.
You can view a summary of a stash with git stash show.
Exécutez la commande git remote show nom_distant, où nom_distant est l'alias du Référentiel AWS CodeCommit par défaut, origin.
Run the git remote show remote-name command, where remote-name is the alias of the AWS CodeCommit repository by default, origin.
Pour obtenir des informations de suivi en amont,exécutez git remote show nom_distant par exemple,git remote show origin.
To get upstream tracking information,run git remote show remote-name for example,git remote show origin.
Pour utiliser Git à partir d'un rapport local pour afficher des détails de référentiels AWS CodeCommit, exécutez la commande git remote show.
To use Git from a local repo to view details about AWS CodeCommit repositories, run the git remote show command.
Si vous souhaitez visualiser plus d'informations à propos d'un dépôt distant particulier,vous pouvez utiliser la commande git remote show[nom-distant.
If you want to see more information about a particular remote,you can use the git remote show[remote-name] command.
Résultats: 21, Temps: 0.0327

Comment utiliser "git show" dans une phrase en Français

Si vous voulez une diff droite, utilisez git show --pretty=format:%b $COMMIT.
La commande git show le fait mais elle liste également d'autres informations.
La commande git show affiche par défaut de nombreuses informations à propos du commit.
git show <id_commit>:file.po vous permet de visualiser un fichier au moment d'un commit antérieur.
La commande git show someTagValue renvoie les informations du tag et une description du commit associé.
Vous pouvez également utiliser git show pour voir le comit sur lequel il a été basé.
Vous pouvez également spécifier un commit hash (souvent aussi appelé commit ID) avec le git show commander.
après avoir fait une fusion "simple" (sans conflits), git show ne montre habituellement que quelque chose comme ...
Comme le souligne @mipadi, vous pouvez utiliser git show $COMMIT, mais cela montre aussi certains en-têtes et le message de validation.
En outre, vous pouvez utiliser git show COMMIT pour obtenir la description de la validation et la diff pour un commit.

Comment utiliser "git show" dans une phrase en Anglais

git show will show you the changes of the last commit.
The git show changes or changes results window comes up with my changes.
How can I make git show a list of the files that are being tracked?
branch console product information branch console table git checkout branch console git show branch console.
The git show command allows to see and retrieve files from branches, commits and tags.
So there isn't much git show does that you couldn't do with git log.
git show is very similar to git log.
Differentiation between page Git show and light technical Special blend person triumphs.
We run git log or git show to see the output of HEAD , i.e.
Additionally we could use git show instead of git log -n1.

Mot à mot traduction

Top requêtes du dictionnaire

Français - Anglais