Local pull remote repository file

1, git remote add origin remote warehouse address

2, git pull origin master --allow-unrelated-histories push remote repository content

3, associated git branch --set-upstream-to = origin / master master remote repository

4, git push push operation

Published 59 original articles · won praise 2 · Views 4646

Guess you like

Origin blog.csdn.net/lch551218/article/details/104676645