会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
spxcds
联系
订阅
管理
2016年3月22日
Git 使用简单命令
摘要: /** 假设有一个有一个吗名为test.file的文件 **/ git init 创建一个空的 Git 版本库或重新初始化一个已存在的版本库 git add test.file 添加文件内容至索引 git commit -m "the message" 记录变更到版本库 git status ...
阅读全文
posted @ 2016-03-22 20:08 spxcds
阅读(240)
评论(0)
推荐(0)
公告