What if I changed code directly in the GIT HEAD folder instead of locally?

Viewed 30

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?

0 Answers
Related