Changes

From Amahi Wiki
Jump to: navigation, search
3 bytes added ,  03:02, 15 March 2012
{{Code|cd /var/cache/git/
git init test}}</li>
<li>Add test file and a short description and test file
{{Code|cd /var/cache/git/test
echo 'test' > README
git commit -m "initial README file"
sed -i '1d' /var/cache/git/test/.git/description
sed -i '1i test repo' /var/cache/git/test/.git/description​}}</li>
<li>Edit '''./.git/config''' and add the following at the bottom
{{Text|Text=[gitweb]
12,424

edits