Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 221 Bytes

Aggiungere_branch_remoto.md

File metadata and controls

8 lines (6 loc) · 221 Bytes

Supponiamo che hai clonato una repository e a un certo punto l'amministratore aggiunge un branch.

#Per prenderti il branch
git fetch origin
git checkout -b the_name_you_want origin/new_remote_branch_I_dont_have