
git
magicarm_lw
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu Gitosis安装设置
sudo apt-get install python-setuptools git clone https://github.com/res0nat0r/gitosis.git sudo apt-get install python-setuptools原创 2020-09-16 13:33:45 · 366 阅读 · 0 评论 -
git提取出两次提交之间的差异文件并打包
git diff 608e120 4abe32e --name-only | xargs zip update.zip 其中608e1204abe32e是两次提交的hash id原创 2020-07-31 16:05:53 · 991 阅读 · 0 评论