Is it possible to track only your remote directory for a website? I know how to track a local directory, but I do not wish to download all of my remote files associated with the website of interest -- or is this what I should do when editing 500+ files of code?
I am new to web dev/coding by the way.
ADDED: Basically, I just want to know if I need to download my entire website to my computer in order to be able to track all code that I edit.
I am assuming that I can just create a local git repo and then download select files that I want to edit and then add other files I want to edit as I go?