Git レポジトリの用意
git init –bare –shared=ture
chmod 777 [repository]
Git クライアント
git init
git add .
git commit -m ‘initial commit’
git remote add origin git://[user]@[host]:/home/[user]/[repository].git
git push origin master
Git レポジトリの用意
git init –bare –shared=ture
chmod 777 [repository]
Git クライアント
git init
git add .
git commit -m ‘initial commit’
git remote add origin git://[user]@[host]:/home/[user]/[repository].git
git push origin master