What is the translation of " GIT SUBMODULE " in English?

git submodule

Examples of using Git submodule in French and their translations into English

{-}
  • Colloquial category close
  • Official category close
Deuxième option: Utiliser git submodule.
Second choice: Use git submodule.
Utilisez git submodule si vous souhaitez conserver tout cela dans un seul dossier.
Use git submodule if you still want to keep everything in a single repository.
Pense bête pour l'utilisation de git submodule.
You're thinking about using a Git submodule.
L'ensemble des sous-commandes de git submodule ont cessé en 1.8.4 d'exiger qu'on les lance depuis la racine du dépôt.
All git submodule subcommands stopped in 1.8.4 demanding they run from the repo's root folder.
Le premier cas est géré par git submodule deinit.
The first situation is easily handled by git submodule deinit.
La chaîne de commande attribuée à git submodule foreach $cmd $args est directement ajoutée à l'invite shell, sans évaluation.
The command string given to git submodule foreach$cmd$args is passed directly to the shell, without being eval'ed.
Plaçons-nous donc dans main et utilisons la commande git submodule add.
So let's go into main and use the git submodule add command.
Toute sous-commande ultérieure de git submodule qui ne referait pas un init ignorera donc ce submodule, vu qu'il n'est pas retranscrit dans la configuration locale.
Any later subcommand of git submodule will blissfully ignore this submodule until you init it again, as the submodule won't even be in local config.
Dans un prochain billet, je vous en dirai plus sur les solutions alternatives à git submodule.
In a future post I will write about alternatives to git submodule.
La mise en place d'un submodule est également très simple(un bête git submodule add), surtout en comparaison à la mise en place d'un subtree.
Adding a submodule is very simple(a quick git submodule add), especially compared to adding a subtree.
Sur le plan des performances,des progrès ont été réalisés pour ré-écrire git submodule en C.
On the performance front,progress has been made to rewrite git submodule in C.
Pour ajouter un nouveau sous-module, nous utilisons la commande git submodule add avec l'URL du projet que nous souhaitons suivre.
To add a new submodule you use the git submodule add command with the absolute or relative URL of the project you would like to start tracking.
Vous pouvez à présent dire« Ce submodule ne m'intéresse plus» avec git submodule deinit.
Now you can say"I no longer am interested in this submodule" with git submodule deinit.
Vous devez exécuter deux commandes: git submodule init pour initialiser votre fichier local de configuration, et git submodule update pour tirer toutes les données de ce projet et récupérer le commit approprié tel que listé dans votre super-projet.
You must run two commands: git submodule init to initialize your local configuration file, and git submodule update to fetch all the data from that project and check out the appropriate commit listed in your superproject.
Ajouter des projets externes comme sous- modules de votre projet se fait avec la commande git submodule add.
You add external projects as submodules with the git submodule add command.
La plupart des gens recourent aux submodules pour une variété de raisons; ceux-ci sont présents depuis longtemps en Git,disposent d'une commande dédiée( git submodule) et d'une doc détaillée, et leur fonctionnement est souvent analogue aux externals de Subversion, ce qui les rend faussement familiers.
Submodules have been around for a good long while,have their own Git command( git submodule), detailed docs, and a behavior not entirely unlike Subversion externals, which makes them feel falsely familiar.
Hannes Hauswedell explique comment on peut rétroactivement remplacer git subtree par git submodule.
Hannes Hauswedell explains how you can retroactively replace git subtree with git submodule.
Les submodules, c'est un peu la facilité la première fois contre les pièges tout le reste du temps: si un simple git submodule add suffit à en mettre en place un, tous les contributeurs au dépôt devront être vigilants pour toute la durée de vie du code, afin de ne pas rencontrer de problèmes.
Submodules are a weird balance: easy to set up, fraught with peril the entire rest of the project's life: whereas a simple git submodule add suffices to set one up, all contributors to the repo will from then on have to be especially watchful to avoid issues.
Il va falloir retranscrire le contenu du. gitmodules dans. git/config, du coup,ce qui est précisément le rôle de git submodule init.
We will need to fill that in, based on what. gitmodules has to say,which is precisely what git submodule init does.
C'est le rôle du. gitmodules,qui sera exploité plus tard par la commande git submodule init, comme nous le verrons tout à l'heure.
This is what. gitmodules is for;it will be read later by the git submodule init command, as we will see in a moment.
Comme échanger un submodule Git avec votre propre fork?
How to swap a git submodule with your own fork?
Ou, en d'autres termes,comment retirer un submodule Git?
Or, in other words,how do I un-submodule a git submodule?
Results: 22, Time: 0.031

How to use "git submodule" in a French sentence

vérifier git submodule status pour les référentiels "modifiés".
git submodule update fusionne réellement dans le nouveau code.
Ou faire git submodule status à partir d'une ligne de commande.
La seconde hypothèse pourrait être d'utiliser un git submodule pour les libs.
git submodule add -b n'est pas un moyen magique de tout garder à jour avec une succursale.
Chaque fois que vous faites un git submodule update, il peuplera votre sous-module avec le contenu de la validation.
au fait, y a-t-il une raison pour laquelle je ne peux pas simplement faire git submodule rm whatever ?
Et au lieu de vérifier manuellement la branche correcte manuellement ou via un script git submodule foreach peut être utilisé.
Ensuite, lorsque vous rebasculez, vous aurez un répertoire CryptoLibrary vide et git submodule update pourrait ne pas le remettre en état.

How to use "git submodule" in an English sentence

Refresh dependencies: git submodule sync && git submodule update —init —recursive.
This is where git submodule comes in.
This record represents a git submodule binding.
Use git submodule update –init –recursive.
CocoaSeeds - Git Submodule Alternative for Cocoa.
git submodule init and git submodule update from within the repo directories.
Install submodules git submodule init git submodule update ####3.
Did you maybe forget to run git submodule init and git submodule update?
You can combine the git submodule init and git submodule update commands and just run: git submodule update --init.
Also, what does git submodule output.

Word-for-word translation

Top dictionary queries

French - English