1 Star 1 Fork 4

bluesubmarine/rtt-bootloader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
readme.txt 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
bluesubmarine 提交于 2018-01-22 11:51 . initial commit
1. git模板使用说明:
git config commit.template [模板文件名] //这个命令只能设置当前分支的提交模板
git config --global commit.template [模板文件名] //这个命令能设置全局的提交模板,注意global前面是两杠
例如: git config commit.template xxx_template
git config --global commit.template xxx_template
另外:当前目录下有一个我自己谢的模板“git_template”文件供大家参考,有哪些遗漏和不足的地方,大家可以修改提交。
2.在执行完"git clone [email protected]:/media/dsit/dsitwork/rt_thread_stm32/rt_thread",把代码克隆到本地后,
git branch stm32f429 origin/stm32f429 //基于远程分支origin/stm32f429,创建本地分支stm32f429, 大家后续的工作就在这个分支上进行
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lukeson/rtt-bootloader.git
[email protected]:lukeson/rtt-bootloader.git
lukeson
rtt-bootloader
rtt-bootloader
master

搜索帮助