Hey all,
I'm a Git beginner with workflow questions. I've learned lots of commands, and I know how things work, but I can't seem to figure out the right workflow. Love to have some suggestions. [Note, I'm the only developer working on my projects]
A friend once told me that it was best to work on the live server rather that on localhost to avoid running into environment specific issues. This true?
I use the same base theme for all of my Drupal sites. When I make a change in one, I currently need to copy and paste it to about 10 other places. Is there a way keep this base theme in one place and have other sites draw from it? Github maybe?
If I want to do a 'complete' backup of the codebase and the database - the only way to do this is to export the database as a sql file and commit the whole thing?
Thanks for the help!
Terry