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

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

{-}
  • Colloquial category close
  • Official category close
Donc on fait un git checkout master.
Hopefully you said git checkout master.
Git checkout master On revient à master.
Git checkout master Get back to the master branch.
Créer une branche avec git checkout -b.
You create a branch with git checkout-b branchname.
Git checkout master dans un dépôt déjà cloné.
Git checkout master on already cloned repository.
Dans notre cas, nous exécuterons git checkout master.
In our case we will execute git checkout master.
Git checkout master retour sur la branche master.
Git checkout master Switch back to the master branch.
Basculez vers la nouvelle branche git checkout MyNewBranch.
Switch to the new branch git checkout MyNewBranch.
Git checkout master(pour revenir à la branche principale.
Git checkout master To get back to the master branch.
Un outil utile est git checkout avec l'option--conflict.
One helpful tool is git checkout with the'--conflict' option.
Git checkout nouvelle-branche=> pour aller dans la nouvelle branche.
Git checkout branch(switch to that new branch.
Vous pouvez passer à la branche de maintenance via git checkout 2.3.
You can switch to maintenance branch via git checkout 2.3.
Avec git checkout, la réf master pointe toujours vers d.
With git checkout, the master ref is still pointing to d.
Pour basculer vers une autre branche,exécutez git checkout nom_branche.
To switch to a different branch,run git checkout branch-name.
Jerry utilise la commande git checkout pour basculer entre les branches.
Jerry uses the git checkout command to switch between branches.
Pour basculer vers une branche existante, il suffit de lancer la commande git checkout.
To switch to an existing branch, you run the git checkout command.
Souvenez vous que la commande"git checkout" permet de se déplacer entre les branches.
Use the git checkout command to switch between branches.
Git checkout Niveau commit Basculer entre les branches ou inspecter d'anciens instantanés.
Git checkout Commit-level Switch between branches or inspect old snapshots.
Contrairement à git reset, git checkout ne déplace aucune branche.
Unlike git reset, git checkout doesn't move any branches around.
Vous allez devoir vous rendre dans le répertoire de votre sous-module et lancer git checkout.
You may need to go into your submodule directory and run a git checkout.
La commande git checkout fonctionne de pair avec la branche git..
The git checkout command works hand-in-hand with git branch.
Vous pouvez passer à la branche de maintenance via git checkout 2.3.x de l'intérieur du répertoire lyx.
You can switch to maintenance branch via git checkout 2.3.
La commande git checkout peut être utilisée dans un commit ou un périmètre de niveau fichier.
The git checkout command can be used in a commit, or file level scope.
Je fait une erreur si je tape git checkout master&& git merge clientA.
If by mistake I make a git checkout master&& git merge clientA, I made a mistake.
Ce hook accepte trois paramètres, etson statut de sortie n'affecte en rien la commande git checkout.
This hook accepts three parameters, andits exit status has no affect on the git checkout command.
Par exemple, git checkout HEAD foo. py a pour effet d'ignorer les changements non stagés apportés à foo. py.
For instance, git checkout HEAD foo. py has the effect of discarding unstaged changes to foo. py.
Les paramètres que vous définissez pour git reset et git checkout déterminent leur portée.
The parameters that you pass to git reset and git checkout determine their scope.
La commande git checkout est utilisée pour passer d'une branche à l'autre et en extraire le contenu dans votre répertoire de travail.
The git checkout command is used to switch branches and check content out into your working directory.
Pour créer une branche et y basculer tout de suite,vous pouvez lancer la commande git checkout avec l'option -b.
To create a branch and switch to it at the same time,you can run the git checkout command with the-b switch.
La commande git checkout est utilisée pour mettre à jour l'état du dépôt à un point spécifique de l'historique des projets.
The git checkout command is used to update the state of the repository to a specific point in the projects history.
Dans cet article,nous allons comparer les configurations les plus courantes de git reset, git checkout et git revert.
In this article,we will compare the most common configurations of git reset, git checkout, and git revert.
Results: 76, Time: 0.0202

Word-for-word translation

Top dictionary queries

French - English