Que Veut Dire LA COMMANDE GIT STATUS en Anglais - Traduction En Anglais

the git status command
la commande git status

Exemples d'utilisation de La commande git status en Français et leurs traductions en Anglais

{-}
  • Colloquial category close
  • Official category close
Rb, et relançons la commande git status.
Rb file, and then run git status again.
La commande git status vous le rappelle.
The git status command reminds you.
L'outil principal pour déterminer quels fichiers sont dans quel état est la commande git status.
The main tool you use to determine which files are in which state is the git status command.
La commande git status peut être utilisée pour afficher les changements apportés au répertoire de travail.
Git status can be used to show changes to the Working Directory.
Si ce fichier n'existait pas auparavant, et que vous lancez la commande git status, vous verrez votre fichier non suivi comme ceci.
If the file didn't exist before, and you run git status, you see your untracked file like so.
Combinations with other parts of speech
La commande git status affiche l'état du répertoire de travail et de l'instantané stagé.
The git status command displays the state of the working directory and the staged snapshot.
Vérifiez que vous avez basculé vers la branche MyNewBranch en exécutant la commande git status ou git branch.
Confirm that you have switched to the MyNewBranch branch by running git status or git branch.
La commande git status vous indique les fichiers que vous avez modifiés récemment.
The git status command will show you all the files that have changed since the most recent commit.
Lorsque vous faites face àun conflit de merge, lancez la commande git status pour afficher les fichiers en conflit.
When you encounter a merge conflict,running the git status command shows you which files need to be resolved.
La commande git status affiche l'état du répertoire de travail et de la zone de staging.
The git status command displays the state of the working directory and the staging area.
Si vous voulez vérifier, à tout moment après l'apparition du conflit, quels fichiers n'ont pas été fusionnés,vous pouvez lancer la commande git status.
If you want to see which files are unmerged at any point after a merge conflict,you can run git status.
Exécutez la commande git status pour vous assurer que HEAD pointe vers la branche recevant le merge correspondante.
Execute git status to ensure that HEAD is pointing to the correct merge-receiving branch.
Bien que nos l'utilisions tout au long du livre,pratiquement tout ce que vous pouvez faire avec la commande git status y est couvert.
While we use it throughout the book,pretty much everything you can do with the git status command is covered there.
La commande git status vous montrera les différents états des fichiers de votre répertoire de travail et de l'index.
The git status command will show you the different states of files in your working directory and staging area.
Vérifier l'état des fichiers L'outil principal pour déterminer quels fichiers sont dans quel état est la commande git status.
Checking the Status of Your Files The main tool you use to determine which files are in which state is the git status command.
L'important à retenir est que la commande git status nous montre que certains changements ont été apportés au fichier reset_lifecycle_file et qu'un fichier non tracké existe: new_file.
The important things to take note of here is that git status shows us that there are modifications to reset_lifecycle_file and there is an untracked file: new_file.
Confirmez que les fichiers ont bien été ajoutés dans la zone intermédiaire Git en réexécutant la commande git status.
Confirm the files were successfully added to the Git staging area by running the git status command again.
C'est pourquoi le résultat de la commande git status suggère que vous lanciez cette commande pour désindexer le fichier voir Désindexer un fichier déjà indexé pour plus de détail.
This is why the output of the git status command suggests that you run this to unstage a file. See Unstaging a Staged File for more on this.
Vérifiez que les fichiers ont été enregistrés correctement dans le répertoire MyDemoCloud9Repo en exécutant la commande git status.
Confirm the files were successfully saved in the MyDemoCloud9Repo directory by running the git status command.
Si le résultat de la commande git status est encore trop vague- lorsqu'on désire savoir non seulement quels fichiers ont changé mais aussi ce qui a changé dans ces fichiers- on peut utiliser la commande git diff.
If the git status command is too vague for you- you want to know exactly what you changed, not just which files were changed- you can use the git diff command..
Vérifiez que les fichiers ont été enregistrés correctement dans le répertoire/ YOUR_CLONED_REPO_NAME en exécutant la commande git status.
Confirm the files were successfully saved in the/ YOUR_CLONED_REPO_NAME directory by running the git status command.
Vous constatez que le message de validation par défaut contient une ligne vide suivie en commentaire par le résultat de la commande git status. Vous pouvez effacer ces lignes de commentaire et saisir votre propre message de validation, ou vous pouvez les laisser en place pour vous aider à vous rappeler ce que vous êtes en train de valider pour un rappel plus explicite de ce que vous avez modifié, vous pouvez aussi passer l'option -v à la commande git commit.
You can see that the default commit message contains the latest output of the git status command commented out and one empty line on top. You can remove these comments and type your commit message, or you can leave them there to help you remember what you're committing. For an even more explicit reminder of what you have modified, you can pass the-v option to git commit.
Le code ci-dessus exécute un« soft reset» etappelle également les deux commandes git status et git ls-files, qui génère l'état du dépôt.
The code above executes a"soft reset" andalso invokes the git status and git ls-files combo command, which outputs the state of the repository.
Md et que vous lancez à nouveau votre commande git status, vous verrez ceci.
Md” and then run your git status command again, you get something that looks like this.
Résultats: 24, Temps: 0.0201

Mot à mot traduction

Top requêtes du dictionnaire

Français - Anglais