5

Smartgit creates .git directory in work-tree directory. I want to locate .git directory out of my work-tree directory, how to do it?

4

1 に答える 1

4

リポジトリを作成またはクローンした後、.git-directory 構造を別の場所に移動し、代わり.gitにその場所を指す -file を追加できます。たとえば、ディスクに並べて保存している場合は、次の内容で -file を作成git-test-wtします。git-test-repogit-test-wt/.git

gitdir: ../git-test-repo
于 2012-10-12T08:21:52.563 に答える