1 Star 0 Fork 2

yangwuju/stm32f103_ugui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git_push.bat 206 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨武举 提交于 2022-09-20 13:39 +08:00 . 2022/09/20 commit
@echo off
chcp 65001
set /p name="请输入git地址: "
git init
git add .
git commit -m "%date:~3% commit"
git remote add yang %name%
git push -u yang master -f
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/yangwuju/stm32f103_ugui.git
git@gitee.com:yangwuju/stm32f103_ugui.git
yangwuju
stm32f103_ugui
stm32f103_ugui
master

搜索帮助