You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: