Very new to git and after a bit of reading have setup the following workflow:
Github repo
Local repos (workstation and laptop)
Dev Server - post receive hook pushes from a bare repo to the directory where files are served
This has been working great but today I wanted to commit changes made on the dev server, then pull them back locally.
But when I tried to stage and commit the changes I received the error: "fatal: Not a git repository..."
I think I understand why (because the the directory containing all the files isn't the git repo) but how would I go about committing changes on the DEV server and pulling them back locally?
Any help would be much appreciated - I'm a designer so you might have to explain this simply sorry.
Cheers
Ben