LA COMMANDE GIT - traduction en Anglais

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

{-}
  • Colloquial category close
  • Official category close
Vous pouvez supprimer des fichiers de votre cache Git LFS local avec la commande git lfs prune.
You can delete files from your local Git LFS cache with the git lfs prune command.
ajoutez le paramètre GIT_SSH_COMMAND="ssh" avant la commande Git.
add the GIT_SSH_COMMAND="ssh" parameter before the Git command.
L'important à retenir est que la commande git status nous montre que certains changements ont été apportés au fichier reset_lifecycle_file
The important things to take note of here is that git status shows us that there are modifications to reset_lifecycle_file
À nouveau, cela signifie que la commande git merge est souvent utilisée en association avec git checkout pour sélectionner la branche courante
Again, this means that git merge is often used in conjunction with git checkout for selecting the current branch
Les fonctionnalités avancées de la commande git log peuvent être réparties en deux catégories:
The advanced features of git log can be split into two categories:
Si vous avez besoin d'un commit de merge au cours d'un fast-forward merge à des fins d'archivage, vous pouvez exécuter la commande git merge avec l'option--no-ff.
In the event that you require a merge commit during a fast forward merge for record keeping purposes you can execute git merge with the--no-ff option.
La commande git reset HEAD~2 recule la branche courante de deux commits,
The git reset HEAD~2 command moves the current branch backward by two commits,
Exécutez la commande git remote set-url--add--push origin nom_référentiel_git, où nom_référentiel_git est l'URL et le nom du référentiel Git dans lequel vous voulez héberger votre code.
Run the git remote set-url--add--push origin git-repository-name command where git-repository-name is the URL and name of the Git repository where you want to host your code.
Les commandes git init et git clone prennent toutes deux en charge l'argument--bare.
Both git init and git clone accept a--bare argument.
Les commandes Git devraient ressembler à ceci.
The Git commands should look like this.
Le partage du référentiel Git pendant la migration permet à votre équipe d'expérimenter les commandes Git sans affecter leur développement actif de SVN.
Sharing the Git repository during the migration allows your team to experiment with Git commands without affecting their active SVN development.
Nous examinerons ici en détail la commande git clone.
Here we will examine the git clone command in depth.
Cette page présentera la commande git init en détail.
This page will explore the git init command in depth.
La commande git rebase en elle-même n'est pas si dangereuse.
Git Rebase itself is not seriously dangerous.
nous allons examiner en détail la commande git config.
we will take an in-depth look at the git config command.
Exécutez la commande git fetch pour faire un pull des derniers commits distants.
Execute git fetch to pull the latest remote commits.
Une fois exécutée, la commande git clean ne peut pas être annulée.
When finally executed git clean is not undo-able.
Ensuite, lancez la commande git commit normalement pour générer le commit de merge.
Then, you run a normal git commit to generate the merge commit.
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.
Exécutez la commande git config -l pour vérifier votre configuration.
Run the git config-l command to verify your configuration.
Résultats: 366, Temps: 0.0302

La commande git dans différentes langues

Mot à mot traduction

Top requêtes du dictionnaire

Français - Anglais