
git
北京橙溪 www.enwing.com
https://www.enwing.com 想成为远程兼职研发人员吗?有项目要研发吗?来www.enwing.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
如何创建一个git patch
Git is quite common nowadays and a lot of people are asking me how they can create a patch file. Creating a patch file with git is quite easy to do, you just need to see how it’s done a few times.转载 2015-01-09 18:13:24 · 802 阅读 · 0 评论 -
git撤销当前工作目录修改:git reset --hard
git撤销当前工作目录修改:git reset --hard原创 2015-01-07 16:16:11 · 4619 阅读 · 0 评论 -
git index file之意(你和可能没有正确理解过)
What’s The Deal With The Git Index? Commands discussed in this section: git addgit commitgit ls-filesgit statusgit mvgit rm The git index defined in 2 sentences The git “index” is转载 2015-03-19 17:19:54 · 1012 阅读 · 0 评论 -
git patch
使用git format-patch生成所需要的patch: # git format-patch -s 1bbe3c8c197a35f79bfddaba099270a2e54ea9c7 please replace the hash code with your repo previous commit. then you can find the patch under转载 2015-03-19 22:34:27 · 615 阅读 · 0 评论 -
git
git status原创 2015-03-12 23:11:15 · 789 阅读 · 0 评论 -
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/blah/blahb
git 请求github 之403 拒绝访问问题原创 2015-04-29 15:41:39 · 7439 阅读 · 1 评论