1,clone

git clone https://github.com/KoMiles/helloword helloword

2,pull

git pull

3,commit

git commit -m '*update file' 

4,git push

git push https://github.com/KoMiles/helloword(远程目录) master(本地目录)

5,git 放弃本地修改 强制更新 

git fetch --all
git reset --hard origin/master

相关文章:

  • 2021-08-01
  • 2021-12-04
  • 2021-12-05
  • 2021-12-10
  • 2021-12-03
  • 2021-11-21
  • 2021-12-31
  • 2021-03-31
猜你喜欢
  • 2021-08-04
  • 2021-11-05
  • 2022-12-23
  • 2021-11-20
  • 2021-12-24
  • 2021-11-25
  • 2021-08-15
相关资源
相似解决方案