Skip to content

Latest commit

 

History

History
22 lines (9 loc) · 615 Bytes

README.md

File metadata and controls

22 lines (9 loc) · 615 Bytes

用于存储基于 ESP32 系列产品的测试例程

在项目中增加新的工程

git branch -M master // 选择分支

git clone https://github.com/Rainbow-Cai/esp-test-demo.git

mkdir tools //创建要提交的文件夹

git add tools // 添加要提交的文件夹

cd tools //进入到 要提交的文件夹 路径下

git commit -m "v0.1" // 对要提交的文件夹定义版本
git push -u origin master // 将文件夹提交到指定分支上