In repo, we have
- HEAD (production folder contains a lot of scripts)
- .git
What if I change code directly in the HEAD folder? Can other users use "git pull origin master" to view such code change?
How to do if I want to pull such code change into my local folder?