I am backing up an entire WordPress site to GitHub.
I noticed that it is not adding the themes I upload to the repo.
It will add empty folders, but it does not add any content.
To add content, I was running the command git add -A
, then pushing the site.
I'm getting the error
modified content, untracked content
What may be the problem?