2014-08-01から1ヶ月間の記事一覧

gitサーバ・クライアントの初期設定(試行錯誤)

1. サーバ側 参考: http://tukaikta.blog135.fc2.com/blog-entry-206.html cd mkdir git_repos cd git_repos mkdir repo1.git cd repo1.git git --bare init 2. クライアント側 参考: http://rogerdudler.github.io/git-guide/index.ja.html checkout: git c…