Comment cloner une branche distante, changer de répertoire dans Bash, obtenir des branches distantes, définir une branche en amont et passer à une balise

How do I clone a remote branch? In order to clone a specific branch, you have to execute “git branch” with the “-b” and specify the branch you want to clone. $ git clone -b dev https://github.com/username/project.git Cloning into ‘project’… remote: Enumerating objects: 813, done. En savoir plus sur devconnected.com Cloner une branche distante est … Lire la suite