presslabs / gitium

Keep all your WordPress code on git with a simple plugin and a repo
https://www.presslabs.com/code/gitium/
GNU General Public License v2.0
180 stars 31 forks source link

File permissions changed after Git Status > "Save Changes" button pushed. #189

Open jonathanhatch opened 4 years ago

jonathanhatch commented 4 years ago

I've created a custom theme. I had to change file permissions to allow RW for all groups/users/others to get Gitium to see that I was making changes to the files. However, after saving a change (say, version of style.css file) and pushing "Save changes" in the Git Status page, any file I've made changes to has its file permissions changed and I can no longer make changes to that file (without using sudo).

Thoughts?