
git
findingwork
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mac虚拟机本地通过git上传项目到github时出现的诡异问题
错误为: Permission denied (publickey). fatal: The remote end hung up unexpectedly 我的 remote add origin url 默认为 [email protected]:/first_app.git google了好久大部分的解决方法为 ssh [email protected] 我不知道这是有啥作用,推测...原创 2011-10-02 23:27:46 · 137 阅读 · 0 评论 -
git 基本命令
git branch 查看本地所有分支 git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支 git branch -r 查看本地所有分支 git commit -am "init" 提交并且加注释 git remote add origin [email protected]:ndshow git push origin ...原创 2012-08-21 01:47:39 · 180 阅读 · 0 评论