Git:共有リポジトリ
共有リポジトリ
(
shared repository
)
分散型のバージョン管理システムで、各開発者のローカルリポジトリで行った開発を共有するためのリポジトリ。
リモートリポジトリは共有リポジトリとして作成する必要がある。
$ git init --bare --shared=true
Git:shared repository
git init
Git:ベアリポジトリ
-
ベアリポジトリ
(
bare repository
)
Git:中央リポジトリ
-
中央リポジトリ
(
central repository
)
Git:公開リポジトリ
-
公開リポジトリ
(
public repository
)
Git:マスターリポジトリ
-
マスターリポジトリ
(
Master Repository
)
Git:リモートリポジトリ
-
リモートリポジトリ
(
remote repository
)
Git-term.icon
https://img.shields.io/badge/git-共有リポジトリ-F05033.svg?style=for-the-badge&logo=git&logoColor=white