会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
拎着红杯子的黄鸭子
CnBlogs
Home
New Post
Contact
Admin
Subscription
2018年12月25日
Git提交代码的小知识
1.需要切换到项目目录下并创建一个Repository用于提交代码到这个仓库里 cd /g/....//cd后面有空格,用于进入某个项目文件夹 git init//用于创建Repository 2.添加代码到Repository git add . 3.提交 git commit -m "First
Read More
posted @ 2018-12-25 09:27 拎着红杯子的黄鸭子
Views(269)
Comments(0)
Diggs(0)
公告