每当从git上新下载一个项目后都要好多操作,比如关联一下仓库之类的,老是记不住orz。这次记一下整个过程。

微信小程序- 使用git前的初始化1.git init
微信小程序- 使用git前的初始化2.git remote add origin https://github.com/udacity/cn-wechat-weather

从远程添加进来
微信小程序- 使用git前的初始化3.git fetch

然后就在下载文件了,各个分支都下载下来了

微信小程序- 使用git前的初始化

相关文章:

  • 2021-05-29
  • 2021-11-21
  • 2021-07-07
  • 2021-06-08
  • 2021-12-25
  • 2021-09-29
  • 2021-12-19
猜你喜欢
  • 2022-12-23
  • 2022-01-06
  • 2021-06-15
  • 2021-10-27
  • 2022-12-23
  • 2022-01-09
  • 2021-07-03
相关资源
相似解决方案