commit
Sidney星眔
我来到这个城市,寻找属于我的路
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Xcode Couldn’t communicate with a helper application
Xcode Couldn’t communicate with a helper application.xcrun git config --global user.email 你电脑的名字@email.localxcrun git config --global user.name "你电脑的名字"原创 2017-06-25 11:08:08 · 764 阅读 · 0 评论 -
Git常用命令
Git常用命令创建版本库git --help 这是git提供的文档帮助 命令 作用 git clone <URL> 克隆远程版本库 git init 初始化本地版本库修改和提交 命令 作用 git status 查看状态 git diff 查看变更内容 git ad...原创 2018-04-10 12:27:41 · 235 阅读 · 0 评论
分享