Hi. I've been trying to figure out how exactly to integrate using the web editor and edits on a local git repo.
I'm definitely not great with Git, but have used it for work on other sites. I'm also not interested in having multiple people accessing the same repo, as all the dev on PA will be a one man shop for the foreseeable future.
I have built a functioning site on PA and have really enjoyed using the web editor. But I'd also like to use winmerge on the desktop for reviewing changes, so want to have a local repo I can pull and push from. So I am basically looking for the simplest way to allow myself to keep using the web editor and all the configurations I've set in PA (like static files) and having a local git repo.
I've read through and attempted things in the following posts: https://blog.pythonanywhere.com/87/
https://blog.pythonanywhere.com/43/
https://www.pythonanywhere.com/forums/topic/295/
However, I'm quite confused about the bare repo and where the code would then exist on PA. It mentions creating a clone on PA to also push to the bare repo, but I get lost trying to do that and at best it copies my entire file structure in the bare repo folder when I try. I don't understand where to find files to edit in the web editor using the PA file browser.
Is there a simple way to do this?
Thanks for any help.