Changes

From Amahi Wiki
Jump to: navigation, search
33 bytes added ,  12:11, 13 March 2012
chmod 600 .ssh/authorized_keys
chown -R git:git .ssh/}}</li>
<li>Create '''/etc/init.d/git ''' file and add the following
{{Text|Text=#!/bin/sh
<nowiki>#</nowiki>
{{Code|cd /var/cache/git/test.git/
echo "test test repo" > description}}</li>
<li>Update '''config ''' file as follows
{{Text|Text=[core]
repositoryformatversion = 0
{{Code|git remote add origin git@git.yourisp.com:test.git
git push origin master}}</li>
<li>Add to bottom of '''/etc/gitweb.conf''' file
{{Text|Text=$feature{'blame'}{'default'} = [undef];
$feature{'pickaxe'}{'default'} = [undef];
12,424

edits