Git(常用命令)

By Mac小兔
  • git pull origin 分支

//出现错误

  • git stash 缓存起来

  • git pull origin 分支

  • git stash pop //还原

  • git stash clear

Link.