笑遍世界
Stay hungry, stay foolish.
Menu Close
  • 首页
  • KVM虚拟化原理与实践(连载)
  • 《KVM虚拟化技术:实战与原理解析》
  • 关于本博客
  • 我要笑遍世界

SCM工具

日常使用的git命令记录

07/16/2023master Leave a Comment

git是多数软件工程中常用的版本管理工具,本文只是记录下自己日常会用到git命令… Continue Reading →

Linux系统应用, SCM工具, Shell脚本 git, Linux, Shell

使用gitweb展示git仓库

05/10/2017master Leave a Comment

使用web方式展现git仓库可不clone代码却可以查看仓库中的信息,如 lin… Continue Reading →

Linux系统应用, SCM工具, Shell脚本, Web服务器 git, Linux, SCM, Shell

Git-diff根据文件扩展名(文件名后缀)来查看diff信息

11/05/2013master Leave a Comment

在实际工作中,通过git diff来计算代码变更数量,有碰到的需求是,仅仅统计某… Continue Reading →

Linux, Linux系统应用, SCM工具, Shell脚本, 软件应用 Bash, git, SCM, Shell

hg push出错“Permission denied .hg/store/lock”

07/19/2013master Leave a Comment

昨天搭建了个可供clone、push等操作的mercurial(hg)的repo… Continue Reading →

Linux, Linux系统应用, SCM工具, 软件应用

Git与远程repository同步tag和branch

04/26/2013master 2 Comments

有时候,干的活也可能有点杂,什么代码仓库管理之类的事也会做一些。很久之前,我在内… Continue Reading →

Linux, Linux系统应用, SCM工具, Shell脚本, 软件应用 git, SCM, Shell

git中的二分查找(git bisect)

01/09/2013master Leave a Comment

用git管理的代码仓库,如果发现引入的新的bug,则可以使用 "git bise… Continue Reading →

Linux, Linux系统应用, SCM工具, 软件应用 git, Linux, SCM

Mercurial(hg)的二分查找 (hg bisect命令)

01/09/2013master Leave a Comment

如果一个在代码仓库中发现了一个bug,如果能够将其定位到是某一次提交(commi… Continue Reading →

Linux, Linux系统应用, SCM工具, 软件应用 Linux, mercurial, SCM, testing

git中保证文件完整性的SHA-1值(commit ID)

08/29/2012master 2 Comments

在Git中,每个commit ID的信息(如cc127537978af35e2f… Continue Reading →

Linux, Linux系统应用, SCM工具 git, Linux

git根据commit生成patch

08/28/2012master Leave a Comment

在看一个Bugzilla上Xen的一个bug时,提到要revert掉Dom0(用… Continue Reading →

Linux, Linux系统应用, SCM工具, 软件应用 git, Linux

用tsocks使用代理来clone外网的git repository

02/09/2012master Leave a Comment

以前写过一篇关于tsocks的博客,讲解了一下tsocks的使用,这次在工作中呢… Continue Reading →

Linux系统应用, SCM工具 git, Linux

用hgweb来发布Mercurial repository

02/01/2012master Leave a Comment

hg repository 有多种的发布方式,前面我讲到过hg serve,这次… Continue Reading →

Linux系统应用, Python, SCM工具 hg, Linux, SCM

用hg serve发布Mercurial repository

02/01/2012master Leave a Comment

经常使用Mercurial的repo(比如:xen-unstable.hg),本… Continue Reading →

Linux系统应用, SCM工具, Shell脚本 hg, Linux, SCM

用git daemon搭建git repositoy(搭建git服务器)

12/16/2011master 5 Comments

这几天,刚好重新搭建了一个git server,其实曾经也搭建过的,这次把过程及… Continue Reading →

Linux系统应用, SCM工具, 软件应用 git, Linux

Welcome to my git repositories on github.com

12/07/2011master Leave a Comment

I set up some git repositories for my st… Continue Reading →

SCM工具, 程序设计 git, github

git和hg (mercurial)的一些基本用法

11/15/2011master 1 Comment

还是快毕业时到公司实习那时开始接触版本管理工具,当时及前两年都是一直用svn来做… Continue Reading →

Linux, Linux系统应用, SCM工具, 软件应用 git, hg, mercurial, SCM

近期文章

  • Ollama及open-webui使用,及Qwen3开源大模型体验
  • 《性能之巅》读书笔记第11章
  • PCIe代次及传输速率,Gen3/Gen4/Gen5等
  • Linux Shell命令基础汇总(长期更新)
  • 《刘擎西方现代思想讲义》读书笔记(下)

近期评论

  • qemu网络模式 – 修符道人的江湖发表在《4.4.3 KVM使用NAT模式网络》
  • YOUPLUS发表在《存储数据正确性测试-fio-verify》
  • master发表在《《刘擎西方现代思想讲义》读书笔记(下)》
  • default发表在《《刘擎西方现代思想讲义》读书笔记(下)》
  • xlaoyu发表在《IKBC键盘Win键失效的解决方法》

标签

Android apache AWK Bash Blog Browser C CPU Django Facebook git Hardware hg html IE Intel Internet Java javascript Kernel KVM life Linux Mac mercurial MySQL Nginx Performance PHP Python QA QEMU reading RPM SCM Shell testing thought Vim Virtualization Web Windows WordPress Xen 笑遍世界

分类目录

  • Android (10)
  • Linux (240)
    • Linux内核 (24)
    • Linux系统应用 (155)
    • Shell脚本 (50)
  • WordPress (14)
  • 云计算 (15)
  • 互联网 (21)
  • 人工智能 (4)
  • 大数据 (2)
  • 数据库 (9)
    • MySQL (9)
  • 未分类 (32)
  • 物理学 (2)
  • 生活工作 (51)
    • 生活感悟 (18)
    • 记录工作 (5)
    • 记录生活 (34)
  • 硬件知识 (17)
  • 程序设计 (121)
    • C/C++ (24)
    • Java (13)
    • PHP (3)
    • Python (62)
    • Web开发 (16)
    • 动态语言 (4)
    • 算法 (4)
  • 虚拟化 (85)
    • Docker (1)
    • KVM (68)
    • Xen (14)
  • 读书笔记 (44)
  • 软件工程 (55)
    • 单元测试 (1)
    • 性能测试 (29)
    • 持续集成CI (1)
    • 测试方法 (9)
    • 自动化测试 (15)
  • 软件应用 (62)
    • Mac OS X 系统 (16)
    • microsoft相关软件 (9)
    • SCM工具 (15)
    • Web服务器 (9)
  • 非技术学习 (5)

文章归档

  • 2025年5月 (1)
  • 2024年12月 (1)
  • 2024年11月 (1)
  • 2024年5月 (1)
  • 2023年12月 (4)
  • 2023年10月 (4)
  • 2023年9月 (2)
  • 2023年8月 (3)
  • 2023年7月 (2)
  • 2023年5月 (2)
  • 2023年4月 (1)
  • 2023年3月 (1)
  • 2023年2月 (1)
  • 2022年12月 (1)
  • 2022年11月 (2)
  • 2022年5月 (3)
  • 2022年4月 (1)
  • 2022年2月 (1)
  • 2021年12月 (1)
  • 2021年8月 (2)
  • 2021年7月 (2)
  • 2020年12月 (2)
  • 2020年7月 (1)
  • 2020年6月 (3)
  • 2018年12月 (1)
  • 2018年2月 (2)
  • 2017年12月 (1)
  • 2017年11月 (3)
  • 2017年8月 (2)
  • 2017年7月 (1)
  • 2017年6月 (1)
  • 2017年5月 (3)
  • 2017年4月 (3)
  • 2017年3月 (1)
  • 2016年9月 (2)
  • 2016年6月 (3)
  • 2016年5月 (1)
  • 2016年4月 (2)
  • 2016年3月 (2)
  • 2016年2月 (1)
  • 2015年12月 (1)
  • 2015年11月 (3)
  • 2015年9月 (2)
  • 2015年8月 (3)
  • 2015年7月 (3)
  • 2015年6月 (1)
  • 2015年5月 (4)
  • 2015年4月 (1)
  • 2015年2月 (2)
  • 2014年12月 (5)
  • 2014年11月 (2)
  • 2014年10月 (2)
  • 2014年9月 (3)
  • 2014年8月 (3)
  • 2014年7月 (6)
  • 2014年6月 (6)
  • 2014年5月 (14)
  • 2014年3月 (1)
  • 2014年2月 (1)
  • 2014年1月 (10)
  • 2013年12月 (15)
  • 2013年11月 (10)
  • 2013年10月 (8)
  • 2013年9月 (3)
  • 2013年8月 (3)
  • 2013年7月 (10)
  • 2013年6月 (8)
  • 2013年5月 (3)
  • 2013年4月 (8)
  • 2013年3月 (16)
  • 2013年2月 (5)
  • 2013年1月 (17)
  • 2012年12月 (5)
  • 2012年11月 (11)
  • 2012年10月 (7)
  • 2012年9月 (8)
  • 2012年8月 (20)
  • 2012年7月 (11)
  • 2012年6月 (20)
  • 2012年5月 (12)
  • 2012年4月 (7)
  • 2012年3月 (12)
  • 2012年2月 (13)
  • 2012年1月 (4)
  • 2011年12月 (13)
  • 2011年11月 (14)
  • 2011年10月 (10)
  • 2011年9月 (8)
  • 2011年8月 (9)
  • 2011年7月 (11)
  • 2011年6月 (10)
  • 2011年5月 (11)
  • 2011年4月 (6)
  • 2011年3月 (12)
  • 2011年2月 (1)
  • 2011年1月 (3)
  • 2010年12月 (4)
  • 2007年5月 (8)
  • 2006年12月 (1)
  • 2006年11月 (1)
  • 2006年10月 (4)
  • 2006年9月 (4)

博客链接

  • 笑遍世界的测试技术博客
  • 笑遍世界的网易博客

友情链接

  • AYard-Linux软件
  • Linux工程师同事
  • VPSee的站点
  • 书海扬帆的博客
  • 又拍云存储
  • 点滴–挖掘技术细节
2025年5月
一 二 三 四 五 六 日
« 12月    
 1234
567891011
12131415161718
19202122232425
262728293031  
© 2025 笑遍世界. All rights reserved.              浙ICP备2021020185号
Fashionista by aThemes