1 Star 1 Fork 0

SeeU/liee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
git使用基本命令.txt 322 Bytes
一键复制 编辑 原始数据 按行查看 历史
SeeU 提交于 2019-01-10 19:12 . git基本命令
1. 初始化  
$ git init
$ git remote add origin https://gitee.com/vicowei/app.git (你的远程项目地址)
2.克隆一下
$ git clone https://gitee.com/vicowei/app.git (你的远程项目地址)
3. 提交
$ git pull origin master
$ git add .
$ git commit -m "你的第一次提交"
$ git push origin master
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/vicowei/liee.git
git@gitee.com:vicowei/liee.git
vicowei
liee
liee
master

搜索帮助