Git Pull command really do -
I'm just confused, what does GIT actually do? I have a local branch with the latest code repository, and drag the GIT that meets a new file test.txt (remote), but this is not the latest code repository, whether it overwrites all the files in my local branch by remote Does the cast?
git pull a
git fetch after that A
git merge FETCH_HEAD . It does not replace the code of your local branch.
Comments
Post a Comment