git: How do I get the latest version of my code?

前端 未结 11 1135
野性不改
野性不改 2021-01-29 17:08

I\'m using Git 1.7.4.1. I want to get the latest version of my code from the repository, but I\'m getting errors ...

$ git pull
….
M   selenium/ant/build.proper         


        
11条回答
  •  抹茶落季
    2021-01-29 17:46

    If the above commands didn't help you use this method:

    1. Go to the git archive where you have Fork
    2. Click Settings> Scroll down and click Delete this repository
    3. Confirm delete
    4. Fork again, and re-enter the git clone
    5. You already have the latest version

提交回复
热议问题