####リモートでベアリポジトリ作成
$ mkdir -p git/bare/repo.git
$ cd git/bare/repo.git
$ git --bare init --share
####ローカルでノンベアリポジトリを作成
Gitへの移行を参考にSVNからGitへの移行を行ったのでメモ。
$ svn checkout https://remote-server/svn/sample
秘密鍵など誤ってコミットしてしまった場合に履歴を完全に削除する手順
参考:6.4 Git のさまざまなツール - 歴史の書き換え
$ git checkout -b clean-key-file
$ npm install -g bower
下記の手順に従う
https://about.gitlab.com/downloads/
CentOS 7の場合
curl -O https://downloads-packages.s3.amazonaws.com/centos-7.0.1406/gitlab-7.4.3_omnibus.5.1.0.ci-1.el7.x86_64.rpm
sudo yum install openssh-server