Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバーにgitosisをインストールしたところ、新しいリポジトリが正常に作成されました。git @ IP:srv_repository.gitに変更をコミットできますが、サーバー上のこれらのファイル(コミットされた変更を含む)をどこで見つけることができるかわかりませんか?
ありがとうございました。
ファイルがサーバーに直接表示されない場合があります。gitそれらは、ディレクトリ内のどこかにあるユーザーのホームディレクトリにコミットされていますrepositories。これらはすべてベアリポジトリです。実際のファイルを表示するには、適切なリポジトリのクローンを作成する必要があります。例えば:
git
repositories
mkdir work cd work git clone ~/repositories/myrepo.git