I want to create a wiki that I can use from work and at home. Because it will have work stuff on, it needs to be stored somewhere private.
I don't want to use Dropbox because it's not technically approved by my employer for work use. And I don't want to use Google Drive because I have a different Google account for work, so don't want to have to switch accounts.
I thought a private GitHub repo would be the answer, but I can't figure out how that works across multiple machines - do I check out the repo on each machine and work on the local file, pulling the latest version at the start of each day?
What is the current best method for a private, secure page I can use on multiple machines?