Que Veut Dire GIT REMOTE en Anglais - Traduction En Anglais

git remote

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

{-}
  • Colloquial category close
  • Official category close
Pour obtenir le pseudonyme,exécutez git remote.
To get the nickname,run git remote.
La commande git remote permet à un utilisateur de se connecter à un dépôt distant.
The git remote command lets a user connect to a remote repository.
Tu peux voir tes remotes en faisant$ git remote -v.
You can see your remotes with git remote-v.
La commande git remote est un outil de gestion pour votre base de dépôts distants.
The git remote command is a management tool for your record of remote repositories.
Vérification de la connectivité… fait.$cd ticgit$ git remote origin.
Checking connectivity… done.$cd ticgit$ git remote origin.
Combinations with other parts of speech
Pour plus de détails sur la commande git remote,reportez-vous à la page git remote.
For more in-depth look at git remote,see the Git remote page.
Par exemple, si vous souhaitez renommer pb en paul,vous pouvez le faire avec git remote rename.
For instance, if you want to rename pb to paul,you can do so with git remote rename.
Git remote apporte une sous-commande get-url qui affiche l'URL pour un référentiel distant donné.
Git remote supports a get-url subcommand that will show the URL for a given remote..
Vous pouvez ensuite exécuter la mise à jour git remote sur le miroir.
You can then run git remote update on the mirror and it will overwrite all refs from the origin repo.
Exécutez à nouveau la commande git remote -v, ce qui doit créer une sortie similaire à ce qui suit.
Run the git remote-v command again, which should create output similar to the following.
Pour obtenir le pseudonyme utilisé par le rapport local pour le Référentiel AWS CodeCommit,exécutez git remote.
To get the nickname the local repo uses for the AWS CodeCommit repository,run git remote.
Vous pouvez en avoir plusieurs et la commande git remote est utilisée pour les ajouter, les modifier et les supprimer.
You can have several of these and the git remote command is used to add, change and delete them.
Pour visualiser les serveurs distants que vous avez enregistrés,vous pouvez lancer la commande git remote.
To see which remote servers you have configured,you can run the git remote command.
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 obtenir une liste de noms de Référentiel AWS CodeCommit avec leurs URL,exécutez la commande git remote -v.
To get a list of AWS CodeCommit repository names along with their URLs,run the git remote-v command.
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.
Le répertoire remotes liste tous les dépôts distants que vous avez créés avec git remote en tant que sous-répertoires distincts.
The remotes directory lists all remote repositories that you created with git remote as separate subdirectories.
Lorsque vous vous connectez à Team Explorer avec votre profil d'informations d'identification AWS, les informations d'identification Git associées sont utilisées automatiquement chaque fois que vous utilisez un git remote.
Once you connect to Team Explorer with your AWS credential profile, the associated Git credentials are used automatically whenever you work with a Git remote.
Dans le cas par défaut, qui est celui d'un enregistrement automatique par la commande git remote add, Git récupère toutes les références de refs/heads/ sur le serveur et les enregistre localement dans refs/remotes/origin.
In the default case that is automatically written by a git remote add command, Git fetches all the references under refs/heads/ on the server and writes them to refs/remotes/origin/ locally.
Depuis l'invite de commande ou le terminal, basculez vers le répertoire devotre référentiel local et exécutez la commande git remote -v.
From the command prompt or terminal,switch to your local repo directory and run the git remote-v command.
Depuis l'invite de commande ou le terminal, basculez vers le répertoire devotre référentiel local et exécutez la commande git remote add pour ajouter le référentiel AWS CodeCommit comme référentiel distant pour votre référentiel local.
From the command prompt or terminal,switch to your local repo directory and run the git remote add command to add the AWS CodeCommit repository as a remote repository for your local repo.
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.
Pour ajouter un nouveau dépôt distant Git comme nom court auquel il est facile de faire référence,lancez git remote add[nomcourt] url.
To add a new remote Git repository as a shortname you can reference easily,run git remote add[shortname] url.
Si vous souhaitez retirer une référence pour certaines raisons- vous avez changé de serveur ou vous n'utilisez plus ce serveur particulier, oupeut-être un contributeur a cessé de contribuer- vous pouvez utiliser git remote rm.
If you want to remove a remote for some reason- you have moved the server or are no longer using a particular mirror, orperhaps a contributor isn't contributing anymore- you can use git remote rm.
Pour vérifier que vous avez ajouté le référentiel AWS CodeCommit comme référentiel distant pour votre référentiel local,exécutez la commande git remote -v qui doit créer une sortie similaire à ce qui suit.
To verify you have added the AWS CodeCommit repository as a remote for your local repo,run the git remote-v command, which should create output similar to the following.
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.
Pour mettre à jour la liste de branches de Référentiel AWS CodeCommit disponibles de votre rapport local avec le nom de la nouvelle branche,exécutez git remote update nom_distant.
To update your local repo's list of available AWS CodeCommit repository branches with the new remote branch name,run git remote update remote-name.
Ajoutez la dépendance comme un simple remote Git.
Add the dependency as a simple git remote.
Si vous lancez la commande git submodule update--remote, Git se rendra dans vos sous-modules et réalisera automatiquement le fetch et le merge.
If you run git submodule update--remote, Git will go into your submodules and fetch and update for you.
Résultats: 29, Temps: 0.0393

Comment utiliser "git remote" dans une phrase

La commande correcte est donc git remote add upstream git://github.com/zestedesavoir/zds-site.git
Cela ressemblera à ça : bash git remote add upstream https://github.com/octocat/Spoon-Knife.git
Longue histoire courte, git remote add toutes vos télécommandes individuellement ...
Désormais, la commande git remote doit afficher deux lignes : origin et upstream.
En utilisant git remote show affichera les informations sur ce nom distant.
Jeremy Bouse illustre Comment git remote show affiche les informations de suivi.
Maintenant, dans votre dossier, si vous faites git remote vous devriez avoir origin.
$ git remote -v imprimera toutes les télécommandes (pas ce que vous voulez).
Première utilisation git remote update, pour mettre à jour vos références à distance.

Mot à mot traduction

Top requêtes du dictionnaire

Français - Anglais