0
点赞
收藏
分享

微信扫一扫

六、Git简介

Git简介

安装Git

windows:

https://gitforwindows.org

Ubuntu:

sudo apt install git -y

项目资料下载

远程仓库

  • GitHub仓库地址:https://github.com/Embdefire/embed_linux_tutorial
  • Gitee 仓库地址:https://gitee.com/wildfireteam/embed_linux_tutorial

克隆仓库

git clone + 远程仓库地址

仓库更新

git pull

实操如下:

其他学习资料:

廖雪峰的git教程:

https://www.liaoxuefeng.com/wiki/896043488029600

git官方中文手册:

<https://www.git-scm.com/book/en/v2

举报

相关推荐

git 简介

Git简介

git简介

Hello Git(六)——Git钩子

GIT使用简介

Git-简介

0 条评论