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.
If you run
git status
in the hosts you will see files marked with "Changes not staged for commit" whereas if you rungit 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.