1 Star 0 Fork 5

jhk/MVision

forked from 暖阳/MVision 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
github提交记录.txt 823 Bytes
一键复制 编辑 原始数据 按行查看 历史
EwenWan 提交于 2017-10-28 23:52 . learn_MxNET
cd 目标文件夹
echo "# MVsion" >> README.md # 添加文件
git init #初始化
git config --global user.email "you@example.com" # 邮箱
git config --global user.name "Your Name" # 用户名
git add README.md # 添加文件
git commit -m "first commit" # 提交
git remote add origin https://github.com/Ewenwan/MVision.git #增加一个远程服务器端版本库
git push -u origin master # 将本地文件提交到Github。
提交所有文件:
git clone https://github.com/Ewenwan/PyML.git #复制本地
将其他文件全部 放入 PyML 文件夹
git add .
git commit -m "add all files"
git push -u origin master # 将本地文件提交到Github
git status 查看 文件修改情况
git add 对应文件
git commit -m "add files"
git push -u origin master # 将本地文件提交到Github
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/dylan_jiang/MVision.git
git@gitee.com:dylan_jiang/MVision.git
dylan_jiang
MVision
MVision
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385