-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-HF43, 5.8.0-HF36, 6.0-HF19, 7.4
-
Component/s: Dev Tools
-
Sprint:DevOps Sprint 10
When using Git worktree command, .git are not directories but files:
$ git clone git@github.com:nuxeo/nuxeo.git
$ git -C nuxeo worktree add $PWD/nuxeo-6.0 6.0
$ stat --printf "%A %n\n" nuxeo/.git nuxeo-6.0/.git
drwxrwxr-x nuxeo/.git
-rw-rw-r-- nuxeo-6.0/.git