Git简介
安装Git
windows:
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