
Github
文章平均质量分 93
冲你的风
咨询技术问题请发我:510796252@qq.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
github管理命令备忘录
git push reject git fetch korg git rebase -i korg/nemo 保持commit不变,添加更改。 git commit --amend =============================================== 哈哈,我找到怎么样找到删除的commit: http://serverf转载 2013-10-16 18:32:41 · 736 阅读 · 0 评论 -
github常用命令备忘录
Git配置 git config --global user.name "robbin" git config --global user.email "fankai@gmail.com" git config --global color.ui true git config --global alias.co checkout git config --global alias.ci转载 2013-10-16 18:27:29 · 632 阅读 · 0 评论