Ho un ramo locale chiamato " my_local_branch
", che tiene traccia di un ramo remoto origin/my_remote_branch
.
Ora, il ramo remoto è stato aggiornato e io sono su " my_local_branch
" e desidero inserire tali modifiche. Dovrei solo fare:
git pull origin my_remote_branch:my_local_branch
È questo il modo corretto?