gitweb专题

Ubuntu下搭建基于apache2的gerrit+gitweb服务器

说明:Ubuntu版本12.04   1. 配置gerrit管理帐号 1 sudo adduser gerrit   增加sudo权限: 1 sudo usermod -a -G sudo gerrit   切换到gerrit账号: 1 sudo su gerrit     2. 安装java 1 2

For My Gitweb

For My Gitweb$ git init$ git add .$ git commit -m "create this project"$ git remote add origin git@172.29.32.147:/home/git/kernel.git$ git branch new_branch$ git push -u origin new_branch删除本地分支git br

gitweb无法访问android仓库中的某一个git project

gitweb无法访问android仓库中的某一个git project         笔者最近遇到gitweb的一个问题,明明前几天还可以通过gitweb在浏览器上访问的git project,这两天突然从gitweb上消失了,怎么回事呢?大家也有体会,用怪了gitweb,没有它还真不大习惯,虽然说可以在命令行里可以看到这种git log的每一个具体修改的代码,这哪有浏览器上操作来得直接啊

How To: Install and Configure GitWeb

http://gofedora.com/how-to-install-configure-gitweb/ Goal Setting up gitweb (web interface for SCM software git) for your project’s git repository for public access and developer commits via ssh.

Install Gitweb in fedora12

1.安装gitweb yum install gitweb 2.配置/var/www/git/gitweb.cgi,指定源码及仓库路径。 our $projectroot = "/var/www/git/linux-2.6";   说明:linux-2.6目录包含内核源码,并且包含.git仓库。 [root@localhost git]# ls gitweb.cgi  linux-2.