Git creates a branch remotely, how to update it locally to the latest branch

1. Update the remote branch to the local one 

git remote update origin --prune

2. View remote branches locally

git branch -a

3.git checkout new branch

Acho que você gosta

Origin blog.csdn.net/hyupeng1006/article/details/126700576
Recomendado
Clasificación