pressboxx / boxx

The PressBoxx application
MIT License
0 stars 0 forks source link

Resolve Git Permissions Issue across Shared Volume #12

Open mikeschinkel opened 7 years ago

mikeschinkel commented 7 years ago

If you run git status in the hosts you will see files marked with "Changes not staged for commit" whereas if you run git status in the boxx those files are not changed. This is because of permission/(ownership?) differences.

Ideally need to find a way that these two stay in sync so that people using the share to update one of the Git repos does not run into this difference.