2017-03-24 27 views

答えて

0

オープンのgit bashのと、このコマンドを記述します。

例えば
git worktree add /<path>/<name> 

git worktree add /tmp/link2 

# find out where is the folder: 
mount 

The 3rd line will show you the path on the disk 

今、あなたは元のリポジトリを参照して、2番目のフォルダを持っています。

enter image description here

+0

返信のおかげで、しかし、私はまだ同じposition.iにこだわってはそれをした、あなたが示唆したように、それはまた、レポを作成したが、変更がレプリケートされていません:( –

関連する問題