2008-07-22

试用bzr

关键字: bzr
环境winxp,python2.5。下载bzr-1.5正常安装。 1、配置本地环境配置 On Linux: ~/.bazaar/bazaar.conf On Windows: C:\Documents and Settings\username\Application Data\bazaar\2.0\bazaar.conf Environment Variables BZRPATH Path where bzr is to look for shell plugin external commands. BZR_EM ...
2008-06-23

git下忽略文件设置

关键字: git
全局有效的忽略文件列表可以添加在./.git/info/exclude文件中。比如我需要忽略所有vi产生的swp文件: .*.swp 对于和目录有关的忽略文件设置可以在该目录下创建.gitignore,然后加入需要忽略的内容,比如我希望忽略根目录下的log,tmp等目录,可以直接在根目录下的.gitignore中加入: log tmp   参考http://www.robinlu.com/blog/archives/194
1、下载winxp环境git软件:http://code.google.com/p/msysgit/downloads/list   2、安装时选择第二个选项   3、按教程 http://www.bitsun.com/documents/gittutorcn.htm 在本地走了一遍   4、下一步准备安装到服务器上
freecode
搜索本博客
最近加入圈子
存档
最新评论